From 964e12c93b0f7a787724b4d70b83d4cab989b315 Mon Sep 17 00:00:00 2001 From: ade Date: Tue, 3 Aug 2004 22:36:52 +0000 Subject: 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. --- net/libsocket++/files/patch-autogen | 20 ++++++++++++++++++++ net/licq-console/Makefile | 2 -- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 net/libsocket++/files/patch-autogen (limited to 'net') 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 -- cgit