From steve@mouf.net  Tue Feb 21 20:51:16 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DAB80106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Feb 2012 20:51:16 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 804B68FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Feb 2012 20:51:16 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q1LKpC6k096758
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 21 Feb 2012 15:51:12 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1LKp9ZO058137;
	Tue, 21 Feb 2012 15:51:09 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202212051.q1LKp9ZO058137@meatwad.mouf.net>
Date: Tue, 21 Feb 2012 15:51:09 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: stefan@freebsd.org
Subject: [PATCH] mail/spamprobe: migrate from libungif to giflib
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165374
>Category:       ports
>Synopsis:       [PATCH] mail/spamprobe: migrate from libungif to giflib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 21:00:26 UTC 2012
>Closed-Date:    Fri Feb 24 07:01:03 UTC 2012
>Last-Modified:  Fri Feb 24 07:01:03 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
See patch, which makes this use giflib instead of libungif. The two were
recently made to conflict and giflib is the prefered one.

Port maintainer (stefan@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- spamprobe-1.4d_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/spamprobe/Makefile,v
retrieving revision 1.30
diff -u -u -r1.30 Makefile
--- Makefile	23 Sep 2011 22:24:00 -0000	1.30
+++ Makefile	21 Feb 2012 20:50:12 -0000
@@ -7,7 +7,7 @@
 # Available options for this port:
 # WITHOUT_PBL   - disable support for PBL database storage
 # WITHOUT_BDB   - disable support for BDB database storage
-# WITHOUT_UNGIF - disable analysis of image attachments using libungif
+# WITHOUT_GIF - disable analysis of image attachments using giflib
 # WITHOUT_PNG   - disable analysis of image attachments using libpng
 # WITHOUT_JPEG  - disable analysis of image attachments using libjpeg
 #
@@ -43,11 +43,11 @@
 LDFLAGS+=	-L${LOCALBASE}/lib -l${BDB_LIB_NAME}
 .endif
 
-# libungif support
+# giflib support
 .if defined(WITHOUT_UNGIF)
 CONFIGURE_ARGS+=	--without-gif
 .else
-LIB_DEPENDS+=	ungif.5:${PORTSDIR}/graphics/libungif
+LIB_DEPENDS+=	gif.5:${PORTSDIR}/graphics/giflib
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 .endif
--- spamprobe-1.4d_5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 21 21:00:44 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165374: commit references a PR
Date: Fri, 24 Feb 2012 06:58:43 +0000 (UTC)

 stefan      2012-02-24 06:58:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/spamprobe       Makefile 
   Log:
   Use giflib instead of the now obsolte libungif.
   
   PR:             165374
   Submitted by:   swills
   
   Revision  Changes    Path
   1.31      +4 -4      ports/mail/spamprobe/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: stefan 
State-Changed-When: Fri Feb 24 07:00:38 UTC 2012 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165374 
>Unformatted:
