1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Use the latest autotools/libtool.

This commit is contained in:
Tilman Keskinoz 2005-06-04 22:51:49 +00:00
parent 929871ba8e
commit 5736dd988b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136800
4 changed files with 28 additions and 7 deletions

View File

@ -17,9 +17,9 @@ COMMENT= A C++ wrapper library to the sockets
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_AUTOMAKE_VER= 15
USE_AUTOCONF_VER= 253
USE_INC_LIBTOOL_VER= 13
USE_AUTOMAKE_VER= 19
USE_AUTOCONF_VER= 259
USE_INC_LIBTOOL_VER= 15
INFO= socket++

View File

@ -3,7 +3,7 @@
@@ -14,12 +14,12 @@
else
- libtoolize --automake
+ libtoolize13 --automake
+ ${LIBTOOLIZE} --automake
fi
echo "aclocal..."
-aclocal

View File

@ -17,8 +17,9 @@ COMMENT= NewsCache is a free cache server for USENET News
LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++
USE_AUTOMAKE_VER= 15
USE_AUTOHEADER_VER= 253
USE_AUTOMAKE_VER= 19
USE_AUTOHEADER_VER= 259
USE_AUTOCONF_VER= 259
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
AUTOMAKE_ARGS= --add-missing
@ -34,6 +35,6 @@ post-patch:
${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure.in
pre-configure:
cd ${WRKSRC}; ${ACLOCAL}
(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen)
.include <bsd.port.mk>

View File

@ -0,0 +1,20 @@
--- autogen.orig Sat Nov 23 12:33:52 2002
+++ autogen Sun Jun 5 00:44:04 2005
@@ -9,13 +9,13 @@
fi
echo "aclocal..."
-aclocal
+${ACLOCAL}
echo "autoheader..."
-autoheader
+${AUTOHEADER}
echo "automake..."
-automake --add-missing
+${AUTOMAKE} --add-missing
echo "autoconf..."
-autoconf
+${AUTOCONF}
echo "Next run ./configure"
echo "Next run make"