Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2012 19:40:21 +0100 (CET)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bf@FreeBSD.org
Subject:   ports/165297: [PATCH] graphics/imlib2: switch to graphics/giflib
Message-ID:  <201202191840.q1JIeLsN090985@backoffice.colby.local>
Resent-Message-ID: <201202191850.q1JIo1DN022666@freefall.freebsd.org>

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

>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@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:



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