diff options
author | marino <marino@FreeBSD.org> | 2016-01-18 08:00:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-18 08:00:56 +0800 |
commit | 65ec45c540ca47a00b59543a29fe671fba290ca6 (patch) | |
tree | ab885d1d3c04c5f2561b2d61d4f824c35fc02251 /ports-mgmt | |
parent | b1e1f16759122348c1648242821a9cd69b4a9f27 (diff) | |
download | freebsd-ports-gnome-65ec45c540ca47a00b59543a29fe671fba290ca6.tar.gz freebsd-ports-gnome-65ec45c540ca47a00b59543a29fe671fba290ca6.tar.zst freebsd-ports-gnome-65ec45c540ca47a00b59543a29fe671fba290ca6.zip |
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.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 467a3b483f7f..251baf4a1f00 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -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) diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 5b8abf5001f8..cc9cf40bf87e 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -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 |