[124058] trunk/dports/sysutils/rpm45/Portfile
afb at macports.org
afb at macports.org
Sun Aug 17 13:17:22 PDT 2014
Revision: 124058
https://trac.macports.org/changeset/124058
Author: afb at macports.org
Date: 2014-08-17 13:17:21 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
rpm45: serialize build and remove -devel stuff
Modified Paths:
--------------
trunk/dports/sysutils/rpm45/Portfile
Modified: trunk/dports/sysutils/rpm45/Portfile
===================================================================
--- trunk/dports/sysutils/rpm45/Portfile 2014-08-17 20:15:41 UTC (rev 124057)
+++ trunk/dports/sysutils/rpm45/Portfile 2014-08-17 20:17:21 UTC (rev 124058)
@@ -21,13 +21,6 @@
distname rpm-${version}-0.4
checksums md5 9f9d2e64b93d64b8cc2c10e116e9ecd9
worksrcdir rpm-${version}
-#
-### CVS source
-#fetch.type cvs
-#cvs.root :pserver:anonymous at rpm5.org:/cvs
-#cvs.module rpm
-#cvs.tag rpm-4_5
-#worksrcdir rpm
depends_build port:expat port:neon \
port:python27 port:perl5.16 \
@@ -49,6 +42,7 @@
gzip -dc rpm-${version}.tar.gz | tar -xf -
build.type gnu
+build.jobs 1
configure.args --disable-nls --without-javaglue --without-included-gettext \
--with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \
@@ -61,12 +55,6 @@
# needed because it checks for sqlite3_open in sqlite lib...
configure.env-append ac_cv_lib_sqlite_sqlite3_open=yes
-### CVS config
-#post-fetch { system "cd ${worksrcpath} && ./devtool checkout" }
-#post-patch { reinplace "s at po/Makefile.in@@" ${worksrcpath}/configure.ac
-#reinplace "s@\"-lsqlite\"@\"-lsqlite3\"@" ${worksrcpath}/configure.ac }
-#pre-configure { system "cd ${worksrcpath} && ./devtool autogen" }
-
patchfiles patch-macros.in \
patch-configure \
patch-Makefile.PL \
@@ -76,14 +64,6 @@
patch-rpmsq.c \
patch-rpmevr.h
-### CVS patches
-#patchfiles patch-macros.in \
-# patch-configure.ac \
-# patch-darwin.prov \
-# patch-fts.c \
-# patch-rpmsq.c \
-# patch-rpmevr.h
-
post-patch {
# use external popt library
if {[file exists ${worksrcpath}/popt]} { delete ${worksrcpath}/popt }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/f8c8cd14/attachment-0001.html>
More information about the macports-changes
mailing list