From owner-svn-ports-head@freebsd.org Thu Apr 20 15:29:32 2017 Return-Path: Delivered-To: svn-ports-head@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 63F7ED48EFC; Thu, 20 Apr 2017 15:29:32 +0000 (UTC) (envelope-from jbeich@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 36050F63; Thu, 20 Apr 2017 15:29:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3KFTVgb055909; Thu, 20 Apr 2017 15:29:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3KFTVoW055907; Thu, 20 Apr 2017 15:29:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704201529.v3KFTVoW055907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 20 Apr 2017 15:29:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438969 - in head/audio: libsamplerate libsndfile X-SVN-Group: ports-head 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.23 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: Thu, 20 Apr 2017 15:29:32 -0000 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 \