From owner-svn-ports-head@freebsd.org Thu May 12 18:22:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91A12B38AD7; Thu, 12 May 2016 18:22:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55D121CCD; Thu, 12 May 2016 18:22:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4CIMbEq007216; Thu, 12 May 2016 18:22:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4CIMbp6007214; Thu, 12 May 2016 18:22:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605121822.u4CIMbp6007214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 12 May 2016 18:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415079 - head/audio/portaudio 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.22 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: Thu, 12 May 2016 18:22:38 -0000 Author: amdmi3 Date: Thu May 12 18:22:37 2016 New Revision: 415079 URL: https://svnweb.freebsd.org/changeset/ports/415079 Log: - Don't install example scripts that don't work outside WRKDIR - While here, minor cosmetic fixes PR: 208969 Submitted by: shurd@FreeBSD.org Approved by: maintainer timeout (koalative@gmail.com, 2 weeks) Modified: head/audio/portaudio/Makefile head/audio/portaudio/pkg-plist Modified: head/audio/portaudio/Makefile ============================================================================== --- head/audio/portaudio/Makefile Thu May 12 18:20:27 2016 (r415078) +++ head/audio/portaudio/Makefile Thu May 12 18:22:37 2016 (r415079) @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= dos2unix gmake libtool pathfix pkgconfig tar:tgz GNU_CONFIGURE= yes -CONFIGURE_ARGS+=PKG_CONFIG_LIBDIR=${PREFIX}/libdata/pkgconfig \ - --without-alsa +CONFIGURE_ARGS= PKG_CONFIG_LIBDIR=${PREFIX}/libdata/pkgconfig \ + --without-alsa USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -43,7 +43,6 @@ JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_ON= --with-jack JACK_CONFIGURE_OFF= --without-jack -EXAMPLES_BIN= pa_d* pa_f* paex_* PATEST_BIN= pa_m* paqa_* patest* DOXYGEN_IMPLIES= DOCS @@ -53,13 +52,11 @@ post-patch: @${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' ${WRKSRC}/configure.in \ ${WRKSRC}/src/hostapi/oss/pa_unix_oss.c ${WRKSRC}/src/SConscript @${REINPLACE_CMD} -e 's|PACKAGE_NAME=|PACKAGE_NAME=portaudio2|' ${WRKSRC}/configure - -post-patch-EXAMPLES-off: @${REINPLACE_CMD} -i '' '/EXAMPLES =/,/bin\/paex_write_sine_nonint/s/^/#/' \ ${WRKSRC}/Makefile.in post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libportaudio.so.2 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libportaudio.so post-install-PATEST-on: .for f in ${PATEST_BIN} @@ -75,9 +72,6 @@ post-install-DOXYGEN-on: @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: -.for f in ${EXAMPLES_BIN} - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin/ -.endfor (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/audio/portaudio/pkg-plist ============================================================================== --- head/audio/portaudio/pkg-plist Thu May 12 18:20:27 2016 (r415078) +++ head/audio/portaudio/pkg-plist Thu May 12 18:22:37 2016 (r415079) @@ -1,13 +1,4 @@ -%%PORTEXAMPLES%%bin/pa_devs -%%PORTEXAMPLES%%bin/pa_fuzz %%PATEST%%bin/pa_minlat -%%PORTEXAMPLES%%bin/paex_pink -%%PORTEXAMPLES%%bin/paex_read_write_wire -%%PORTEXAMPLES%%bin/paex_record -%%PORTEXAMPLES%%bin/paex_saw -%%PORTEXAMPLES%%bin/paex_sine -%%PORTEXAMPLES%%bin/paex_write_sine -%%PORTEXAMPLES%%bin/paex_write_sine_nonint %%PATEST%%bin/paqa_devs %%PATEST%%bin/paqa_errs %%PATEST%%bin/paqa_latency