From nobody@FreeBSD.org  Wed Feb 16 19:02:35 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B17EB106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Feb 2011 19:02:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7C45D8FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Feb 2011 19:02:35 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GJ2Z8C057710
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Feb 2011 19:02:35 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p1GJ2Zao057707;
	Wed, 16 Feb 2011 19:02:35 GMT
	(envelope-from nobody)
Message-Id: <201102161902.p1GJ2Zao057707@red.freebsd.org>
Date: Wed, 16 Feb 2011 19:02:35 GMT
From: Andrew Kochetkov <kochetkov.andrew@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: can't build www/eaccelerator with document comments inclusion
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154827
>Category:       ports
>Synopsis:       can't build www/eaccelerator with document comments inclusion
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 16 19:10:08 UTC 2011
>Closed-Date:    Thu Feb 17 08:39:16 UTC 2011
>Last-Modified:  Thu Feb 17 08:40:09 UTC 2011
>Originator:     Andrew Kochetkov
>Release:        7.3
>Organization:
Quickpay
>Environment:
FreeBSD s2.quickpay.ru 7.3-RELEASE FreeBSD 7.3-RELEASE #4: Sat Apr  3 00:08:43 MSD 2010     root@s2.quickpay.ru:/usr/obj/usr/src/sys/S2  amd64
>Description:
Can't build www/eaccelerator with document comments inclusion. This option might be useful in some cases.
Also, md5 is deprecated, and I've included this into a patch ;-)
>How-To-Repeat:

>Fix:
Apply the patch.

Patch attached with submission follows:

--- eaccelerator.orig/Makefile  2010-09-07 17:23:51.000000000 +0400
+++ eaccelerator/Makefile       2011-02-16 21:00:13.000000000 +0300
@@ -33,8 +33,14 @@
 
 PORTDOCS=      *
 
+OPTIONS=       COMM_INCL       "With doc comment inclusion"    Off
+
 .include <bsd.port.pre.mk>
 
+.if defined(WITH_COMM_INCL)
+CONFIGURE_ARGS+=       --with-eaccelerator-doc-comment-inclusion
+.endif
+
 do-install:
        @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR}
        ${INSTALL_DATA} ${WRKSRC}/modules/${PORTNAME}.so \
diff -urN eaccelerator.orig/distinfo eaccelerator/distinfo
--- eaccelerator.orig/distinfo  2010-06-07 15:20:50.000000000 +0400
+++ eaccelerator/distinfo       2011-02-16 21:48:33.000000000 +0300
@@ -1,3 +1,2 @@
-MD5 (eaccelerator-0.9.6.1.tar.bz2) = 32ccd838e06ef5613c2610c1c65ed228
 SHA256 (eaccelerator-0.9.6.1.tar.bz2) = 33703ad1678cdb65ef0cd28fbd2e262ef5d9f201f9016de26b7254987deba53c
 SIZE (eaccelerator-0.9.6.1.tar.bz2) = 106049



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 16 19:10:13 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154827 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Thu Feb 17 08:39:04 UTC 2011 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154827: commit references a PR
Date: Thu, 17 Feb 2011 08:38:53 +0000 (UTC)

 ale         2011-02-17 08:38:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/eaccelerator     Makefile distinfo 
   Log:
   Add an option to retain doc-comments.
   
   PR:             ports/154827
   Submitted by:   Andrew Kochetkov <kochetkov.andrew@gmail.com>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.43      +6 -0      ports/www/eaccelerator/Makefile
   1.33      +0 -1      ports/www/eaccelerator/distinfo
 _______________________________________________
 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:
