svn commit: r418748 - head/www/apache22

Olli Hauer ohauer at FreeBSD.org
Mon Jul 18 20:42:42 UTC 2016


Author: ohauer
Date: Mon Jul 18 20:42:41 2016
New Revision: 418748
URL: https://svnweb.freebsd.org/changeset/ports/418748

Log:
  - add lost condition to apply the extra patch
    for reproducible build
  
  MFH:		2016Q3

Modified:
  head/www/apache22/Makefile

Modified: head/www/apache22/Makefile
==============================================================================
--- head/www/apache22/Makefile	Mon Jul 18 20:38:37 2016	(r418747)
+++ head/www/apache22/Makefile	Mon Jul 18 20:42:41 2016	(r418748)
@@ -51,6 +51,10 @@ WITH_MPM?=		prefork # or worker, event, 
 WITH_HTTP_PORT?=	80
 WITH_SSL_PORT?=		443
 
+.if !defined(WITH_DEBUG)
+EXTRA_PATCHES+=	${FILESDIR}/extra-patch-server_buildmark.c
+.endif
+
 .include "${APACHEDIR}/Makefile.options"
 
 AUTHNZ_LDAP_CONFIGURE_ON=	--enable-authnz-ldap


More information about the svn-ports-all mailing list