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: ports/165374: [PATCH] mail/spamprobe: migrate from libungif to giflib Message-ID: <201202212051.q1LKp9ZO058137@meatwad.mouf.net> Resent-Message-ID: <201202212100.q1LL0QTD099177@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202212051.q1LKp9ZO058137>