diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
commit | e32a8245791aab6e734fe5ecda71641e15c94b45 (patch) | |
tree | 4daccf3b91f25a920b92ab009f8f336fb635fb30 /www | |
parent | 99fb36c32d824e3fb95f9b66463538631d38cdc8 (diff) | |
download | freebsd-ports-gnome-e32a8245791aab6e734fe5ecda71641e15c94b45.tar.gz freebsd-ports-gnome-e32a8245791aab6e734fe5ecda71641e15c94b45.tar.zst freebsd-ports-gnome-e32a8245791aab6e734fe5ecda71641e15c94b45.zip |
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
Diffstat (limited to 'www')
-rw-r--r-- | www/flood/Makefile | 1 | ||||
-rw-r--r-- | www/flood/files/patch-configure.in | 7 | ||||
-rw-r--r-- | www/mod_webapp/Makefile | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index 95af6c4e6e14..43d4d56e98bf 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ apr-0.9:${PORTSDIR}/devel/apr USE_AUTOCONF_VER= 253 +WANT_LIBTOOL_VER= 15 CONFIGURE_ARGS= --disable-shared CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib" USE_GMAKE= yes diff --git a/www/flood/files/patch-configure.in b/www/flood/files/patch-configure.in new file mode 100644 index 000000000000..d17bc4f1ce3e --- /dev/null +++ b/www/flood/files/patch-configure.in @@ -0,0 +1,7 @@ +--- configure.in.orig Sat Sep 6 03:06:11 2003 ++++ configure.in Wed Jul 7 00:38:40 2004 +@@ -125,3 +125,3 @@ + LDFLAGS="$LDFLAGS `$apr_config --ldflags`" +-LIBTOOL="`$apr_config --apr-libtool`" ++LIBTOOL="$LIBTOOL" + LIBTOOL_LIBS="$LIBTOOL_LIBS `$apr_config --link-libtool --libs`" diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index c25c6a289ecb..2a6e18045597 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= mod_webapp MAINTAINER= asachs@uunet.co.za COMMENT= Apache module mounts Tomcat web applications -BUILD_DEPENDS= ${NONEXISTANT}:${PORTSDIR}/devel/apr:extract +BUILD_DEPENDS= ${NONEXISTANT}:${PORTSDIR}/devel/apr:configure USE_APACHE= yes WANT_AUTOCONF_VER=253 |