x11/gnomedesktop missing dependency

Conrad J. Sabatier conrads at cox.net
Fri Feb 17 13:08:23 PST 2006


>Submitter-Id:	current-users
>Originator:	Conrad J. Sabatier
>Organization:	none
>Confidential:	no
>Synopsis:	x11/gnomedesktop missing dependency
>Severity:	serious
>Priority:	medium
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 6.1-PRERELEASE amd64
>Environment:
System: FreeBSD serene.no-ip.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Wed Feb 15 02:58:56 CST 2006 conrads at serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64

>Description:
	x11/gnomedesktop build fails due to missing dependency on
	textproc/scrollkeeper
>How-To-Repeat:
	(without scrollkeeper installed)
	cd /usr/ports/x11/gnomedesktop; make
>Fix:
	patch below (may be a RUN_DEPENDS for all I know, but 
	BUILD_DEPENDS for sure)

--- gnomedesktop-Makefile-patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/gnomedesktop/Makefile,v
retrieving revision 1.47
diff -u -d -H -r1.47 Makefile
--- Makefile	6 Feb 2006 19:08:59 -0000	1.47
+++ Makefile	17 Feb 2006 21:00:34 -0000
@@ -29,6 +29,7 @@
 INSTALLS_OMF=	yes
 INSTALLS_SHLIB=	yes
 USE_AUTOTOOLS=	libtool:15
+BUILD_DEPENDS=	scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
 CONFIGURE_ARGS=	--with-gnome-distributor="FreeBSD GNOME Project" \
 		--with-kde-datadir=${LOCALBASE}/share
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
--- gnomedesktop-Makefile-patch ends here ---


More information about the freebsd-gnome mailing list