Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2016 16:08:27 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422879 - head/ports-mgmt/synth
Message-ID:  <201609281608.u8SG8RX3025574@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Sep 28 16:08:27 2016
New Revision: 422879
URL: https://svnweb.freebsd.org/changeset/ports/422879

Log:
  ports-mgmt/synth: Upgrade version 1.51 => 1.52
  
  Fix regression in text-mode caused by activation of watchdog.
  The watchdog is checking the lengths of the build logs to figure out if
  a builder has stalled.  It turns out that the logs were only being
  inspected in ncurses display mode, so any port that took longer than
  20 minutes to build would be aborted by the watchdog.
  
  While here, bump the *BASE* time limit for the build phase from 20 to
  25 minutes based on extreme causes (normally involving gcc or tex ports)
  and also bump the check-plist phase limit from 3 minutes to 10 minutes.
  Some ports have tens of thousands of files in them which takes a long
  time to check under test mode, especially if the server is loaded.

Modified:
  head/ports-mgmt/synth/Makefile
  head/ports-mgmt/synth/distinfo

Modified: head/ports-mgmt/synth/Makefile
==============================================================================
--- head/ports-mgmt/synth/Makefile	Wed Sep 28 15:56:18 2016	(r422878)
+++ head/ports-mgmt/synth/Makefile	Wed Sep 28 16:08:27 2016	(r422879)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	synth
-PORTVERSION=	1.51
+PORTVERSION=	1.52
 DISTVERSIONPREFIX=	v
 CATEGORIES=	ports-mgmt
 

Modified: head/ports-mgmt/synth/distinfo
==============================================================================
--- head/ports-mgmt/synth/distinfo	Wed Sep 28 15:56:18 2016	(r422878)
+++ head/ports-mgmt/synth/distinfo	Wed Sep 28 16:08:27 2016	(r422879)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473162919
-SHA256 (jrmarino-synth-v1.51_GH0.tar.gz) = b5dd7eab4bb76eba3910cd7e315f74bb5a4396093995675128f9b04fd3547ae8
-SIZE (jrmarino-synth-v1.51_GH0.tar.gz) = 103271
+TIMESTAMP = 1475060549
+SHA256 (jrmarino-synth-v1.52_GH0.tar.gz) = 2bce858232aa37bfc8cbcd930477edfbdd89cfd4048b29ce8e9e8710835d2bd6
+SIZE (jrmarino-synth-v1.52_GH0.tar.gz) = 103375



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609281608.u8SG8RX3025574>