From owner-svn-ports-head@freebsd.org Wed Sep 28 16:08:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2492CC01532; Wed, 28 Sep 2016 16:08:29 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF5C4181E; Wed, 28 Sep 2016 16:08:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8SG8Suv025576; Wed, 28 Sep 2016 16:08:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8SG8RX3025574; Wed, 28 Sep 2016 16:08:27 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609281608.u8SG8RX3025574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 28 Sep 2016 16:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422879 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 16:08:29 -0000 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