diff options
author | ade <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
commit | 964e12c93b0f7a787724b4d70b83d4cab989b315 (patch) | |
tree | 30d59616dab81b2f606e3ae725727737b4cc1b5b /net | |
parent | 8fc41f53c9bf41c8ba6ee322d3df8ea524ee36ce (diff) | |
download | freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.gz freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.zst freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.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 'net')
-rw-r--r-- | net/libsocket++/files/patch-autogen | 20 | ||||
-rw-r--r-- | net/licq-console/Makefile | 2 |
2 files changed, 20 insertions, 2 deletions
diff --git a/net/libsocket++/files/patch-autogen b/net/libsocket++/files/patch-autogen new file mode 100644 index 000000000000..f9e01bc6f041 --- /dev/null +++ b/net/libsocket++/files/patch-autogen @@ -0,0 +1,20 @@ +--- autogen.orig Tue Mar 18 15:47:57 2003 ++++ autogen Wed Jul 7 17:45:10 2004 +@@ -14,12 +14,12 @@ + else +- libtoolize --automake ++ libtoolize13 --automake + fi + echo "aclocal..." +-aclocal ++aclocal15 + echo "autoheader..." +-autoheader ++autoheader253 + echo "automake..." +-automake --add-missing ++automake15 --add-missing + echo "autoconf..." +-autoconf ++autoconf253 + diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile index eb56d95565da..263b2bfb050a 100644 --- a/net/licq-console/Makefile +++ b/net/licq-console/Makefile @@ -13,8 +13,6 @@ CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org COMMENT= Ncurses-based console plugin for Licq -#USE_AUTOCONF_VER= 254 -#USE_AUTOMAKE_VER= 15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" LICQ_PORT?= net/licq |