multimedia/vlc Makefile erro
Vladimir Grebenschikov
vova at sw.ru
Wed Dec 14 01:13:19 PST 2005
Hi
Fresh ports tree, FreeBSD 7-CURRENT, gnome 2.12
/usr/ports/multimedia/vlc# make fetch
"Makefile", line 283: Malformed conditional (${WITH_MOZILLA}=="firefox")
"Makefile", line 300: Malformed conditional
(${WITH_MOZILLA}=="mozilla-devel")
"Makefile", line 302: if-less else
"Makefile", line 304: if-less endif
"Makefile", line 305: if-less endif
make: fatal errors encountered -- cannot continue
/usr/ports/multimedia/vlc# vi Makefile
...
/usr/ports/multimedia/vlc# make fetch
Take a careful look at the beginning of the Makefile in order
to learn how to tune VLC to your personal preferences!
vbook#/usr/ports/multimedia/vlc 83_> cvs diff Makefile
Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/multimedia/vlc/Makefile,v
retrieving revision 1.116
diff -u -r1.116 Makefile
--- Makefile 29 Nov 2005 17:42:36 -0000 1.116
+++ Makefile 14 Dec 2005 09:08:43 -0000
@@ -279,7 +279,7 @@
.if defined(WITH_MOZILLA_PLUGIN) && !defined(WITHOUT_MOZILLA_PLUGIN)
### Remove comment when gnome 2.12 hits the streets.
-#WITH_MOZILLA?= firefox
+WITH_MOZILLA?= firefox
.if ${WITH_MOZILLA}=="firefox"
BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:
${PORTSDIR}/www/firefox
RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:
${PORTSDIR}/www/firefox
/usr/ports/multimedia/vlc#
--
Vladimir B. Grebenschikov
SWsoft Inc. vova at swsoft.com
More information about the freebsd-gnome
mailing list