From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 22:08:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9D2BE46; Sun, 9 Feb 2014 22:08:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95C991C1E; Sun, 9 Feb 2014 22:08:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19M8Xs3052833; Sun, 9 Feb 2014 22:08:33 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19M8X5g052832; Sun, 9 Feb 2014 22:08:33 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201402092208.s19M8X5g052832@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 9 Feb 2014 22:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343548 - head/audio/pd 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.17 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: Sun, 09 Feb 2014 22:08:33 -0000 Author: tijl Date: Sun Feb 9 22:08:33 2014 New Revision: 343548 URL: http://svnweb.freebsd.org/changeset/ports/343548 QAT: https://qat.redports.org/buildarchive/r343548/ Log: Let libtoolize copy missing files instead of linking them so that USES=libtool can patch them. Modified: head/audio/pd/Makefile Modified: head/audio/pd/Makefile ============================================================================== --- head/audio/pd/Makefile Sun Feb 9 22:00:35 2014 (r343547) +++ head/audio/pd/Makefile Sun Feb 9 22:08:33 2014 (r343548) @@ -20,14 +20,14 @@ OPTIONS_DEFAULT=FFTW WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,} -USES= gettext gmake pkgconfig shebangfix tk:wrapper +USES= gettext gmake libtool pkgconfig shebangfix tk:wrapper SHEBANG_FILES= tcl/pkg_mkIndex.tcl SHEBANG_LANG= tclsh 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 --force +LIBTOOLIZE_ARGS=--install --copy --force AUTOMAKE_ARGS= --add-missing --copy --force-missing CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no @@ -82,7 +82,7 @@ post-patch: pre-configure: @(cd ${WRKSRC}/portaudio \ && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} \ - && ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} \ + && ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} ${LIBTOOLIZE_ARGS} \ && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF}) do-install: