From g.olgeni@colby.it  Sun Feb 19 18:40:24 2012
Return-Path: <g.olgeni@colby.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F31B51065674
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Feb 2012 18:40:24 +0000 (UTC)
	(envelope-from g.olgeni@colby.it)
Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58])
	by mx1.freebsd.org (Postfix) with ESMTP id 763598FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Feb 2012 18:40:23 +0000 (UTC)
Received: from server.colby.local (localhost [127.0.0.1])
	by server.colby.local (8.14.5/8.14.5) with ESMTP id q1JIeMEw057966;
	Sun, 19 Feb 2012 19:40:22 +0100 (CET)
	(envelope-from g.olgeni@colby.it)
Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local)
	with IPv4:25 by server.colby.local; 19 Feb 2012 19:40:22 +0100
Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675);
	 Sun, 19 Feb 2012 19:40:22 +0100
Received: from backoffice.colby.local (localhost [127.0.0.1])
	by backoffice.colby.local (8.14.5/8.14.5) with ESMTP id q1JIeLPU090986;
	Sun, 19 Feb 2012 19:40:21 +0100 (CET)
	(envelope-from olgeni@backoffice.colby.local)
Received: (from olgeni@localhost)
	by backoffice.colby.local (8.14.5/8.14.5/Submit) id q1JIeLsN090985;
	Sun, 19 Feb 2012 19:40:21 +0100 (CET)
	(envelope-from olgeni)
Message-Id: <201202191840.q1JIeLsN090985@backoffice.colby.local>
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: [PATCH] graphics/imlib2: switch to graphics/giflib
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165297
>Category:       ports
>Synopsis:       [PATCH] graphics/imlib2: switch to graphics/giflib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 19 18:50:01 UTC 2012
>Closed-Date:    Tue Feb 21 04:09:25 UTC 2012
>Last-Modified:  Tue Feb 21 04:10:14 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->bf 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 19 18:50:14 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165297 
State-Changed-From-To: open->closed 
State-Changed-By: bf 
State-Changed-When: Tue Feb 21 04:09:24 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165297 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165297: commit references a PR
Date: Tue, 21 Feb 2012 04:07:43 +0000 (UTC)

 bf          2012-02-21 04:07:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/imlib2      Makefile 
   Log:
   always use graphics/giflib, rather than the deprecated
   graphics/libungif, for WITH_GIF
   
   PR:             165297
   Submitted by:   olgeni
   
   Revision  Changes    Path
   1.147     +1 -5      ports/graphics/imlib2/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
