From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 13 03:10:01 2009 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 9A0D5106564A for ; Mon, 13 Apr 2009 03:10:01 +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 72BB08FC1A for ; Mon, 13 Apr 2009 03:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3D3A0WI090079 for ; Mon, 13 Apr 2009 03:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3D3A0O4090078; Mon, 13 Apr 2009 03:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 13 Apr 2009 03:10:00 GMT Resent-Message-Id: <200904130310.n3D3A0O4090078@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6280D106566B for ; Mon, 13 Apr 2009 03:05:16 +0000 (UTC) (envelope-from pgollucci@mail.bluecottontech.com) Received: from mail.bluecottontech.com (static-76-161-175-34.dsl.cavtel.net [76.161.175.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2791B8FC08 for ; Mon, 13 Apr 2009 03:05:15 +0000 (UTC) (envelope-from pgollucci@mail.bluecottontech.com) Received: from mail.bluecottontech.com (localhost [127.0.0.1]) by mail.bluecottontech.com (8.14.3/8.14.3) with ESMTP id n3D35Ebe039040; Mon, 13 Apr 2009 03:05:14 GMT (envelope-from pgollucci@mail.bluecottontech.com) Received: (from pgollucci@localhost) by mail.bluecottontech.com (8.14.3/8.14.3/Submit) id n3D359kR039039; Mon, 13 Apr 2009 03:05:09 GMT (envelope-from pgollucci) Message-Id: <200904130305.n3D359kR039039@mail.bluecottontech.com> Date: Mon, 13 Apr 2009 03:05:09 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tmueko@kommunity.net Subject: ports/133683: [PATCH] www/mod_clamav: apache@ cleanups 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: Mon, 13 Apr 2009 03:10:02 -0000 >Number: 133683 >Category: ports >Synopsis: [PATCH] www/mod_clamav: apache@ cleanups >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: Mon Apr 13 03:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-RELEASE-p3 amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009 >Description: - WITH_APACHE2 is deprecated and was never needed - Remove version check USE_APACHE=2.0 takes care of it - Use some bsd.apache.mk vars - PREFIX->LOCALBASE Port maintainer (tmueko@kommunity.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_clamav-0.22_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_clamav/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 27 Mar 2009 11:53:07 -0000 1.17 +++ Makefile 13 Apr 2009 03:03:47 -0000 @@ -17,15 +17,8 @@ USE_AUTOTOOLS= libtool:15 USE_APACHE= 2.0 -WITH_APACHE2= YES GNU_CONFIGURE= yes -.include - -.if exists(${LOCALBASE}/include/apache22/http_core.h) || exists(${LOCALBASE}/include/apache/http_core.h) -IGNORE= mod_clamav only compile and run with apache-2.0.x -.endif - .if defined(WITH_CLAMAVDEVEL) LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav-devel .else @@ -33,7 +26,7 @@ LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav .endif -CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ +CONFIGURE_ARGS= --with-apxs=${APXS} \ --libdir=${$LOCALBASE}/lib/apache2 CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include \ @@ -45,4 +38,5 @@ post-install: @${CAT} ${PKGMESSAGE} -.include + +.include --- mod_clamav-0.22_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: