svn commit: r367706 - head/Mk

Olli Hauer ohauer at FreeBSD.org
Mon Sep 8 22:09:17 UTC 2014


Author: ohauer
Date: Mon Sep  8 22:09:15 2014
New Revision: 367706
URL: http://svnweb.freebsd.org/changeset/ports/367706
QAT: https://qat.redports.org/buildarchive/r367706/

Log:
  - revert to r366839

Modified:
  head/Mk/bsd.apache.mk

Modified: head/Mk/bsd.apache.mk
==============================================================================
--- head/Mk/bsd.apache.mk	Mon Sep  8 21:58:19 2014	(r367705)
+++ head/Mk/bsd.apache.mk	Mon Sep  8 22:09:15 2014	(r367706)
@@ -288,9 +288,8 @@ APACHE_MPM!=		${APXS} -q MPM_NAME
 .	endif
 .elif defined(APACHE_PORT)
 _APACHE_VERSION!=	${ECHO_CMD} ${APACHE_PORT} | ${SED} -ne 's,.*/apache\([0-9]*\).*,\1,p'
-#.else
-# the next line breaks ports with USE_APACHE(_RUN|_BUILD)=22
-#_APACHE_VERSION:=	${DEFAULT_APACHE_VERSION}
+.else
+_APACHE_VERSION:=	${DEFAULT_APACHE_VERSION}
 .endif
 
 .if defined(USE_APACHE)


More information about the svn-ports-head mailing list