ports/93497: x11/gnomedesktop missing dependency

Conrad J. Sabatier conrads at cox.net
Fri Feb 17 21:10:09 UTC 2006


>Number:         93497
>Category:       ports
>Synopsis:       x11/gnomedesktop missing dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 17 21:10:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 6.1-PRERELEASE amd64
>Organization:
none
>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 ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list