From owner-svn-ports-head@FreeBSD.ORG Tue Jul 16 14:56:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 441785E8; Tue, 16 Jul 2013 14:56:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2672CBC5; Tue, 16 Jul 2013 14:56:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GEuD46079972; Tue, 16 Jul 2013 14:56:13 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GEuBQl079963; Tue, 16 Jul 2013 14:56:11 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201307161456.r6GEuBQl079963@svn.freebsd.org> From: Martin Wilke Date: Tue, 16 Jul 2013 14:56:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323110 - in head: audio/darkice audio/terminatorx devel/rapidsvn graphics/cal3d graphics/ocropus net/enet security/openconnect security/sssd www/bookmarkbridge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 14:56:13 -0000 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