[84108] trunk/dports/devel/libelf

adfernandes at macports.org adfernandes at macports.org
Sat Sep 17 05:21:00 PDT 2011


Revision: 84108
          http://trac.macports.org/changeset/84108
Author:   adfernandes at macports.org
Date:     2011-09-17 05:20:55 -0700 (Sat, 17 Sep 2011)
Log Message:
-----------
devel/libelf: add missing VER_NDX_* symbols to elf_repl.h

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

Added Paths:
-----------
    trunk/dports/devel/libelf/files/

Modified: trunk/dports/devel/libelf/Portfile
===================================================================
--- trunk/dports/devel/libelf/Portfile	2011-09-17 11:35:48 UTC (rev 84107)
+++ trunk/dports/devel/libelf/Portfile	2011-09-17 12:20:55 UTC (rev 84108)
@@ -3,8 +3,8 @@
 PortSystem 1.0
 
 name		libelf
-version		0.8.10
-revision	1
+version		0.8.13
+revision	2
 categories	devel
 maintainers	vexate.net:jstrine
 description	ELF object file access library
@@ -17,16 +17,14 @@
 		   SPARC processors on an Intel-based system.
 
 master_sites	http://www.mr511.de/software
-distname	libelf-${version}
-checksums	md5 9db4d36c283d9790d8fa7df1f4d7b4d9 \
-		sha1 5f6fb666b0cf604243110383ba55ef37df1c8ece
+distname	    libelf-${version}
+checksums       md5     4136d7b4c04df68b686570afa26988ac \
+                sha1    c1d6ac5f182d19dd685c4dfd74eedbfe3992425d
 
-depends_lib	port:gettext
+patchfiles      elf_repl.diff
 
-configure.args			--enable-compat
+depends_lib	    port:gettext
+
+configure.args			    --disable-compat
 build.pre_args-append		instroot=${destroot}
 destroot.pre_args-append	instroot=${destroot}
-
-post-destroot {
-	file delete ${destroot}${prefix}/include/nlist.h
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110917/43675989/attachment-0001.html>


More information about the macports-changes mailing list