[114412] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Sat Dec 7 08:21:00 PST 2013


Revision: 114412
          https://trac.macports.org/changeset/114412
Author:   ryandesign at macports.org
Date:     2013-12-07 08:21:00 -0800 (Sat, 07 Dec 2013)
Log Message:
-----------
wine, wine-crossover, wine-devel: remove post-destroot install_name_tool invocations because they did nothing; libwine.1.dylib's install_name isn't @executable_path/../lib/libwine.1.dylib anymore, it's @rpath/libwine.1.dylib, so it doesn't need to be changed anymore even though we're still moving the executable

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2013-12-07 16:20:17 UTC (rev 114411)
+++ trunk/dports/x11/wine/Portfile	2013-12-07 16:21:00 UTC (rev 114412)
@@ -190,7 +190,6 @@
 post-destroot {
     xinstall -d ${destroot}${prefix}/libexec/wine
     file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/libexec/wine/wine
-    system "install_name_tool -change @executable_path/../lib/libwine.1.dylib @executable_path/../../lib/libwine.1.dylib ${destroot}${prefix}/libexec/wine/wine"
 
     xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine

Modified: trunk/dports/x11/wine-crossover/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover/Portfile	2013-12-07 16:20:17 UTC (rev 114411)
+++ trunk/dports/x11/wine-crossover/Portfile	2013-12-07 16:21:00 UTC (rev 114412)
@@ -171,12 +171,7 @@
 post-destroot {
     xinstall -d ${destroot}${prefix}/libexec/wine
     file rename ${destroot}${prefix}/bin/wineloader ${destroot}${prefix}/libexec/wine/wine
-    system "install_name_tool -change @executable_path/../lib/libwine.1.dylib ${prefix}/lib/libwine.1.dylib ${destroot}${prefix}/libexec/wine/wine"
 
-    foreach dll [glob ${destroot}${prefix}/lib/wine/*.so] {
-        system "install_name_tool -change @executable_path/../lib/libwine.1.dylib ${prefix}/lib/libwine.1.dylib ${dll}"
-    }
-
     xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
     

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2013-12-07 16:20:17 UTC (rev 114411)
+++ trunk/dports/x11/wine-devel/Portfile	2013-12-07 16:21:00 UTC (rev 114412)
@@ -186,7 +186,6 @@
 post-destroot {
     xinstall -d ${destroot}${prefix}/libexec/wine
     file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/libexec/wine/wine
-    system "install_name_tool -change @executable_path/../lib/libwine.1.dylib @executable_path/../../lib/libwine.1.dylib ${destroot}${prefix}/libexec/wine/wine"
 
     xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131207/4862d361/attachment.html>


More information about the macports-changes mailing list