summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-10-10 14:19:33 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-10-10 14:19:33 +0000
commit2bf2a0d4a044dedeaf967f5df9ea70d0b8831c8b (patch)
treee82b44469293749c5a2f542a1c6f102222ba6496
parentDocument node issue (diff)
ports-mgmt/synth: Build with watchdog monitor by default
Without WATCHDOG Synth will hang on the ports that stop building [1]. While here: - Rename the double negative NOWATCHDOG option to WATCHDOG [1] https://github.com/jrmarino/synth/issues/53#issuecomment-335425660 PR: 222900 Submitted by: ericturgeon.bsd@gmail.com (maintainer) MFH: 2017Q4
Notes
Notes: svn path=/head/; revision=451704
-rw-r--r--ports-mgmt/synth/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile
index e41d61e3ebf5..a8962118632f 100644
--- a/ports-mgmt/synth/Makefile
+++ b/ports-mgmt/synth/Makefile
@@ -4,6 +4,7 @@
PORTNAME= synth
PORTVERSION= 1.70
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MAINTAINER= ericturgeon.bsd@gmail.com
@@ -23,12 +24,12 @@ GH_ACCOUNT= jrmarino
GPR= ${LOCALBASE}/lib/gnat
MAKE_ENV= NCURSES_LINK=static
-OPTIONS_DEFINE= NOWATCHDOG
-OPTIONS_DEFAULT=NOWATCHDOG
+OPTIONS_DEFINE= WATCHDOG
+OPTIONS_DEFAULT=WATCHDOG
-NOWATCHDOG_DESC= Disable build watchdog monitor
+WATCHDOG_DESC= Build with watchdog monitor
-NOWATCHDOG_EXTRA_PATCHES= ${FILESDIR}/extrapatch-nowatchdog-portscan-buildcycle.adb
+WATCHDOG_EXTRA_PATCHES_OFF= ${FILESDIR}/extrapatch-nowatchdog-portscan-buildcycle.adb
.include <bsd.port.pre.mk>