diff options
author | bjs <bjs> | 2007-11-30 09:11:11 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-11-30 09:11:11 +0000 |
commit | 0893569ea7b1d73174599bc6810626cf8201cb4a (patch) | |
tree | 530c7672e3df125c771beb2a1123982dd3534958 /www/links | |
parent | 32db66f37660b21129fdb615b56a6be53d636aad (diff) | |
download | pkgsrc-0893569ea7b1d73174599bc6810626cf8201cb4a.tar.gz |
Disable code which creates a race condition exclusively for the benefit of
GPM (which we do not support) and its lovely signal handler.
See my comment in main.c for more information. This fixes the extremely
annoying behavior I've been noticing on NetBSD-current where links seems to
send a SIGSTP to any jobs attempting to use its terminal after it received
a SIGSTP.
Bump rev.
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile.common | 3 | ||||
-rw-r--r-- | www/links/distinfo | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/links/Makefile.common b/www/links/Makefile.common index 150862d668f..c82261ba849 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.39 2007/11/08 19:39:33 wiz Exp $ +# $NetBSD: Makefile.common,v 1.40 2007/11/30 09:11:11 bjs Exp $ DISTNAME= links-2.1pre31 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/links/distinfo b/www/links/distinfo index a5a2eb6c438..7faa3e73908 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.43 2007/11/08 19:39:33 wiz Exp $ +$NetBSD: distinfo,v 1.44 2007/11/30 09:11:11 bjs Exp $ SHA1 (links-2.1pre31.tar.bz2) = 57fb3d6cf2235ac87c1583aeea386843133100a3 RMD160 (links-2.1pre31.tar.bz2) = f5ab4732cbdcfd3e8f8252b07f5fcbf2850e59d7 Size (links-2.1pre31.tar.bz2) = 3810706 bytes SHA1 (patch-aa) = 374bd3262b4f50712cd42898d67e90ebcba72577 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837 +SHA1 (patch-ac) = dda86db5f0d4a61be3a3c5f545b48eeac9f2b2e6 |