svn commit: r368126 - in head: archivers/unadf astro/libnova audio/libtremor audio/pd benchmarks/siege cad/gerbv comms/hidapi comms/owfs comms/ser2net databases/gigabase databases/mysql-workbench51...
Tijl Coosemans
tijl at FreeBSD.org
Sat Sep 13 18:25:11 UTC 2014
Author: tijl
Date: Sat Sep 13 18:25:04 2014
New Revision: 368126
URL: http://svnweb.freebsd.org/changeset/ports/368126
QAT: https://qat.redports.org/buildarchive/r368126/
Log:
Use default LIBTOOLIZE_ARGS
Modified:
head/archivers/unadf/Makefile
head/astro/libnova/Makefile
head/audio/libtremor/Makefile
head/audio/pd/Makefile
head/benchmarks/siege/Makefile
head/cad/gerbv/Makefile
head/comms/hidapi/Makefile
head/comms/owfs/Makefile
head/comms/ser2net/Makefile
head/databases/gigabase/Makefile
head/databases/mysql-workbench51/Makefile
head/devel/c-unit/Makefile
head/devel/cunit/Makefile
head/devel/libeio/Makefile
head/devel/libghthash/Makefile
head/devel/sdts++/Makefile
head/ftp/wxdfast/Makefile
head/ftp/wzdftpd/Makefile
head/graphics/gtimelapse/Makefile
head/graphics/libpgf/Makefile
head/graphics/sdl_gfx/Makefile
head/japanese/FreeWnn-lib/Makefile.common
head/multimedia/xmms/Makefile
head/net/libsocket++/Makefile
head/science/minc2/Makefile
head/security/barnyard2/Makefile
head/sysutils/uptimed/Makefile
head/textproc/sdcv/Makefile
head/www/cherokee/Makefile
head/www/varnish/Makefile
Modified: head/archivers/unadf/Makefile
==============================================================================
--- head/archivers/unadf/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/archivers/unadf/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -21,7 +21,6 @@ USE_AUTOTOOLS= libtoolize aclocal autoco
#
# args below adapted from adflib: autogen.sh
#
-LIBTOOLIZE_ARGS=--copy --force
AUTOMAKE_ARGS= --add-missing
#
Modified: head/astro/libnova/Makefile
==============================================================================
--- head/astro/libnova/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/astro/libnova/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -14,7 +14,6 @@ GNU_CONFIGURE= yes
USES= libtool
USE_AUTOTOOLS= aclocal autoheader autoconf automake libtoolize
AUTOMAKE_ARGS= -a -c -f
-LIBTOOLIZE_ARGS=-i -c -f
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Modified: head/audio/libtremor/Makefile
==============================================================================
--- head/audio/libtremor/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/audio/libtremor/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -16,7 +16,6 @@ WRKSRC= ${WRKDIR}/Tremor
USES= libtool tar:tgz
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
AUTOMAKE_ARGS= -a -c
-LIBTOOLIZE_ARGS=-i -c
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/audio/pd/Makefile
==============================================================================
--- head/audio/pd/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/audio/pd/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -27,7 +27,6 @@ tclsh_OLD_CMD= /usr/bin/tclsh
tclsh_CMD= ${LOCALBASE}/bin/tclsh
USE_AUTOTOOLS= aclocal libtoolize autoconf automake
ACLOCAL_ARGS= -I m4/generated -I m4
-LIBTOOLIZE_ARGS=--install --copy --force
AUTOMAKE_ARGS= --add-missing --copy --force-missing
CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no
Modified: head/benchmarks/siege/Makefile
==============================================================================
--- head/benchmarks/siege/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/benchmarks/siege/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -15,7 +15,6 @@ LICENSE= GPLv2
USES= perl5
USE_OPENSSL= yes
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
AUTOMAKE_ARGS= --add-missing --copy
CONFIGURE_ENV= PERL="${PERL}"
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \
Modified: head/cad/gerbv/Makefile
==============================================================================
--- head/cad/gerbv/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/cad/gerbv/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -17,7 +17,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES
USES= desktop-file-utils gmake libtool pathfix pkgconfig
USE_GNOME= gtk20
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
AUTOMAKE_ARGS= --add-missing --copy --foreign
CONFIGURE_ENV= ac_aux_dir="."
USE_LDCONFIG= yes
Modified: head/comms/hidapi/Makefile
==============================================================================
--- head/comms/hidapi/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/comms/hidapi/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -18,7 +18,6 @@ GH_COMMIT= 40cf516
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
AUTOMAKE_ARGS= --add-missing --copy
-LIBTOOLIZE_ARGS=--copy
USES= iconv:wchar_t libtool
USE_LDCONFIG= yes
Modified: head/comms/owfs/Makefile
==============================================================================
--- head/comms/owfs/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/comms/owfs/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -12,7 +12,6 @@ COMMENT= OWFS -- 1-Wire file system
LICENSE= GPLv2
USES= libtool
-LIBTOOLIZE_ARGS=-c -f -i
ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal
USE_AUTOTOOLS= libtoolize aclocal autoheader autoconf automake
Modified: head/comms/ser2net/Makefile
==============================================================================
--- head/comms/ser2net/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/comms/ser2net/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -16,7 +16,6 @@ OPTIONS_DEFINE= DOCS
USE_RC_SUBR= ${PORTNAME}
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
AUTOMAKE_ARGS= --add-missing
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
Modified: head/databases/gigabase/Makefile
==============================================================================
--- head/databases/gigabase/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/databases/gigabase/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -18,7 +18,6 @@ USES= dos2unix gmake libtool
DOS2UNIX_FILES= Makefile.in *.cpp *.h
USE_GCC= any
USE_AUTOTOOLS= libtoolize aclocal autoconf
-LIBTOOLIZE_ARGS=--copy --force
USE_LDCONFIG= yes
LDFLAGS+= -pthread
Modified: head/databases/mysql-workbench51/Makefile
==============================================================================
--- head/databases/mysql-workbench51/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/databases/mysql-workbench51/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -24,7 +24,6 @@ OPTIONS_DEFINE= PYTHON
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
ACLOCAL_ARGS= -I m4
AUTOMAKE_ARGS= -a -c -f --foreign
-LIBTOOLIZE_ARGS=-i -c -f
USE_LDCONFIG= ${PREFIX}/lib/mysql-workbench
SUBDIRS= ext/yassl/taocrypt ext/yassl ext/ctemplate/ctemplate-src .
Modified: head/devel/c-unit/Makefile
==============================================================================
--- head/devel/c-unit/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/devel/c-unit/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -23,7 +23,6 @@ DATADIR= ${PREFIX}/share/CUnit
EXAMPLESDIR= ${PREFIX}/share/examples/CUnit
AUTOMAKE_ARGS= --add-missing
-LIBTOOLIZE_ARGS=--copy --force --install
PATHFIX_MAKEFILEIN= Makefile.am
OPTIONS_DEFINE= AUT BAS CON CUR DEB EXA ITE MEM
Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/devel/cunit/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -40,7 +40,6 @@ PORTDOCS= *
PORTEXAMPLES= *
AUTOMAKE_ARGS= --add-missing
-LIBTOOLIZE_ARGS=--copy --force --install
PATHFIX_MAKEFILEIN= Makefile.am
AUTOMATED_CONFIGURE_ENABLE= automated
Modified: head/devel/libeio/Makefile
==============================================================================
--- head/devel/libeio/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/devel/libeio/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -18,7 +18,6 @@ USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
Modified: head/devel/libghthash/Makefile
==============================================================================
--- head/devel/libghthash/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/devel/libghthash/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -16,7 +16,6 @@ USES= libtool
GNU_CONFIGURE= yes
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
AUTOMAKE_ARGS= -a -c -f
-LIBTOOLIZE_ARGS=-i -c -f
USE_LDCONFIG= yes
PLIST_FILES= include/ght_hash_table.h \
Modified: head/devel/sdts++/Makefile
==============================================================================
--- head/devel/sdts++/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/devel/sdts++/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -16,7 +16,6 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD
DOS2UNIX_FILES= sdts++/io/sio_Utils.cpp
USES= bison dos2unix gmake libtool makeinfo
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing --copy --foreign
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
Modified: head/ftp/wxdfast/Makefile
==============================================================================
--- head/ftp/wxdfast/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/ftp/wxdfast/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -22,7 +22,6 @@ USES= gettext
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
ACLOCAL_ARGS= -I ${LOCALBASE}/share/locale
AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign
-LIBTOOLIZE_ARGS=--copy --force
CONFIGURE_ENV= WXRC="${WXRC_CMD}"
post-patch:
Modified: head/ftp/wzdftpd/Makefile
==============================================================================
--- head/ftp/wzdftpd/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/ftp/wzdftpd/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -23,7 +23,6 @@ OPTIONS_SUB= yes
USES= pkgconfig libtool
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= -I m4 -I ac-helpers
AUTOMAKE_ARGS= --add-missing --copy
CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --without-pam --disable-bonjour
Modified: head/graphics/gtimelapse/Makefile
==============================================================================
--- head/graphics/gtimelapse/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/graphics/gtimelapse/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -21,7 +21,6 @@ USE_WX= 3.0
WX_UNICODE= yes
WX_CONF_ARGS= absolute
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
AUTOMAKE_ARGS= --add-missing --copy
PLIST_FILES= bin/${PORTNAME}
Modified: head/graphics/libpgf/Makefile
==============================================================================
--- head/graphics/libpgf/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/graphics/libpgf/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -17,7 +17,6 @@ USE_AUTOTOOLS= libtoolize aclocal autohe
USE_LDCONFIG= yes
DOS2UNIX_FILES= configure.ac
-LIBTOOLIZE_ARGS=--copy --force --quiet
AUTOMAKE_ARGS= --add-missing --copy
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
INSTALL_TARGET= install-strip
Modified: head/graphics/sdl_gfx/Makefile
==============================================================================
--- head/graphics/sdl_gfx/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/graphics/sdl_gfx/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -18,7 +18,6 @@ USES= gmake libtool pathfix
PATHFIX_MAKEFILEIN= Makefile.am
USE_AUTOTOOLS= libtoolize aclocal autoconf automake
AUTOMAKE_ARGS= -a -c -f
-LIBTOOLIZE_ARGS=-i -c -f
USE_SDL= sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include
Modified: head/japanese/FreeWnn-lib/Makefile.common
==============================================================================
--- head/japanese/FreeWnn-lib/Makefile.common Sat Sep 13 18:23:08 2014 (r368125)
+++ head/japanese/FreeWnn-lib/Makefile.common Sat Sep 13 18:25:04 2014 (r368126)
@@ -3,7 +3,6 @@
GNU_CONFIGURE= yes
USES= tar:bzip2 libtool:keepla
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize
-LIBTOOLIZE_ARGS=-i -c -f
USE_LDCONFIG= yes
MAKE_ARGS= MANLANG="${MANLANG}" CDEBUGFLAGS="${CFLAGS}" \
LIBRARY_WNNMANDIR="3.libwnn" \
Modified: head/multimedia/xmms/Makefile
==============================================================================
--- head/multimedia/xmms/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/multimedia/xmms/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -80,7 +80,6 @@ INSTALL_TARGET= install-strip
# librcd.so:${PORTSDIR}/devel/librcd
#
#USE_AUTOTOOLS= aclocal autoheader libtoolize autoconf automake
-#LIBTOOLIZE_ARGS=-i -c -f
#AUTOMAKE_ARGS= -a -c -f
#USE_OPENSSL= yes
#.endif
Modified: head/net/libsocket++/Makefile
==============================================================================
--- head/net/libsocket++/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/net/libsocket++/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -21,7 +21,6 @@ USE_LDCONFIG= yes
USES= libtool makeinfo
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
AUTOMAKE_ARGS= -a -c
-LIBTOOLIZE_ARGS=-i -c
INFO= socket++
Modified: head/science/minc2/Makefile
==============================================================================
--- head/science/minc2/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/science/minc2/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -26,7 +26,6 @@ USES= bison gmake libtool perl5 shebang
SHEBANG_FILES= progs/mincview/mincview
USE_PERL5= build
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= -I m4 --automake-acdir=${ACLOCAL_DIR}
AUTOMAKE_ARGS= --add-missing --copy --force-missing
CONFIGURE_ARGS= --enable-shared=yes --enable-static=yes
Modified: head/security/barnyard2/Makefile
==============================================================================
--- head/security/barnyard2/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/security/barnyard2/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -32,7 +32,6 @@ OPTIONS_DEFAULT+= TCL
.endif
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
AUTOMAKE_ARGS= --add-missing --copy
ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal
Modified: head/sysutils/uptimed/Makefile
==============================================================================
--- head/sysutils/uptimed/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/sysutils/uptimed/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -15,7 +15,6 @@ LICENSE= GPLv2
USES= gmake libtool tar:bzip2
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= # empty
AUTOMAKE_ARGS= --copy --add-missing --foreign
USE_LDCONFIG= yes
Modified: head/textproc/sdcv/Makefile
==============================================================================
--- head/textproc/sdcv/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/textproc/sdcv/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -15,7 +15,6 @@ LICENSE= GPLv2 # (or later)
USES= gettext pkgconfig readline tar:bzip2
USE_GNOME= glib20
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
-LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I m4
AUTOMAKE_ARGS= --add-missing --copy
Modified: head/www/cherokee/Makefile
==============================================================================
--- head/www/cherokee/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/www/cherokee/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -30,7 +30,6 @@ python_CMD= ${PYTHON_CMD}
USE_RC_SUBR= cherokee
USE_OPENSSL= yes
USE_AUTOTOOLS= libtoolize aclocal automake autoheader autoconf
-LIBTOOLIZE_ARGS=--copy --force
AUTOMAKE_ARGS= --add-missing --copy --foreign
CONFIGURE_ARGS= --disable-silent-rules \
--disable-static \
Modified: head/www/varnish/Makefile
==============================================================================
--- head/www/varnish/Makefile Sat Sep 13 18:23:08 2014 (r368125)
+++ head/www/varnish/Makefile Sat Sep 13 18:25:04 2014 (r368126)
@@ -23,7 +23,6 @@ CONFIGURE_ENV= RST2MAN=true
USE_LDCONFIG= yes
USE_AUTOTOOLS= aclocal libtoolize automake autoconf
ACLOCAL_ARGS= -I m4
-LIBTOOLFLAGS= --copy --force --disable-static
AUTOMAKE_ARGS= --add-missing --copy --foreign
INSTALL_TARGET= install-strip
More information about the svn-ports-all
mailing list