ports/154827: can't build www/eaccelerator with document comments inclusion

Andrew Kochetkov kochetkov.andrew at gmail.com
Wed Feb 16 19:10:09 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list