From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 21 21:00:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA01F106567F for ; Tue, 21 Feb 2012 21:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB1598FC1B for ; Tue, 21 Feb 2012 21:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1LL0QRo099178 for ; Tue, 21 Feb 2012 21:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1LL0QTD099177; Tue, 21 Feb 2012 21:00:26 GMT (envelope-from gnats) Resent-Date: Tue, 21 Feb 2012 21:00:26 GMT Resent-Message-Id: <201202212100.q1LL0QTD099177@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAB80106566B for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stefan@FreeBSD.org Subject: ports/165374: [PATCH] mail/spamprobe: migrate from libungif to giflib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 21:00:34 -0000 >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: