Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2012 10:09:16 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sunpoet@FreeBSD.org
Subject:   ports/165324: [PATCH] graphics/ming: switch from libungif to giflib to avoid conflict
Message-ID:  <201202201509.q1KF9GnP045054@meatwad.mouf.net>
Resent-Message-ID: <201202201510.q1KFAAd5021930@freefall.freebsd.org>

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

>Number:         165324
>Category:       ports
>Synopsis:       [PATCH] graphics/ming: 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:   Mon Feb 20 15:10:10 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

Port maintainer (sunpoet@FreeBSD.org) is cc'd.

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

--- ming-0.4.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/ming/Makefile,v
retrieving revision 1.30
diff -u -u -r1.30 Makefile
--- Makefile	15 Feb 2012 07:46:18 -0000	1.30
+++ Makefile	20 Feb 2012 15:08:53 -0000
@@ -15,7 +15,7 @@
 COMMENT=	Flash 4/5 movie output library with many languages support
 
 LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png \
-		ungif.5:${PORTSDIR}/graphics/libungif \
+		gif.5:${PORTSDIR}/graphics/giflib \
 		freetype.9:${PORTSDIR}/print/freetype2
 
 CONFLICTS=	ja-ming-[0-9]*
--- ming-0.4.4.patch ends here ---

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



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