ports/165334: [PATCH] graphics/imlib2 to use libgif
dirk.meyer at dinoex.sub.org
dirk.meyer at dinoex.sub.org
Mon Feb 20 19:30:11 UTC 2012
>Number: 165334
>Category: ports
>Synopsis: [PATCH] graphics/imlib2 to use libgif
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 20 19:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Dirk Meyer
>Release: FreeBSD 8.2-RELEASE
>Organization:
privat
>Environment:
>Description:
imbib2 uses obsolete libungif as default
support for libgif is already the port.
>How-To-Repeat:
>Fix:
Apply the patch.
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/imlib2/Makefile,v
retrieving revision 1.146
diff -u -r1.146 Makefile
--- Makefile 19 Nov 2011 07:18:23 -0000 1.146
+++ Makefile 20 Feb 2012 19:15:40 -0000
@@ -80,13 +80,8 @@
.endif
.if !defined(WITHOUT_GIF)
-. if exists(${LOCALBASE}/lib/libgif.so)
LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib
PLIST_SUB+= GIF=""
-. else
-LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
-PLIST_SUB+= GIF=""
-. endif
.else
CONFIGURE_ARGS+= --without-gif
PLIST_SUB+= GIF="@comment "
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list