The module installed by www/mod_fastcgi is disabled by default, but it would be desirable to have it enabled by default rather than deleting the comment every time it is installed or reinstalled. Another way to make it enabled by default is to change bsd.apache.mk: do-install: @${APXS} -i -A -n ${SHORTMODNAME} ${WRKSRC}/${MODULENAME}.${AP_BUILDEXT} and replace -A with -a. This will affect other ports though.
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: apache->pgollucci I will take it.
pgollucci 2012-01-18 04:31:26 UTC FreeBSD ports repository Modified files: www/mod_fastcgi Makefile Added files: www/mod_fastcgi/files patch-mod_fastcgi.c Log: - Pull upstream patch 2613 so as not to conflict with mod_deflate [1] (http://article.gmane.org/gmane.comp.web.fastcgi) - Enable module by default [2] PR: ports/156251 [2] ports/163199 [1] Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> [1] Gea-Suan Lin <gslin@gslin.org> [2] With Hat: apache@ Revision Changes Path 1.30 +4 -1 ports/www/mod_fastcgi/Makefile 1.1 +14 -0 ports/www/mod_fastcgi/files/patch-mod_fastcgi.c (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed, Thanks!
A commit references this bug: Author: mi Date: Tue May 12 19:03:32 UTC 2015 New revision: 386168 URL: https://svnweb.freebsd.org/changeset/ports/386168 Log: Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now. Upgrade from 6.1.5 to 6.2.31. Based on: PR: 156251 Submitted by: pi Now that the test-target fully works, add "regression-test" alias to it so it can be used for that purpose. Changes: head/java/berkeley-db/Makefile head/java/berkeley-db/distinfo head/java/berkeley-db/files/patch-junit head/java/berkeley-db/pkg-descr