svn commit: r367557 - in head: games/0ad www/mod_backtrace www/mod_whatkilledus

Adam Weinberger adamw at FreeBSD.org
Sun Sep 7 15:23:14 UTC 2014


Author: adamw
Date: Sun Sep  7 15:23:13 2014
New Revision: 367557
URL: http://svnweb.freebsd.org/changeset/ports/367557
QAT: https://qat.redports.org/buildarchive/r367557/

Log:
  Specify the reason for MANUAL_PACKAGE_BUILD, not "yes"

Modified:
  head/games/0ad/Makefile
  head/www/mod_backtrace/Makefile
  head/www/mod_whatkilledus/Makefile

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Sun Sep  7 15:15:47 2014	(r367556)
+++ head/games/0ad/Makefile	Sun Sep  7 15:23:13 2014	(r367557)
@@ -36,7 +36,7 @@ WX_COMPS=	wx:lib
 WX_UNICODE=	yes
 MAKE_ENV+=	JOBS=${_MAKE_JOBS}
 
-MANUAL_PACKAGE_BUILD=	yes # huge
+MANUAL_PACKAGE_BUILD=	huge
 
 PORTDATA=	*
 

Modified: head/www/mod_backtrace/Makefile
==============================================================================
--- head/www/mod_backtrace/Makefile	Sun Sep  7 15:15:47 2014	(r367556)
+++ head/www/mod_backtrace/Makefile	Sun Sep  7 15:23:13 2014	(r367557)
@@ -18,7 +18,7 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 
-MANUAL_PACKAGE_BUILD=	yes
+MANUAL_PACKAGE_BUILD=	requires apache WITH_EXCEPTION_HOOK=yees
 
 USE_APACHE=	22+
 AP_FAST_BUILD=	yes

Modified: head/www/mod_whatkilledus/Makefile
==============================================================================
--- head/www/mod_whatkilledus/Makefile	Sun Sep  7 15:15:47 2014	(r367556)
+++ head/www/mod_whatkilledus/Makefile	Sun Sep  7 15:23:13 2014	(r367557)
@@ -14,7 +14,7 @@ COMMENT=	Logs a report when a child proc
 
 LICENSE=	APACHE20
 
-MANUAL_PACKAGE_BUILD=	yes
+MANUAL_PACKAGE_BUILD=	requires apache WITH_EXCEPTION_HOOK=yes
 
 USE_APACHE=	22
 AP_FAST_BUILD=	yes


More information about the svn-ports-head mailing list