[104209] trunk/dports/sysutils/rpm2html/Portfile
afb at macports.org
afb at macports.org
Wed Mar 20 11:30:32 PDT 2013
Revision: 104209
https://trac.macports.org/changeset/104209
Author: afb at macports.org
Date: 2013-03-20 11:30:32 -0700 (Wed, 20 Mar 2013)
Log Message:
-----------
rpm2html: fix automake-1.13 breakage (#38443)
Modified Paths:
--------------
trunk/dports/sysutils/rpm2html/Portfile
Modified: trunk/dports/sysutils/rpm2html/Portfile
===================================================================
--- trunk/dports/sysutils/rpm2html/Portfile 2013-03-20 17:08:02 UTC (rev 104208)
+++ trunk/dports/sysutils/rpm2html/Portfile 2013-03-20 18:30:32 UTC (rev 104209)
@@ -4,7 +4,9 @@
name rpm2html
version 1.9.6
+revision 1
platforms darwin freebsd
+license mit
categories sysutils
maintainers afb
description Translates an RPM database and dependency information into HTML
@@ -21,9 +23,10 @@
checksums md5 15ffa538f6fe3d6080bfd4e68b3e67e2
depends_lib lib:librpm:rpm lib:libxml2:libxml2 port:zlib port:bzip2
-depends_build bin:autoconf:autoconf bin:automake:automake
+depends_build port:autoconf port:automake
patchfiles patch-rpmopen.c patch-memory.c patch-rpmdata.c patch-rpm2html.config
+post-patch { reinplace "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" ${worksrcpath}/configure.in }
pre-configure { system "cd ${worksrcpath} && ./autogen.sh --version" }
configure.args --with-rpm-prefix=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130320/f08281d4/attachment-0001.html>
More information about the macports-changes
mailing list