ports/165374: [PATCH] mail/spamprobe: migrate from libungif to giflib

Steve Wills swills at FreeBSD.org
Tue Feb 21 21:00:34 UTC 2012


>Number:         165374
>Category:       ports
>Synopsis:       [PATCH] mail/spamprobe: migrate from libungif to 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:   Tue Feb 21 21:00:26 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list