From owner-svn-ports-all@freebsd.org Sat Jul 9 18:59:21 2016 Return-Path: Delivered-To: svn-ports-all@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 178C5B84D07; Sat, 9 Jul 2016 18:59:21 +0000 (UTC) (envelope-from pi@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 DCC7C1BED; Sat, 9 Jul 2016 18:59:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u69IxKZv054489; Sat, 9 Jul 2016 18:59:20 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u69IxK7g054488; Sat, 9 Jul 2016 18:59:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607091859.u69IxK7g054488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 9 Jul 2016 18:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418288 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 18:59:21 -0000 Author: pi Date: Sat Jul 9 18:59:19 2016 New Revision: 418288 URL: https://svnweb.freebsd.org/changeset/ports/418288 Log: audio/portaudio: fix test program installation - Before the patch the libtool wrapper scripts were installed instead of real test programs PR: 210455 Submitted by: Tobias Kortkamp Approved by: koalative@gmail.com (maintainer timeout) Modified: head/audio/portaudio/Makefile Modified: head/audio/portaudio/Makefile ============================================================================== --- head/audio/portaudio/Makefile Sat Jul 9 18:43:40 2016 (r418287) +++ head/audio/portaudio/Makefile Sat Jul 9 18:59:19 2016 (r418288) @@ -3,7 +3,7 @@ PORTNAME= portaudio DISTVERSION= 19_20140130 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.portaudio.com/archives/ DISTNAME= pa_stable_v${DISTVERSION} @@ -60,7 +60,8 @@ post-install: post-install-PATEST-on: .for f in ${PATEST_BIN} - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin/ + ${STRIP_CMD} ${WRKSRC}/bin/.libs/${f} + ${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor post-install-DOCS-on: