svn commit: r467474 - in head: devel/cvsweb3 www/mod_memcache_block www/resin3

Bernard Spil brnrd at FreeBSD.org
Mon Apr 16 10:48:10 UTC 2018


Author: brnrd
Date: Mon Apr 16 10:48:08 2018
New Revision: 467474
URL: https://svnweb.freebsd.org/changeset/ports/467474

Log:
  www/apache22: Chase removal of Apache 2.2

Modified:
  head/devel/cvsweb3/Makefile
  head/www/mod_memcache_block/Makefile
  head/www/resin3/Makefile

Modified: head/devel/cvsweb3/Makefile
==============================================================================
--- head/devel/cvsweb3/Makefile	Mon Apr 16 10:44:31 2018	(r467473)
+++ head/devel/cvsweb3/Makefile	Mon Apr 16 10:48:08 2018	(r467474)
@@ -51,8 +51,6 @@ TITLE?=		My CVS Repository
 DIRPREFIX=	www
 .elif exists(${PREFIX}/www/apache24/cgi-bin)
 DIRPREFIX=	www/apache24
-.elif exists(${PREFIX}/www/apache22/cgi-bin)
-DIRPREFIX=	www/apache22
 .elif exists(${PREFIX}/apache/cgi-bin)
 DIRPREFIX=	apache
 .else

Modified: head/www/mod_memcache_block/Makefile
==============================================================================
--- head/www/mod_memcache_block/Makefile	Mon Apr 16 10:44:31 2018	(r467473)
+++ head/www/mod_memcache_block/Makefile	Mon Apr 16 10:48:08 2018	(r467474)
@@ -16,7 +16,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	netik
 GH_TAGNAME=	7b1fcec
 
-USES=		apache:2.2
+BROKEN=		Does not currently work with Apache 2.4+
+
+USES=		apache:2.4+
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes
 AP_INC=		${LOCALBASE}/include/libmemcached

Modified: head/www/resin3/Makefile
==============================================================================
--- head/www/resin3/Makefile	Mon Apr 16 10:44:31 2018	(r467473)
+++ head/www/resin3/Makefile	Mon Apr 16 10:48:08 2018	(r467474)
@@ -56,6 +56,7 @@ APXS?=		${LOCALBASE}/sbin/apxs
 SUB_FILES=	pkg-message resin3ctl
 USE_RC_SUBR=	resin3
 NO_ARCH=	yes
+APACHE22_BROKEN=The Apache 2.2 port has been deleted
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list