ports/167087: [PATCH] x11-toolkits/libgdiplus: depends on cairo, not USE_XLIB

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 19 06:20:14 UTC 2012


>Number:         167087
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/libgdiplus: depends on cairo, not USE_XLIB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 06:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233418M: Sat Mar 24 13:45:31 CET
>Description:
While trying to remove the deprecated USE_XLIB, I figured out that in fact it
only depends on cairo and x11 (unsure about the X11 part)

I think a portrevision bump is necessary because of the change in the number of
dependencies, but anyway let the maintainer decide :)

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- .patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/libgdiplus/Makefile,v
retrieving revision 1.29
diff -u -u -r1.29 Makefile
--- Makefile	27 Feb 2012 07:54:28 -0000	1.29
+++ Makefile	19 Apr 2012 06:15:42 -0000
@@ -16,14 +16,15 @@
 
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
 		gif.5:${PORTSDIR}/graphics/giflib \
-		png.6:${PORTSDIR}/graphics/png
+		png.6:${PORTSDIR}/graphics/png \
+		cairo.2:${PORTSDIR}/graphics/cairo
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack glib20
 USE_GMAKE=	yes
-USE_XLIB=	yes
 USE_LDCONFIG=	yes
+USE_XORG=	x11
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
--- .patch ends here ---

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



More information about the freebsd-ports-bugs mailing list