Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2004 04:28:39 -0800 (PST)
From:      michael johnson <ahze@ahze.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/64038: [Patch] x11/libXcursor -- add missing depends
Message-ID:  <200403101228.i2ACSdCX089666@www.freebsd.org>
Resent-Message-ID: <200403101230.i2ACULcE095702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64038
>Category:       ports
>Synopsis:       [Patch] x11/libXcursor -- add missing depends
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 10 04:30:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        
>Organization:
>Environment:
>Description:
noticed on bento

needs gnomelibs & libXfixes

>How-To-Repeat:
      
>Fix:
diff -ruN x11/libXcursor.orig/Makefile x11/libXcursor/Makefile
--- x11/libXcursor.orig/Makefile	Wed Mar 10 07:21:41 2004
+++ x11/libXcursor/Makefile	Wed Mar 10 07:25:12 2004
@@ -15,7 +15,8 @@
 COMMENT=	X client-side cursor loading library
 
 LIB_PC_DEPENDS=	${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
-		${X11BASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender
+		${X11BASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \
+		${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes
 BUILD_DEPENDS=	${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
 		${LIB_PC_DEPENDS}
 RUN_DEPENDS=	${LIB_PC_DEPENDS}
@@ -29,6 +30,6 @@
 CFLAGS+=	-DMALLOC_0_RETURNS_NULL
 MAN3=		Xcursor.3
 INSTALLS_SHLIB=	yes
-USE_GNOME=	gnomehack pkgconfig
+USE_GNOME=	gnomehack pkgconfig gnomelibs
 
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403101228.i2ACSdCX089666>