[92475] trunk/dports/devel/ld64

jeremyhu at macports.org jeremyhu at macports.org
Sun Apr 29 14:13:47 PDT 2012


Revision: 92475
          https://trac.macports.org/changeset/92475
Author:   jeremyhu at macports.org
Date:     2012-04-29 14:13:44 -0700 (Sun, 29 Apr 2012)
Log Message:
-----------
ld64: Install mach-o/prune_trie.h (#34257)

Modified Paths:
--------------
    trunk/dports/devel/ld64/Portfile
    trunk/dports/devel/ld64/files/Makefile

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2012-04-29 20:48:12 UTC (rev 92474)
+++ trunk/dports/devel/ld64/Portfile	2012-04-29 21:13:44 UTC (rev 92475)
@@ -8,7 +8,7 @@
 name                    ld64
 # XCode 4.3
 version                 128.2
-revision                3
+revision                4
 set llvm_version        3.0
 categories              devel
 platforms               darwin
@@ -65,7 +65,7 @@
     # XCode 3.2.6
     # 127.2 should work for powerpc, but it will require some build fixes.
     version             97.17
-    revision            0
+    revision            1
     checksums           rmd160  d52df7d7f741c8bedd29cbac73dbb9db992b4795 \
                         sha256  02bd46af0809eaa415d096d7d41c3e8e7d80f7d8d181840866fb87f036b4e089
     supported_archs     x86_64 i386 ppc
@@ -75,7 +75,7 @@
     # XCode 4.2
     # This was the last ld64 release that supported linking ppc executables.
     version             127.2
-    revision            4
+    revision            5
     checksums           rmd160  8ee709341549a1944732daef6ebab7ef1acfcc6e \
                         sha256  97b75547b2bd761306ab3e15ae297f01e7ab9760b922bc657f4ef72e4e052142
     supported_archs     i386 x86_64

Modified: trunk/dports/devel/ld64/files/Makefile
===================================================================
--- trunk/dports/devel/ld64/files/Makefile	2012-04-29 20:48:12 UTC (rev 92474)
+++ trunk/dports/devel/ld64/files/Makefile	2012-04-29 21:13:44 UTC (rev 92475)
@@ -75,6 +75,7 @@
 install : all
 	install -d -m 755 $(DESTDIR)$(PREFIX)/bin
 	install -d -m 755 $(DESTDIR)$(PREFIX)/lib
+	install -d -m 755 $(DESTDIR)$(PREFIX)/include/mach-o
 	install -d -m 755 $(DESTDIR)$(PREFIX)/share/man/man1
 	
 	install -m 755 ObjectDump $(DESTDIR)$(PREFIX)/bin
@@ -84,6 +85,7 @@
 	install -m 755 rebase     $(DESTDIR)$(PREFIX)/bin
 	install -m 755 unwinddump $(DESTDIR)$(PREFIX)/bin
 
+	install -m 644 src/other/prune_trie.h $(DESTDIR)$(PREFIX)/include/mach-o
 	install -m 644 libprunetrie.a $(DESTDIR)$(PREFIX)/lib
 
 	install -m 644 doc/man/man1/dyldinfo.1   $(DESTDIR)$(PREFIX)/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120429/ba7dd736/attachment.html>


More information about the macports-changes mailing list