Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2012 20:28:17 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165334: [PATCH] graphics/imlib2 to use libgif
Message-ID:  <201202201928.q1KJSHns052633@home8.dinoex.sub.de>
Resent-Message-ID: <201202201930.q1KJUAsk066414@freefall.freebsd.org>

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

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



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