From pgollucci@mail.bluecottontech.com  Mon Apr 13 03:05:16 2009
Return-Path: <pgollucci@mail.bluecottontech.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6280D106566B
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tmueko@kommunity.net
Subject: [PATCH] www/mod_clamav: apache@ cleanups
X-Send-Pr-Version: 3.113
X-GNATS-Notify: tmueko@kommunity.net

>Number:         133683
>Category:       ports
>Synopsis:       [PATCH] www/mod_clamav: apache@ cleanups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 13 03:10:00 UTC 2009
>Closed-Date:    Wed Apr 29 01:44:18 UTC 2009
>Last-Modified:  Wed Apr 29 01:50:03 UTC 2009
>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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+
+.include <bsd.port.mk>
--- mod_clamav-0.22_4.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 13 03:48:13 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133683 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 13 03:48:16 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133683 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: tmueko@kommunity.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/133683: [PATCH] www/mod_clamav: apache@ cleanups
Date: Mon, 13 Apr 2009 03:48:15 UT

 Maintainer of www/mod_clamav,
 
 Please note that PR ports/133683 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133683
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Tue Apr 28 06:18:24 UTC 2009 
State-Changed-Why:  
feedback timeout (2 weeks+) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133683 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Apr 29 01:44:17 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133683 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133683: commit references a PR
Date: Wed, 29 Apr 2009 01:41:33 +0000 (UTC)

 pgollucci    2009-04-29 01:41:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_clamav       Makefile 
   Log:
   - 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
   
   PR:             ports/133683
   Approved by:    maintainer timeout (2 weeks)
   Submitted by:   me
   
   Revision  Changes    Path
   1.18      +3 -9      ports/www/mod_clamav/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
