ports/64038: [Patch] x11/libXcursor -- add missing depends

michael johnson ahze at ahze.net
Wed Mar 10 12:30:21 UTC 2004


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



More information about the freebsd-ports-bugs mailing list