Date: Mon, 17 May 2010 09:54:02 +0100 From: "tevans.uk" <tevans.uk@googlemail.com> To: gnome@freebsd.org Subject: gnome 2.30 on FreeBSD 7 Message-ID: <AANLkTikN35_mZ_UfWJ2eKT4MDgoukAzyrCOopYoXyCe_@mail.gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --]
FreeBSD 7 doesn't have support for webcamd.
multimedia/cheese requires webcamd.
x11/gnome2 requires multimedia/cheese.
Attached patch fixes x11/gnome2 on FreeBSD 7:
[-- Attachment #2 --]
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/gnome2/Makefile,v
retrieving revision 1.163
diff -u -r1.163 Makefile
--- Makefile 10 May 2010 21:18:54 -0000 1.163
+++ Makefile 17 May 2010 08:49:30 -0000
@@ -83,7 +83,6 @@
.endif
.if ${.CURDIR:T}!="gnome2-lite"
RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \
- cheese:${PORTSDIR}/multimedia/cheese \
gucharmap:${PORTSDIR}/deskutils/gucharmap \
sound-juicer:${PORTSDIR}/audio/sound-juicer \
zenity:${PORTSDIR}/x11/zenity \
@@ -96,6 +95,9 @@
${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \
${LOCALBASE}/lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk \
gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit
+.if ${OSVERSION}>=800000
+RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese
+.endif
.if ${ARCH} == "i386"
#RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
.endif
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikN35_mZ_UfWJ2eKT4MDgoukAzyrCOopYoXyCe_>
