svn commit: r323110 - in head: audio/darkice audio/terminatorx devel/rapidsvn graphics/cal3d graphics/ocropus net/enet security/openconnect security/sssd www/bookmarkbridge

Martin Wilke miwi at FreeBSD.org
Tue Jul 16 14:56:13 UTC 2013


Author: miwi
Date: Tue Jul 16 14:56:10 2013
New Revision: 323110
URL: http://svnweb.freebsd.org/changeset/ports/323110

Log:
  - Unbreak build after autotool update

Modified:
  head/audio/darkice/Makefile   (contents, props changed)
  head/audio/terminatorx/Makefile
  head/devel/rapidsvn/Makefile
  head/graphics/cal3d/Makefile
  head/graphics/ocropus/Makefile
  head/net/enet/Makefile
  head/security/openconnect/Makefile
  head/security/sssd/Makefile
  head/www/bookmarkbridge/Makefile   (contents, props changed)

Modified: head/audio/darkice/Makefile
==============================================================================
--- head/audio/darkice/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/audio/darkice/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -20,6 +20,7 @@ OPTIONS_DEFAULT=	VORBIS
 AACPLUS_DESC=	AAC HEv2 and libsamplerate support
 
 USE_AUTOTOOLS=	aclocal autoconf
+AUTOMAKE_ARGS=	--add-missing
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_prog_acx_pthread_config=no
 CPPFLAGS+=	${PTHREAD_CFLAGS}

Modified: head/audio/terminatorx/Makefile
==============================================================================
--- head/audio/terminatorx/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/audio/terminatorx/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -31,6 +31,7 @@ USE_GNOME=	gnomehier gtk20 libxml2
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
+AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_ARGS=	--disable-alsamidi \
 		--disable-scheduler
 INSTALLS_OMF=	yes

Modified: head/devel/rapidsvn/Makefile
==============================================================================
--- head/devel/rapidsvn/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/devel/rapidsvn/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -24,6 +24,7 @@ WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes
 USES=		gettext
 USE_AUTOTOOLS=	autoconf libtool automake
+AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_TARGET=
 CONFIGURE_ARGS=	--with-apr-config=apr-1-config \
 	--with-apu-config=apu-1-config \

Modified: head/graphics/cal3d/Makefile
==============================================================================
--- head/graphics/cal3d/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/graphics/cal3d/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -20,6 +20,7 @@ CONFLICTS=	cal3d-devel-[0-9]*
 USE_GNOME=	pkgconfig
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	automake autoheader libtool
+AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 AUTOTOOLSFILES=	aclocal.m4
 # AUTOMAKE_ARGS=	--add-missing

Modified: head/graphics/ocropus/Makefile
==============================================================================
--- head/graphics/ocropus/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/graphics/ocropus/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -25,6 +25,7 @@ LEPTONICA_DESC=	Enable Leptonica image a
 MAKE_JOBS_UNSAFE=	yes
 USE_PYTHON_BUILD=	yes
 USE_AUTOTOOLS=	aclocal automake autoconf
+AUTOMAKE_ARGS=	--add-missing
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	--without-fst --without-tesseract --with-iulib=${LOCALBASE}
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/net/enet/Makefile
==============================================================================
--- head/net/enet/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/net/enet/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -14,6 +14,7 @@ LICENSE=	MIT
 
 USE_AUTOTOOLS=	aclocal automake autoconf libtool
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
+AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/security/openconnect/Makefile
==============================================================================
--- head/security/openconnect/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/security/openconnect/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -20,6 +20,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 USE_AUTOTOOLS=	aclocal autoconf libtool
+AUTOMAKE_ARGS=	--add-missing
 USES=	pathfix pkgconfig
 USE_GMAKE=	yes
 USE_OPENSSL=	yes

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/security/sssd/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -44,6 +44,7 @@ PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
 #DEBUG_FLAGS=	-g
 
 USE_AUTOTOOLS=	autoconf automake
+AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes
 USE_OPENLDAP=	yes

Modified: head/www/bookmarkbridge/Makefile
==============================================================================
--- head/www/bookmarkbridge/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
+++ head/www/bookmarkbridge/Makefile	Tue Jul 16 14:56:10 2013	(r323110)
@@ -20,5 +20,6 @@ USE_GMAKE=	yes
 USES=		pkgconfig
 USE_AUTOTOOLS=	aclocal automake autoconf
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
+AUTOMAKE_ARGS=	--add-missing
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list