[40116] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Sun Sep 21 01:32:45 PDT 2008


Revision: 40116
          http://trac.macports.org/changeset/40116
Author:   ryandesign at macports.org
Date:     2008-09-21 01:32:43 -0700 (Sun, 21 Sep 2008)
Log Message:
-----------
wine, wine-devel: call the wrapper script wine.in in the files directory, to clarify that we need to replace values in it before it can be used

Modified Paths:
--------------
    trunk/dports/x11/wine/Portfile
    trunk/dports/x11/wine-devel/Portfile

Added Paths:
-----------
    trunk/dports/x11/wine/files/wine.in
    trunk/dports/x11/wine-devel/files/wine.in

Removed Paths:
-------------
    trunk/dports/x11/wine/files/winewrapper.sh
    trunk/dports/x11/wine-devel/files/winewrapper.sh

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2008-09-21 08:09:52 UTC (rev 40115)
+++ trunk/dports/x11/wine/Portfile	2008-09-21 08:32:43 UTC (rev 40116)
@@ -68,7 +68,7 @@
 post-destroot {
     xinstall -d ${destroot}${prefix}/libexec/wine
     file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/libexec/wine/wine
-    xinstall -m 755 ${filespath}/winewrapper.sh ${destroot}${prefix}/bin/wine
+    xinstall -m 755 ${filespath}/wine.in ${destroot}${prefix}/bin/wine
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
 }
 

Copied: trunk/dports/x11/wine/files/wine.in (from rev 40109, trunk/dports/x11/wine/files/winewrapper.sh)
===================================================================
--- trunk/dports/x11/wine/files/wine.in	                        (rev 0)
+++ trunk/dports/x11/wine/files/wine.in	2008-09-21 08:32:43 UTC (rev 40116)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \
+"@PREFIX@/libexec/wine/wine" "$@"


Property changes on: trunk/dports/x11/wine/files/wine.in
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mergeinfo
   + 
Added: svn:eol-style
   + LF

Deleted: trunk/dports/x11/wine/files/winewrapper.sh
===================================================================
--- trunk/dports/x11/wine/files/winewrapper.sh	2008-09-21 08:09:52 UTC (rev 40115)
+++ trunk/dports/x11/wine/files/winewrapper.sh	2008-09-21 08:32:43 UTC (rev 40116)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \
-"@PREFIX@/libexec/wine/wine" "$@"

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2008-09-21 08:09:52 UTC (rev 40115)
+++ trunk/dports/x11/wine-devel/Portfile	2008-09-21 08:32:43 UTC (rev 40116)
@@ -67,7 +67,7 @@
 post-destroot {
     xinstall -d ${destroot}${prefix}/libexec/wine
     file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/libexec/wine/wine
-    xinstall -m 755 ${filespath}/winewrapper.sh ${destroot}${prefix}/bin/wine
+    xinstall -m 755 ${filespath}/wine.in ${destroot}${prefix}/bin/wine
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
 }
 

Copied: trunk/dports/x11/wine-devel/files/wine.in (from rev 40109, trunk/dports/x11/wine-devel/files/winewrapper.sh)
===================================================================
--- trunk/dports/x11/wine-devel/files/wine.in	                        (rev 0)
+++ trunk/dports/x11/wine-devel/files/wine.in	2008-09-21 08:32:43 UTC (rev 40116)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \
+"@PREFIX@/libexec/wine/wine" "$@"


Property changes on: trunk/dports/x11/wine-devel/files/wine.in
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mergeinfo
   + 
Added: svn:eol-style
   + LF

Deleted: trunk/dports/x11/wine-devel/files/winewrapper.sh
===================================================================
--- trunk/dports/x11/wine-devel/files/winewrapper.sh	2008-09-21 08:09:52 UTC (rev 40115)
+++ trunk/dports/x11/wine-devel/files/winewrapper.sh	2008-09-21 08:32:43 UTC (rev 40116)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \
-"@PREFIX@/libexec/wine/wine" "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080921/a0507f93/attachment.html 


More information about the macports-changes mailing list