[64579] trunk/dports/devel/allegro/Portfile

raimue at macports.org raimue at macports.org
Tue Mar 9 12:17:11 PST 2010


Revision: 64579
          http://trac.macports.org/changeset/64579
Author:   raimue at macports.org
Date:     2010-03-09 12:17:08 -0800 (Tue, 09 Mar 2010)
Log Message:
-----------
devel/allegro:
Remove calls to install_name_tool as the cmake port group handles this now,
see #23538

Modified Paths:
--------------
    trunk/dports/devel/allegro/Portfile

Modified: trunk/dports/devel/allegro/Portfile
===================================================================
--- trunk/dports/devel/allegro/Portfile	2010-03-09 17:54:17 UTC (rev 64578)
+++ trunk/dports/devel/allegro/Portfile	2010-03-09 20:17:08 UTC (rev 64579)
@@ -28,17 +28,6 @@
     foreach tool {colormap dat dat2c dat2s exedat grabber pack pat2dat rgbmap textconv} {
         xinstall -m 0755 -W ${worksrcpath}/tools/ ${tool} ${destroot}${prefix}/bin/
     }
-
-    foreach lib [glob -path ${destroot}${prefix}/lib/ -tails *.dylib] {
-        system "install_name_tool -id ${prefix}/lib/$lib ${destroot}${prefix}/lib/$lib"
-    }
-
-    foreach bin [glob -path ${destroot}${prefix}/bin/ -tails *] {
-        # Exclude config script which is not in Mach-O format
-        if {$bin != "allegro-config"} {
-            system "install_name_tool -change liballeg.${branch}.dylib ${prefix}/lib/liballeg.${branch}.dylib ${destroot}${prefix}/bin/$bin"
-        }
-    }
 }
 
 platform darwin 10 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100309/4cf73215/attachment.html>


More information about the macports-changes mailing list