summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-11-23 20:13:48 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-11-23 20:13:48 +0800
commit1757ea46718bc430591bec069e269679729ada6f (patch)
treea1da84fea485fcfbbd718e0209f79a9ae2d9895d
parent5c7dc10e78062462e898c699c65e2da243617eb0 (diff)
downloadmarcuscom-ports-1757ea46718bc430591bec069e269679729ada6f.tar
marcuscom-ports-1757ea46718bc430591bec069e269679729ada6f.tar.gz
marcuscom-ports-1757ea46718bc430591bec069e269679729ada6f.tar.bz2
marcuscom-ports-1757ea46718bc430591bec069e269679729ada6f.tar.lz
marcuscom-ports-1757ea46718bc430591bec069e269679729ada6f.tar.xz
marcuscom-ports-1757ea46718bc430591bec069e269679729ada6f.tar.zst
marcuscom-ports-1757ea46718bc430591bec069e269679729ada6f.zip
Remove reference to libarchive in the .pc file. libarchive in base doesn't
supply a pkgconfig file. I still don't know why this doesn't fail on my build box though. Thanks to marcus@ for suggesting a way to debug the build in tinderbox. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16599 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/totem-pl-parser/Makefile3
-rw-r--r--multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in11
2 files changed, 13 insertions, 1 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index e395710bb..69081b8c3 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -3,11 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.48 2011/09/21 12:40:17 kwm Exp $
+# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.49 2011/10/23 15:28:52 kwm Exp $
#
PORTNAME= totem-pl-parser
PORTVERSION= 2.32.6
+PORTREVISION= 1
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in b/multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in
new file mode 100644
index 000000000..0853c1cfa
--- /dev/null
+++ b/multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in
@@ -0,0 +1,11 @@
+--- totem-plparser.pc.in.orig 2011-11-23 11:55:25.000000000 +0100
++++ totem-plparser.pc.in 2011-11-23 11:55:34.000000000 +0100
+@@ -9,7 +9,7 @@
+ Description: Totem Playlist Parser library
+ Version: @VERSION@
+ Requires: glib-2.0 gobject-2.0 gio-2.0
+-Requires.private: gthread-2.0 libxml-2.0 @GMIME@ @QUVI@ @ARCHIVE@
++Requires.private: gthread-2.0 libxml-2.0 @GMIME@ @QUVI@
+ Libs: -L${libdir} -ltotem-plparser
+ Cflags: -I${includedir}/totem-pl-parser/1/plparser
+ uselibcamel=@USEGMIME@