From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 8 17:12:22 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8725216D744 for ; Thu, 8 Jun 2006 15:30:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B4743D46 for ; Thu, 8 Jun 2006 15:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k58FUKnl043014 for ; Thu, 8 Jun 2006 15:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k58FUK8J043013; Thu, 8 Jun 2006 15:30:20 GMT (envelope-from gnats) Resent-Date: Thu, 8 Jun 2006 15:30:20 GMT Resent-Message-Id: <200606081530.k58FUK8J043013@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, Artis Caune Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3653316CE60 for ; Thu, 8 Jun 2006 13:49:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B0443D53 for ; Thu, 8 Jun 2006 13:49:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k58DnEs6068064 for ; Thu, 8 Jun 2006 13:49:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k58DnEqO068063; Thu, 8 Jun 2006 13:49:14 GMT (envelope-from nobody) Message-Id: <200606081349.k58DnEqO068063@www.freebsd.org> Date: Thu, 8 Jun 2006 13:49:14 GMT From: Artis Caune To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/98709: [PATCH] mail/dspam - ClamAV not supported when WITHOUT_CLAMAV_LOCAL is used 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: Thu, 08 Jun 2006 17:12:23 -0000 >Number: 98709 >Category: ports >Synopsis: [PATCH] mail/dspam - ClamAV not supported when WITHOUT_CLAMAV_LOCAL is used >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 08 15:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: 6.1 >Organization: >Environment: >Description: When building dspam with: "WITH_CLAMAV=true" and "WITHOUT_CLAMAV_LOCAL=true" (run depend), ClamAV support is not compiled in. checking whether to enable clamav... no >How-To-Repeat: >Fix: *** Makefile.orig Thu Jun 8 11:33:56 2006 --- Makefile Thu Jun 8 14:59:11 2006 *************** *** 179,196 **** _SED_SCRIPT+= -e '/%%DAEMON%%/D' .endif ! .ifndef(WITHOUT_CLAMAV) && !defined(WITHOUT_CLAMAV_LOCAL) CONFIGURE_ARGS+= --enable-clamav RUN_DEPENDS+= clamav>=0:${PORTSDIR}/security/clamav SUB_LIST+= CLAMD=clamd .endif ! .ifdef(WITH_CLAMAV_DEVEL) && !defined(WITHOUT_CLAMAV_LOCAL) CONFIGURE_ARGS+= --enable-clamav RUN_DEPENDS+= clamav-devel>=0:${PORTSDIR}/security/clamav-devel SUB_LIST+= CLAMD=clamd ! .endif ! .ifdef(WITHOUT_CLAMAV_LOCAL) ! SUB_LIST+= CLAMD= .endif # we need to know if we are building statically or dynamicaly for the plist --- 179,201 ---- _SED_SCRIPT+= -e '/%%DAEMON%%/D' .endif ! .ifndef(WITHOUT_CLAMAV) CONFIGURE_ARGS+= --enable-clamav + . if defined(WITHOUT_CLAMAV_LOCAL) + SUB_LIST+= CLAMD= + . else RUN_DEPENDS+= clamav>=0:${PORTSDIR}/security/clamav SUB_LIST+= CLAMD=clamd + . endif .endif ! .ifdef(WITH_CLAMAV_DEVEL) CONFIGURE_ARGS+= --enable-clamav + . if defined(WITHOUT_CLAMAV_LOCAL) + SUB_LIST+= CLAMD= + . else RUN_DEPENDS+= clamav-devel>=0:${PORTSDIR}/security/clamav-devel SUB_LIST+= CLAMD=clamd ! . endif .endif # we need to know if we are building statically or dynamicaly for the plist >Release-Note: >Audit-Trail: >Unformatted: