[57448] trunk/dports
ryandesign at macports.org
ryandesign at macports.org
Fri Sep 11 00:49:13 PDT 2009
Revision: 57448
http://trac.macports.org/changeset/57448
Author: ryandesign at macports.org
Date: 2009-09-11 00:49:12 -0700 (Fri, 11 Sep 2009)
Log Message:
-----------
Switch "use_autoconf yes" "autoconf.cmd autoreconf" to "use_autoreconf yes"
Modified Paths:
--------------
trunk/dports/devel/libast/Portfile
trunk/dports/graphics/aalib/Portfile
trunk/dports/graphics/imlib2/Portfile
trunk/dports/graphics/libungif/Portfile
trunk/dports/net/drill/Portfile
trunk/dports/net/ldns-tools/Portfile
trunk/dports/print/ghostscript/Portfile
trunk/dports/science/opendx/Portfile
trunk/dports/x11/Eterm/Portfile
trunk/dports/x11/fluxbox/Portfile
trunk/dports/x11/fvwm2/Portfile
Modified: trunk/dports/devel/libast/Portfile
===================================================================
--- trunk/dports/devel/libast/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/devel/libast/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -30,7 +30,6 @@
port:pcre \
port:freetype
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
-autoconf.env ACLOCAL="aclocal -I ${prefix}/share/aclocal -I ."
+use_autoreconf yes
+autoreconf.args -fv
+autoreconf.env ACLOCAL="aclocal -I ${prefix}/share/aclocal -I ."
Modified: trunk/dports/graphics/aalib/Portfile
===================================================================
--- trunk/dports/graphics/aalib/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/graphics/aalib/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -50,8 +50,7 @@
configure.args-append --with-x
}
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fv
livecheck.distname aa-lib
Modified: trunk/dports/graphics/imlib2/Portfile
===================================================================
--- trunk/dports/graphics/imlib2/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/graphics/imlib2/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -28,9 +28,8 @@
port:jpeg port:libpng port:freetype port:zlib \
port:giflib port:libid3tag
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fv
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
Modified: trunk/dports/graphics/libungif/Portfile
===================================================================
--- trunk/dports/graphics/libungif/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/graphics/libungif/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -58,9 +58,8 @@
port:automake \
port:libtool
- use_autoconf yes
- autoconf.cmd autoreconf
- autoconf.args -fvi
+ use_autoreconf yes
+ autoreconf.args -fv
depends_lib-append \
port:xorg-libsm \
Modified: trunk/dports/net/drill/Portfile
===================================================================
--- trunk/dports/net/drill/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/net/drill/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -20,8 +20,7 @@
checksums sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830
depends_lib port:ldns
worksrcdir ldns-${version}/drill
-use_autoconf yes
-autoconf.cmd autoreconf
+use_autoreconf yes
configure.args --with-ldns=${prefix} --without-ssl
variant ssl {
Modified: trunk/dports/net/ldns-tools/Portfile
===================================================================
--- trunk/dports/net/ldns-tools/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/net/ldns-tools/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -17,8 +17,7 @@
checksums sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830
depends_lib port:ldns
worksrcdir ldns-${version}/examples
-use_autoconf yes
-autoconf.cmd autoreconf
+use_autoreconf yes
configure.args --with-ldns=${prefix} --without-ssl
variant ssl {
Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/print/ghostscript/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -50,9 +50,8 @@
}
}
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fv
# Make included JasPer uses its own headers rather than the system ones
configure.cppflags-delete "-I${prefix}/include"
Modified: trunk/dports/science/opendx/Portfile
===================================================================
--- trunk/dports/science/opendx/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/science/opendx/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -32,9 +32,8 @@
path:lib/libXm.dylib:openmotif \
port:mesa
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fv
platform darwin 9 {
configure.cppflags-append -D_UINT64 -D_UINT32 -D_UINT16 -D_UINT8
Modified: trunk/dports/x11/Eterm/Portfile
===================================================================
--- trunk/dports/x11/Eterm/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/x11/Eterm/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -47,9 +47,8 @@
port:xorg-libXmu \
port:libast
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fv
configure.cflags-append -DDARWIN
configure.args \
Modified: trunk/dports/x11/fluxbox/Portfile
===================================================================
--- trunk/dports/x11/fluxbox/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/x11/fluxbox/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -37,9 +37,8 @@
livecheck.url ${homepage}/download.php
livecheck.regex "The latest stable release is <b>v(\[0-9a-z.\]+)</b>."
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fv
configure.args --mandir=${prefix}/share/man
Modified: trunk/dports/x11/fvwm2/Portfile
===================================================================
--- trunk/dports/x11/fvwm2/Portfile 2009-09-11 07:49:08 UTC (rev 57447)
+++ trunk/dports/x11/fvwm2/Portfile 2009-09-11 07:49:12 UTC (rev 57448)
@@ -41,9 +41,8 @@
--without-rplay-library \
--without-stroke-library
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fv
livecheck.type regexm
livecheck.regex {Latest Unstable Release: </td>\s+.*?<a href="download" >([^<]*)</a>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090911/155b7e0e/attachment.html>
More information about the macports-changes
mailing list