[21595] trunk/dports/devel/popt/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jan 29 18:50:30 PST 2007
Revision: 21595
http://trac.macosforge.org/projects/macports/changeset/21595
Author: landonf at macports.org
Date: 2007-01-29 18:50:29 -0800 (Mon, 29 Jan 2007)
Log Message:
-----------
I am on a never ending quest to rid ports of depedencies on /usr/lib/libiconv.dylib, freeing the good citizens everywhere from the scourge of duplicate symbols
Modified Paths:
--------------
trunk/dports/devel/popt/Portfile
Modified: trunk/dports/devel/popt/Portfile
===================================================================
--- trunk/dports/devel/popt/Portfile 2007-01-30 02:35:04 UTC (rev 21594)
+++ trunk/dports/devel/popt/Portfile 2007-01-30 02:50:29 UTC (rev 21595)
@@ -3,7 +3,7 @@
PortSystem 1.0
name popt
version 1.10.4
-revision 2
+revision 3
categories devel
maintainers n3npq at mac.com
description A getopt(3) like library with a number of enhancements
@@ -13,14 +13,16 @@
master_sites ftp://wraptastic.org/pub/rpm-4.4.x/ \
http://rpm.net.in/mirror/rpm-4.4.x/
-depends_lib port:gettext
+depends_lib port:gettext \
+ port:libiconv
post-patch {
file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess
file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub
}
-configure.args --mandir=${prefix}/share/man --with-included-gettext
+configure.env CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+configure.args --mandir=${prefix}/share/man --with-libiconv-prefix=${prefix}
destroot.args localedir=${prefix}/share/locale
post-destroot {
@@ -33,4 +35,3 @@
platform darwin 7 {
depends_build-append port:autoconf
}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070129/60e4b82f/attachment.html
More information about the macports-changes
mailing list