svn commit: r373078 - head/multimedia/totem-pl-parser

Koop Mast kwm at FreeBSD.org
Sat Nov 22 17:10:30 UTC 2014


Author: kwm
Date: Sat Nov 22 17:10:28 2014
New Revision: 373078
URL: https://svnweb.freebsd.org/changeset/ports/373078
QAT: https://qat.redports.org/buildarchive/r373078/

Log:
  Fix plist when QUVI option is not selected.
  
  PR:		195200
  Submitted by:	Christoph Lukas <site+org.freebsd.bugs-44k at s.firc.de>

Modified:
  head/multimedia/totem-pl-parser/Makefile
  head/multimedia/totem-pl-parser/pkg-plist

Modified: head/multimedia/totem-pl-parser/Makefile
==============================================================================
--- head/multimedia/totem-pl-parser/Makefile	Sat Nov 22 17:05:56 2014	(r373077)
+++ head/multimedia/totem-pl-parser/Makefile	Sat Nov 22 17:10:28 2014	(r373078)
@@ -26,6 +26,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
+OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	QUVI
 OPTIONS_DEFAULT=QUVI
 QUVI_DESC=	Flash media stream URL support

Modified: head/multimedia/totem-pl-parser/pkg-plist
==============================================================================
--- head/multimedia/totem-pl-parser/pkg-plist	Sat Nov 22 17:05:56 2014	(r373077)
+++ head/multimedia/totem-pl-parser/pkg-plist	Sat Nov 22 17:10:28 2014	(r373078)
@@ -14,7 +14,7 @@ lib/libtotem-plparser.so.18
 lib/libtotem-plparser.so.18.1.0
 libdata/pkgconfig/totem-plparser-mini.pc
 libdata/pkgconfig/totem-plparser.pc
-libexec/totem-pl-parser-videosite
+%%QUVI%%libexec/totem-pl-parser-videosite
 %%DOCSDIR%%/TotemPlParser.html
 %%DOCSDIR%%/TotemPlPlaylist.html
 %%DOCSDIR%%/annotation-glossary.html


More information about the svn-ports-all mailing list