Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2011 19:02:35 GMT
From:      Andrew Kochetkov <kochetkov.andrew@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154827: can't build www/eaccelerator with document comments inclusion
Message-ID:  <201102161902.p1GJ2Zao057707@red.freebsd.org>
Resent-Message-ID: <201102161910.p1GJA8uZ095031@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154827
>Category:       ports
>Synopsis:       can't build www/eaccelerator with document comments inclusion
>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:   Wed Feb 16 19:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102161902.p1GJ2Zao057707>