Date: Mon, 22 Sep 2014 12:22:03 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368882 - head/audio/taglib Message-ID: <201409221222.s8MCM38k056319@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221222.s8MCM38k056319>