svn commit: r364784 - head/www/p5-CGI-SpeedyCGI

Mathieu Arnold mat at FreeBSD.org
Wed Aug 13 12:47:36 UTC 2014


Author: mat
Date: Wed Aug 13 12:47:35 2014
New Revision: 364784
URL: http://svnweb.freebsd.org/changeset/ports/364784
QAT: https://qat.redports.org/buildarchive/r364784/

Log:
  This work with apache 2.4 too. (plus cleanup a stray .include)
  
  Sponsored by:	Absolight

Modified:
  head/www/p5-CGI-SpeedyCGI/Makefile

Modified: head/www/p5-CGI-SpeedyCGI/Makefile
==============================================================================
--- head/www/p5-CGI-SpeedyCGI/Makefile	Wed Aug 13 12:11:25 2014	(r364783)
+++ head/www/p5-CGI-SpeedyCGI/Makefile	Wed Aug 13 12:47:35 2014	(r364784)
@@ -22,11 +22,9 @@ OPTIONS_DEFAULT=APACHE
 APACHE_DESC=	Build mod_speedycgi
 
 OPTIONS_SUB=	yes
-APACHE_USE=	APACHE=22
+APACHE_USE=	APACHE=22+
 APACHE_CONFIGURE_ENV_OFF=	WITHOUT_APACHE=yes
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's/__inline__//g' \
 		${WRKSRC}/src/speedy_inc.h


More information about the svn-ports-all mailing list