Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2012 06:18:32 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167087: [PATCH] x11-toolkits/libgdiplus: depends on cairo, not USE_XLIB
Message-ID:  <201204190618.q3J6IWJR084448@freefall.freebsd.org>
Resent-Message-ID: <201204190620.q3J6K72j084696@freefall.freebsd.org>

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

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



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