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/libsocket++ | |
parent | 8fc41f53c9bf41c8ba6ee322d3df8ea524ee36ce (diff) | |
download | freebsd-ports-graphics-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.gz freebsd-ports-graphics-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.zst freebsd-ports-graphics-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/libsocket++')
-rw-r--r-- | net/libsocket++/files/patch-autogen | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/libsocket++/files/patch-autogen b/net/libsocket++/files/patch-autogen new file mode 100644 index 00000000000..f9e01bc6f04 --- /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 + |