Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 11:16:16 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mono@FreeBSD.org
Subject:   [PATCH] x11-toolkits/libgdiplus: switch from libungif to giflib to avoid conflict
Message-ID:  <201202211616.q1LGGGMM084927@meatwad.mouf.net>

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

>Submitter-Id:	current-users
>Originator:	Steve Wills
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] x11-toolkits/libgdiplus: switch from libungif to giflib to avoid conflict
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 10.0-CURRENT amd64
>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@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 ---




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