ports/165378: [PATCH] x11-toolkits/p5-Prima: migrate from libungif to giflib

[ Available lists | Index of freebsd-ports-bugs | Month of Feb 2012 | Week of 21 Feb 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Steve Wills <swills@FreeBSD.org>
Date
21 Feb 2012 21:40:11
Subject
ports/165378: [PATCH] x11-toolkits/p5-Prima: migrate from libungif to giflib
Message-ID
201202212130.q1LLUVVA063284@meatwad.mouf.net


[ Hide this part ]
 
>Number: 165378
>Category: ports
>Synopsis: [PATCH] x11-toolkits/p5-Prima: migrate from libungif to giflib
>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 21:40: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, which makes this use giflib instead of libungif. The two were
recently made to conflict and giflib is the prefered one.

Port maintainer (dmitry@karasik.eu.org) is cc'd.

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

--- p5-Prima-1.31.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/p5-Prima/Makefile,v
retrieving revision 1.23
diff -u -u -r1.23 Makefile
--- Makefile 8 Jan 2012 05:08:00 -0000 1.23
+++ Makefile 21 Feb 2012 21:30:14 -0000
@@ -14,7 +14,7 @@
MAINTAINER= dmitry@karasik.eu.org
COMMENT= An extensible Perl toolkit for multi-platform GUI development

-LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
+LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
png.6:${PORTSDIR}/graphics/png \
jpeg.11:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
--- p5-Prima-1.31.patch ends here ---

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


Elapsed time: 0.108 seconds