From owner-svn-ports-all@freebsd.org Mon Jan 18 00:00:57 2016 Return-Path: Delivered-To: svn-ports-all@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 DEFA3A86B75; Mon, 18 Jan 2016 00:00:57 +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 965AE1092; Mon, 18 Jan 2016 00:00:57 +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 u0I00ukR023869; Mon, 18 Jan 2016 00:00:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0I00uKw023867; Mon, 18 Jan 2016 00:00:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601180000.u0I00uKw023867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 18 Jan 2016 00:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406539 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 00:00:58 -0000 Author: marino Date: Mon Jan 18 00:00:56 2016 New Revision: 406539 URL: https://svnweb.freebsd.org/changeset/ports/406539 Log: ports-mgmt/synth: disable hanging process watchdog due to scons After setting the group process ID and then execv'ing into the ports build target, any port using scons just locks up immediately without any kind of message. I assume it's a bug in scons but it will take a while to resolve (probably requires a testcase case and submitting upstream). Since it caused a significant regression and since normally users shouldn't hit hung processes often, I'm disabling the feature for now. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Sun Jan 17 23:23:12 2016 (r406538) +++ head/ports-mgmt/synth/Makefile Mon Jan 18 00:00:56 2016 (r406539) @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.98 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -21,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle 78e49f9 +GH_TAGNAME= v1.3:bundle 87fa713 # When framework is moved to Ada6, the ada-util and ini-file-manager # libraries can be used as prebuilt (switch default.gpr url) Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Sun Jan 17 23:23:12 2016 (r406538) +++ head/ports-mgmt/synth/distinfo Mon Jan 18 00:00:56 2016 (r406539) @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.98-78e49f9_GH0.tar.gz) = 72b26e685564908b86e76634e26bc1ebe358f5d16dc1b6985b7f9afbb2d1d6b6 -SIZE (jrmarino-synth-v0.98-78e49f9_GH0.tar.gz) = 75728 +SHA256 (jrmarino-synth-v0.98-87fa713_GH0.tar.gz) = aa5c5b3ec8c676c403d91ef0eecd0c4bef554fcfa7485a2e5bf01161d04d9986 +SIZE (jrmarino-synth-v0.98-87fa713_GH0.tar.gz) = 75751 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283