From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 20 16:40:09 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 05F2D1065677 for ; Mon, 20 Feb 2012 16:40:09 +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 D0A368FC18 for ; Mon, 20 Feb 2012 16:40:08 +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 q1KGe8YO007821 for ; Mon, 20 Feb 2012 16:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1KGe8xM007820; Mon, 20 Feb 2012 16:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 20 Feb 2012 16:40:08 GMT Resent-Message-Id: <201202201640.q1KGe8xM007820@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 6212A106564A for ; Mon, 20 Feb 2012 16:32:20 +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 204338FC0A for ; Mon, 20 Feb 2012 16:32:20 +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 q1KGWFr4085836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 20 Feb 2012 11:32:16 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1KGWAMT059968; Mon, 20 Feb 2012 11:32:10 -0500 (EST) (envelope-from steve) Message-Id: <201202201632.q1KGWAMT059968@meatwad.mouf.net> Date: Mon, 20 Feb 2012 11:32:10 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165329: [PATCH] graphics/ruby-ming: migrate 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: Mon, 20 Feb 2012 16:40:09 -0000 >Number: 165329 >Category: ports >Synopsis: [PATCH] graphics/ruby-ming: migrate 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: Mon Feb 20 16:40:08 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. This should not be committed until after PR ports/165324 is committed. Added file(s): - files/patch-ext_ming_mingc_extconf.rb Port maintainer (don@na.rim.or.jp) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- ruby19-ming-0.4.3.0.2.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/ruby-ming/Makefile,v retrieving revision 1.30 diff -u -u -r1.30 Makefile --- Makefile 8 Aug 2011 14:41:00 -0000 1.30 +++ Makefile 20 Feb 2012 16:31:30 -0000 @@ -6,6 +6,7 @@ PORTNAME= ming PORTVERSION= 0.4.3.${RUBY_MING_VERSION} +PORTREVISION= 1 CATEGORIES+= graphics ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= mingruby Index: files/patch-ext_ming_mingc_extconf.rb =================================================================== RCS file: files/patch-ext_ming_mingc_extconf.rb diff -N files/patch-ext_ming_mingc_extconf.rb --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-ext_ming_mingc_extconf.rb 20 Feb 2012 16:31:30 -0000 @@ -0,0 +1,16 @@ +--- ./ext/ming/mingc/extconf.rb.orig 2012-02-20 11:14:31.882019318 -0500 ++++ ./ext/ming/mingc/extconf.rb 2012-02-20 11:14:39.481020051 -0500 +@@ -7,11 +7,11 @@ + dir_config('freetype') + dir_config('ming') + dir_config('png') +-dir_config('ungif') ++dir_config('gif') + dir_config('z') + + @headers = ['ming.h'] +-@libs = ['freetype', 'png', 'ungif', 'z', 'ming'] ++@libs = ['freetype', 'png', 'gif', 'z', 'ming'] + @missing = { + # 'basename' => ['char *basename(const char *path);', ['libgen.h']], + } --- ruby19-ming-0.4.3.0.2.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: