Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 12:13:15 +0300
From:      Vladimir Grebenschikov <vova@sw.ru>
To:        gnome@freebsd.org
Cc:        ahze@FreeBSD.org
Subject:   multimedia/vlc Makefile erro
Message-ID:  <1134551595.1214.8.camel@localhost>

next in thread | raw e-mail | index | archive | help
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@swsoft.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1134551595.1214.8.camel>