gnome 2.30 on FreeBSD 7

tevans.uk tevans.uk at googlemail.com
Mon May 17 09:18:38 UTC 2010


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:
-------------- next part --------------
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


More information about the freebsd-gnome mailing list