From owner-svn-ports-all@FreeBSD.ORG Mon Sep 22 12:22:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49D06A89; Mon, 22 Sep 2014 12:22:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3533EE65; Mon, 22 Sep 2014 12:22:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8MCM4Jo056323; Mon, 22 Sep 2014 12:22:04 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8MCM38k056319; Mon, 22 Sep 2014 12:22:03 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201409221222.s8MCM38k056319@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 22 Sep 2014 12:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368882 - head/audio/taglib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 12:22:04 -0000 Author: jhale Date: Mon Sep 22 12:22:03 2014 New Revision: 368882 URL: http://svnweb.freebsd.org/changeset/ports/368882 QAT: https://qat.redports.org/buildarchive/r368882/ Log: - Add missing LICENSE_FILE - Add CPE data - USE_CSTD instead of CFLAGS - Trim @dirrm from pkg-plist Modified: head/audio/taglib/Makefile head/audio/taglib/pkg-plist Modified: head/audio/taglib/Makefile ============================================================================== --- head/audio/taglib/Makefile Mon Sep 22 12:20:52 2014 (r368881) +++ head/audio/taglib/Makefile Mon Sep 22 12:22:03 2014 (r368882) @@ -12,16 +12,19 @@ COMMENT= Library for manipulating ID3 ta LICENSE= LGPL21 MPL LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL -USES= cmake +USES= cmake cpe CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ -DWITH_MP4:BOOL=ON USE_LDCONFIG= yes # clang will generate code that just doesn't work with clementine-player # if this isn't compiled as though it were C99. -CFLAGS+= -std=c99 +USE_CSTD= c99 + +CPE_VENDOR= scott_wheeler OPTIONS_DEFINE= RCC OPTIONS_SUB= yes Modified: head/audio/taglib/pkg-plist ============================================================================== --- head/audio/taglib/pkg-plist Mon Sep 22 12:20:52 2014 (r368881) +++ head/audio/taglib/pkg-plist Mon Sep 22 12:22:03 2014 (r368882) @@ -108,4 +108,3 @@ lib/libtag_c.so.0 lib/libtag_c.so.0.0.0 libdata/pkgconfig/taglib.pc libdata/pkgconfig/taglib_c.pc -@dirrm include/taglib