svn commit: r368882 - head/audio/taglib

Jason E. Hale jhale at FreeBSD.org
Mon Sep 22 12:22:04 UTC 2014


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
- at dirrm include/taglib


More information about the svn-ports-head mailing list