ports/165365: [PATCH] x11-toolkits/libgdiplus: switch from libungif to giflib to avoid conflict

Steve Wills swills at FreeBSD.org
Tue Feb 21 16:20:12 UTC 2012


>Number:         165365
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/libgdiplus: switch from libungif to giflib to avoid conflict
>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:   Tue Feb 21 16:20:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:

See patch. Everything that depends on this seems to build fine.

Port maintainer (mono at FreeBSD.org) is cc'd.

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

--- libgdiplus-2.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/libgdiplus/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile	23 Sep 2011 22:26:29 -0000	1.28
+++ Makefile	21 Feb 2012 16:15:34 -0000
@@ -14,7 +14,7 @@
 COMMENT=	GDI+ API for System.Windows.Forms in Mono
 
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
-		ungif.5:${PORTSDIR}/graphics/libungif \
+		gif.5:${PORTSDIR}/graphics/giflib \
 		png.6:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
--- libgdiplus-2.10.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list