svn commit: r438969 - in head/audio: libsamplerate libsndfile

Jan Beich jbeich at FreeBSD.org
Thu Apr 20 15:29:32 UTC 2017


Author: jbeich
Date: Thu Apr 20 15:29:31 2017
New Revision: 438969
URL: https://svnweb.freebsd.org/changeset/ports/438969

Log:
  audio/lib{sndfile,samplerate}: add CPE information

Modified:
  head/audio/libsamplerate/Makefile   (contents, props changed)
  head/audio/libsndfile/Makefile   (contents, props changed)

Modified: head/audio/libsamplerate/Makefile
==============================================================================
--- head/audio/libsamplerate/Makefile	Thu Apr 20 15:29:21 2017	(r438968)
+++ head/audio/libsamplerate/Makefile	Thu Apr 20 15:29:31 2017	(r438969)
@@ -12,8 +12,9 @@ COMMENT=	Secret Rabbit Code: a Sample Ra
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool pathfix pkgconfig
+USES=		cpe libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
+CPE_VENDOR=	${CPE_PRODUCT}_project
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/audio/libsndfile/Makefile
==============================================================================
--- head/audio/libsndfile/Makefile	Thu Apr 20 15:29:21 2017	(r438968)
+++ head/audio/libsndfile/Makefile	Thu Apr 20 15:29:31 2017	(r438969)
@@ -11,7 +11,8 @@ COMMENT=	Reading and writing files conta
 
 LICENSE=	LGPL21
 
-USES=		gmake libtool localbase pkgconfig
+USES=		cpe gmake libtool localbase pkgconfig
+CPE_VENDOR=	${CPE_PRODUCT}_project
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gcc-pipe \
 		--disable-sqlite \


More information about the svn-ports-head mailing list