[26259] trunk/dports/sysutils/rpm/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 17 13:14:55 PDT 2007


Revision: 26259
          http://trac.macosforge.org/projects/macports/changeset/26259
Author:   n3npq at mac.com
Date:     2007-06-17 13:14:54 -0700 (Sun, 17 Jun 2007)

Log Message:
-----------
Build rpm-4.4.6 from rpm5.org against python-2.5.

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

Modified: trunk/dports/sysutils/rpm/Portfile
===================================================================
--- trunk/dports/sysutils/rpm/Portfile	2007-06-17 19:30:02 UTC (rev 26258)
+++ trunk/dports/sysutils/rpm/Portfile	2007-06-17 20:14:54 UTC (rev 26259)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name			rpm
 version			4.4.6
+revision		1
 platforms		darwin
 categories		sysutils archivers
 maintainers		n3npq at mac.com
@@ -14,7 +15,8 @@
 	package consists of an archive of files along with information about \
 	the package like its version, a description, etc.
 
-master_sites		http://wraptastic.org/pub/rpm-4.4.x/
+homepage		http://rpm5.org
+master_sites		http://rpm5.org/files/rpm/rpm-4.4/
 distfiles		rpm-${version}.tar.gz
 checksums		md5 baa6f371446c65b4080d1cd1f194a7ae
 
@@ -22,7 +24,7 @@
 			lib:libsqlite3.0:sqlite3
 
 depends_build		port:expat port:neon \
-			port:python24 port:popt \
+			port:python25 port:popt \
 			port:readline port:beecrypt \
 			port:libiconv port:gettext
 depends_run		port:gzip \
@@ -42,7 +44,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.4
+			--with-python=2.5
 
 configure.env           __PYTHON="${prefix}/bin/python"
 
@@ -56,9 +58,9 @@
 
 	post-patch {
 		file delete -force ${worksrcpath}/beecrypt
+		file delete -force ${worksrcpath}/elfutils
 		file delete -force ${worksrcpath}/neon
 		file delete -force ${worksrcpath}/sqlite
-		file delete -force ${worksrcpath}/elfutils
 	}
 
 #	use_autoconf	yes
@@ -79,7 +81,7 @@
 	}
 
 	configure.args-append --disable-optimized --disable-aio \
-			      --with-python=auto --with-lua --with-glob \
+			      --with-python=2.5 --with-lua --with-glob \
 		              --enable-broken-chown --disable-rpath
 
 	# requires doxygen:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070617/6182c192/attachment.html


More information about the macports-changes mailing list