Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2017 15:29:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438969 - in head/audio: libsamplerate libsndfile
Message-ID:  <201704201529.v3KFTVoW055907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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