From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 21 16:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3E2F106564A for ; Tue, 21 Feb 2012 16:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A63378FC12 for ; Tue, 21 Feb 2012 16:20:11 +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 q1LGKBqo038617 for ; Tue, 21 Feb 2012 16:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1LGKBXO038616; Tue, 21 Feb 2012 16:20:11 GMT (envelope-from gnats) Resent-Date: Tue, 21 Feb 2012 16:20:11 GMT Resent-Message-Id: <201202211620.q1LGKBXO038616@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7076B106564A for ; Tue, 21 Feb 2012 16:16:27 +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 2F5C88FC15 for ; Tue, 21 Feb 2012 16:16:27 +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 q1LGGKha095018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Feb 2012 11:16: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) Message-Id: <201202211616.q1LGGGMM084927@meatwad.mouf.net> Date: Tue, 21 Feb 2012 11:16:16 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mono@FreeBSD.org Subject: ports/165365: [PATCH] x11-toolkits/libgdiplus: switch from libungif to giflib to avoid conflict X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 16:20:12 -0000 >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@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: