pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/links Disable code which creates a race condition ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/027b2de4f191
branches:  trunk
changeset: 535912:027b2de4f191
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Nov 30 09:11:11 2007 +0000

description:
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:

 www/links/Makefile.common |  3 ++-
 www/links/distinfo        |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 2b76dd7b6fe7 -r 027b2de4f191 www/links/Makefile.common
--- a/www/links/Makefile.common Fri Nov 30 08:34:31 2007 +0000
+++ b/www/links/Makefile.common Fri Nov 30 09:11:11 2007 +0000
@@ -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 -r 2b76dd7b6fe7 -r 027b2de4f191 www/links/distinfo
--- a/www/links/distinfo        Fri Nov 30 08:34:31 2007 +0000
+++ b/www/links/distinfo        Fri Nov 30 09:11:11 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index