[31838] trunk/dports/sysutils/rpm-devel/Portfile

afb at macports.org afb at macports.org
Sun Dec 9 11:27:24 PST 2007


Revision: 31838
          http://trac.macosforge.org/projects/macports/changeset/31838
Author:   afb at macports.org
Date:     2007-12-09 11:27:23 -0800 (Sun, 09 Dec 2007)

Log Message:
-----------
alpha -> beta, use external xar

Modified Paths:
--------------
    trunk/dports/sysutils/rpm-devel/Portfile

Modified: trunk/dports/sysutils/rpm-devel/Portfile
===================================================================
--- trunk/dports/sysutils/rpm-devel/Portfile	2007-12-09 19:25:31 UTC (rev 31837)
+++ trunk/dports/sysutils/rpm-devel/Portfile	2007-12-09 19:27:23 UTC (rev 31838)
@@ -16,10 +16,10 @@
 
 homepage		http://rpm5.org
 master_sites		${homepage}/files/rpm/rpm-5.0
-distname		rpm-${version}a1
-#distdate		20071111
-checksums		md5 74d65a4e2fd07937cfcc9cebd583e133
-worksrcdir		rpm-${version}a1
+distname		rpm-${version}b1
+#distdate		20071209
+checksums		md5 343d74b90f63b427094fb16fc1328959
+worksrcdir		rpm-${version}b1
 #
 ### CVS source
 #fetch.type      	cvs
@@ -35,7 +35,7 @@
 			port:libiconv port:gettext
 
 depends_lib		lib:libhistory.5:readline port:gettext \
-			port:popt port:sqlite3
+			port:popt port:sqlite3 port:xar-devel
 
 depends_run		port:openssl \
 			bin:gzip:gzip \
@@ -50,7 +50,7 @@
 configure.args		--disable-nls --without-javaglue --without-included-gettext \
 			--with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \
 			--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-			--with-python=2.5 --with-perl --with-sqlite --with-dbapi=sqlite \
+			--with-python=2.5 --with-perl --with-sqlite --with-dbapi=sqlite --with-xar=external \
 			--without-apidocs --sysconfdir=${prefix}/etc --with-path-cfg=${prefix}/etc/rpm
 configure.env		__PYTHON=${prefix}/bin/python2.5 __PERL=${prefix}/bin/perl
 
@@ -59,12 +59,10 @@
 #pre-configure	{ system "cd ${worksrcpath} && . devtool.bashrc && devtool autogen" }
 
 
-configure.args-append	--with-lua=internal --with-db=internal --with-xar=internal
+configure.args-append	--with-lua=internal --with-db=internal
+configure.cppflags-append	-I${prefix}/include/xar
 
 post-destroot {
-	# MacPorts specific changes
-	reinplace "s;%{_topdir}/TR;%{_var}/spool/repackage;" ${destroot}${prefix}/lib/rpm/macros
-
 	xinstall -d -m 755 ${prefix}/etc/rpm
 
 	delete [glob ${destroot}${prefix}/lib/perl5/*/*/*/auto/RPM/.packlist]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071209/78b6052a/attachment.html


More information about the macports-changes mailing list