From owner-svn-ports-head@freebsd.org Sat Apr 28 16:39:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9619FB40D7; Sat, 28 Apr 2018 16:39:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57FB368D17; Sat, 28 Apr 2018 16:39:22 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D0EF18307; Sat, 28 Apr 2018 16:39:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3SGdMC3034879; Sat, 28 Apr 2018 16:39:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3SGdLdS034876; Sat, 28 Apr 2018 16:39:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804281639.w3SGdLdS034876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 28 Apr 2018 16:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468554 - in head/audio: ir-lv2 x42-plugins-lv2 zita-convolver X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: ir-lv2 x42-plugins-lv2 zita-convolver X-SVN-Commit-Revision: 468554 X-SVN-Commit-Repository: ports 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.25 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: Sat, 28 Apr 2018 16:39:23 -0000 Author: yuri Date: Sat Apr 28 16:39:21 2018 New Revision: 468554 URL: https://svnweb.freebsd.org/changeset/ports/468554 Log: audio/zita-convolver: Remove the unnecessary patch that the class being defined twice Also silenced the strip command. Bumped depending ports audio/x42-plugins-lv2 audio/ir-lv2 because of the change in headers. Modified: head/audio/ir-lv2/Makefile head/audio/x42-plugins-lv2/Makefile head/audio/zita-convolver/Makefile Modified: head/audio/ir-lv2/Makefile ============================================================================== --- head/audio/ir-lv2/Makefile Sat Apr 28 16:36:35 2018 (r468553) +++ head/audio/ir-lv2/Makefile Sat Apr 28 16:39:21 2018 (r468554) @@ -4,6 +4,7 @@ PORTNAME= ir DISTVERSIONPREFIX= v DISTVERSION= 1.3.2-1 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 Modified: head/audio/x42-plugins-lv2/Makefile ============================================================================== --- head/audio/x42-plugins-lv2/Makefile Sat Apr 28 16:36:35 2018 (r468553) +++ head/audio/x42-plugins-lv2/Makefile Sat Apr 28 16:39:21 2018 (r468554) @@ -3,6 +3,7 @@ PORTNAME= x42-plugins DISTVERSION= 20180320 # the version is published here: http://gareus.org/misc/x42-plugins.php +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://gareus.org/misc/x42-plugins/ PKGNAMESUFFIX= -lv2 Modified: head/audio/zita-convolver/Makefile ============================================================================== --- head/audio/zita-convolver/Makefile Sat Apr 28 16:36:35 2018 (r468553) +++ head/audio/zita-convolver/Makefile Sat Apr 28 16:39:21 2018 (r468554) @@ -3,7 +3,7 @@ PORTNAME= zita-convolver PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ @@ -18,6 +18,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float USES= compiler:c++11-lib gmake localbase:ldflags tar:bz2 USE_LDCONFIG= yes + WRKSRC_SUBDIR= libs PLIST_FILES= include/zita-convolver.h \ @@ -25,11 +26,7 @@ PLIST_FILES= include/zita-convolver.h \ lib/libzita-convolver.so.3 \ lib/libzita-convolver.so.${PORTVERSION} -post-patch: - ${REINPLACE_CMD} 's/__APPLE__/__FreeBSD__/' \ - ${WRKSRC}/zita-convolver.h - post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzita-convolver.so.${PORTVERSION} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzita-convolver.so.${PORTVERSION} .include