ports/117004: [patch] x11/gnome-desktop does not build on fresh -CURRENT

Alexey Dokuchaev danfe at FreeBSD.org
Mon Oct 8 04:00:05 UTC 2007


>Number:         117004
>Category:       ports
>Synopsis:       [patch] x11/gnome-desktop does not build on fresh -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 08 04:00:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD stan.asempra.local 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Oct  4 04:45: 24 NOVST 2007 root at stan.asempra.local:/usr/obj/usr/src/sys/LITE i386
>Description:
On a freshly installed -CURRENT (no packages), `x11/gnome-desktop' port
would not build without attached patch.  More investigation + pointyhat
log grepping are probably required.
>How-To-Repeat:
cd /usr/ports/x11/gnome-desktop && make
>Fix:
Attached quick'n'dirty patch works for me:
%%%
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/gnome-desktop/Makefile,v
retrieving revision 1.63
diff -u -r1.63 Makefile
--- Makefile	3 Jul 2007 07:27:20 -0000	1.63
+++ Makefile	8 Oct 2007 02:31:29 -0000
@@ -21,9 +21,11 @@
 
 .if !defined(REFERENCE_PORT)
 
+BUILD_DEPENDS=	${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
+
 USE_XPM=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
-		ltverhack referencehack
+		libgnome ltverhack referencehack
 GNOME_DESKTOP_VERSION=2
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list