Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2018 16:39:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
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
Message-ID:  <201804281639.w3SGdLdS034876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804281639.w3SGdLdS034876>