[26520] trunk/dports/x11/wine

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 27 09:23:31 PDT 2007


Revision: 26520
          http://trac.macosforge.org/projects/macports/changeset/26520
Author:   ryandesign at macports.org
Date:     2007-06-27 09:23:31 -0700 (Wed, 27 Jun 2007)

Log Message:
-----------
wine: goodbye, freetype font errors; hello, wrapper script.

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

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2007-06-27 15:49:46 UTC (rev 26519)
+++ trunk/dports/x11/wine/Portfile	2007-06-27 16:23:31 UTC (rev 26520)
@@ -4,6 +4,7 @@
 
 name                wine
 version             0.9.39
+revision            1
 categories          x11
 maintainers         ryandesign openmaintainer at macports.org
 homepage            http://www.winehq.com/
@@ -55,5 +56,11 @@
 	}
 }
 
+post-destroot {
+	file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/bin/wine-real
+	xinstall -m 755 ${filespath}/winewrapper.sh ${destroot}${prefix}/bin/wine
+	reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
+}
+
 livecheck.check     regex
 livecheck.regex     href="\\?announce=latest">Wine (\[0-9\.\]+)<

Added: trunk/dports/x11/wine/files/winewrapper.sh
===================================================================
--- trunk/dports/x11/wine/files/winewrapper.sh	                        (rev 0)
+++ trunk/dports/x11/wine/files/winewrapper.sh	2007-06-27 16:23:31 UTC (rev 26520)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \
+"@PREFIX@/bin/wine-real" "$@"


Property changes on: trunk/dports/x11/wine/files/winewrapper.sh
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:eol-style
   + LF

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070627/96fb6943/attachment.html


More information about the macports-changes mailing list