ports/165383: [PATCH] x11-wm/afterstep-stable: migrate from libungif to giflib
Steve Wills
swills at FreeBSD.org
Wed Feb 22 04:00:21 UTC 2012
>Number: 165383
>Category: ports
>Synopsis: [PATCH] x11-wm/afterstep-stable: 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: Wed Feb 22 04:00:20 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. Also, mark
MAKE_JOBS_UNSAFE since this failed for me with MAKE_JOBS enabled. Also, pacify
portlint by removing the blank line between MASTER_SITES and DISTNAME.
Port maintainer (glewis at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- afterstep-2.2.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-wm/afterstep-stable/Makefile,v
retrieving revision 1.95
diff -u -u -r1.95 Makefile
--- Makefile 23 Sep 2011 22:26:35 -0000 1.95
+++ Makefile 22 Feb 2012 03:51:14 -0000
@@ -10,7 +10,6 @@
CATEGORIES= x11-wm afterstep
MASTER_SITES= ftp://ftp.afterstep.org/stable/ \
SF/${PORTNAME}/AfterStep/${PORTVERSION}
-
DISTNAME= AfterStep-${PORTVERSION}
MAINTAINER= glewis at FreeBSD.org
@@ -24,7 +23,7 @@
rplay.1:${PORTSDIR}/audio/rplay \
rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \
tiff.4:${PORTSDIR}/graphics/tiff \
- ungif.5:${PORTSDIR}/graphics/libungif
+ gif.5:${PORTSDIR}/graphics/giflib
RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli
USE_BZIP2= yes
@@ -32,6 +31,7 @@
USE_ICONV= yes
USE_XORG+= ice sm x11 xcursor xext xfixes xi xinerama xrandr xrender
GNU_CONFIGURE= yes
+MAKE_JOBS_UNSAFE= yes
CONFIGURE_ARGS+=--disable-ascp \
--enable-i18n \
--disable-send-postcard-to-developer \
--- afterstep-2.2.11.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list