Update to 1.70
Add NOWATCHDOG option PR: 220812 Submitted by: jonc@chen.org.nz Approved by: ericturgeon.bsd@gmail.com (maintainer)
This commit is contained in:
parent
a65607a57e
commit
a6193e79bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446594
3 changed files with 22 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= synth
|
||||
PORTVERSION= 1.69
|
||||
PORTVERSION= 1.70
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
|
@ -23,6 +23,13 @@ GH_ACCOUNT= jrmarino
|
|||
GPR= ${LOCALBASE}/lib/gnat
|
||||
MAKE_ENV= NCURSES_LINK=static
|
||||
|
||||
OPTIONS_DEFINE= NOWATCHDOG
|
||||
OPTIONS_DEFAULT=NOWATCHDOG
|
||||
|
||||
NOWATCHDOG_DESC= Disable build watchdog monitor
|
||||
|
||||
NOWATCHDOG_EXTRA_PATCHES= ${FILESDIR}/extrapatch-nowatchdog-portscan-buildcycle.adb
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1490956647
|
||||
SHA256 (jrmarino-synth-v1.69_GH0.tar.gz) = b1b73febbe1ae0fddd630c458e681e634f0bbd5dd5698bc21b9cbbf77d87a018
|
||||
SIZE (jrmarino-synth-v1.69_GH0.tar.gz) = 139278
|
||||
TIMESTAMP = 1500756316
|
||||
SHA256 (jrmarino-synth-v1.70_GH0.tar.gz) = b9f5c91bbac0a50a9d773293ad6b433d75462112a6b04259f035efbc577d4efb
|
||||
SIZE (jrmarino-synth-v1.70_GH0.tar.gz) = 139429
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- src/portscan-buildcycle.adb.orig 2017-04-20 10:12:27.241713000 +1200
|
||||
+++ src/portscan-buildcycle.adb 2017-04-20 10:12:38.218162000 +1200
|
||||
@@ -570,7 +570,7 @@
|
||||
status : Unix.process_exit;
|
||||
lock_lines : Natural;
|
||||
quartersec : one_minute := one_minute'First;
|
||||
- hangmonitor : constant Boolean := True;
|
||||
+ hangmonitor : constant Boolean := False;
|
||||
synthexec : constant String := host_localbase & "/libexec/synthexec";
|
||||
truecommand : constant String := synthexec & " " &
|
||||
log_name (trackers (id).seq_id) & " " & command;
|
Loading…
Reference in a new issue