ports/165297: [PATCH] graphics/imlib2: switch to graphics/giflib

Jimmy Olgeni olgeni at FreeBSD.org
Sun Feb 19 18:50:01 UTC 2012


>Number:         165297
>Category:       ports
>Synopsis:       [PATCH] graphics/imlib2: switch to graphics/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:   Sun Feb 19 18:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD backoffice 9.0-STABLE FreeBSD 9.0-STABLE #6: Fri Feb 10 22:03:50 CET 2012
>Description:
Switch to using graphics/giflib rather than the deprecated graphics/libungif.

As it is, the port will pick up libungif when building packages in tinderbox.

Port maintainer (bf at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- imlib2-1.4.5,2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/imlib2/Makefile,v
retrieving revision 1.146
diff -u -u -r1.146 Makefile
--- Makefile	19 Nov 2011 07:18:23 -0000	1.146
+++ Makefile	19 Feb 2012 18:37:43 -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 "
--- imlib2-1.4.5,2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list