From owner-freebsd-mono@FreeBSD.ORG Tue Feb 21 16:53:26 2012 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DB7C106566C for ; Tue, 21 Feb 2012 16:53:26 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 437BD8FC16 for ; Tue, 21 Feb 2012 16:53:26 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1LGrKvC095330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 21 Feb 2012 11:53:20 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1LGGGMM084927; Tue, 21 Feb 2012 11:16:16 -0500 (EST) (envelope-from steve) Date: Tue, 21 Feb 2012 11:16:16 -0500 (EST) Message-Id: <201202211616.q1LGGGMM084927@meatwad.mouf.net> To: FreeBSD-gnats-submit@FreeBSD.org From: Steve Wills X-send-pr-version: 3.113 X-GNATS-Notify: X-Greylist: Delayed for 00:30:00 by milter-greylist-4.2.7 (mouf.net [204.109.58.86]); Tue, 21 Feb 2012 11:53:20 -0500 (EST) X-Spam-Status: No, score=1.3 required=4.5 tests=RCVD_IN_RP_RNBL autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: mono@FreeBSD.org Subject: [PATCH] x11-toolkits/libgdiplus: switch from libungif to giflib to avoid conflict X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 16:53:26 -0000 >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 ---