From bapt@FreeBSD.org  Thu Apr 19 06:18:33 2012
Return-Path: <bapt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 2345F106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2012 06:18:33 +0000 (UTC)
	(envelope-from bapt@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 0F4718FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2012 06:18:33 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3J6IWJQ084450
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2012 06:18:32 GMT
	(envelope-from bapt@freefall.freebsd.org)
Received: (from bapt@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3J6IWJR084448;
	Thu, 19 Apr 2012 06:18:32 GMT
	(envelope-from bapt)
Message-Id: <201204190618.q3J6IWJR084448@freefall.freebsd.org>
Date: Thu, 19 Apr 2012 06:18:32 GMT
From: Baptiste Daroussin <bapt@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] x11-toolkits/libgdiplus: depends on cairo, not USE_XLIB
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167087
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/libgdiplus: depends on cairo, not USE_XLIB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mono
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 06:20:07 UTC 2012
>Closed-Date:    Sun May 06 11:25:32 UTC 2012
>Last-Modified:  Sun May 06 11:25:32 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->mono 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 19 06:20:23 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167087 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167087: commit references a PR
Date: Sat,  5 May 2012 10:25:09 +0000 (UTC)

 bapt        2012-05-05 10:24:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits/libgdiplus Makefile 
   Log:
   Convert to USE_XORG
   
   PR:             ports/167087
   Submitted by:   bapt
   Approved by:    maintainer timeout (>14d)
   
   Revision  Changes    Path
   1.30      +3 -2      ports/x11-toolkits/libgdiplus/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Sun May 6 11:25:31 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167087 
>Unformatted:
