pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/pine Update to 4.58nb2: make pine run properly on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f1e6e646b81
branches:  trunk
changeset: 466533:3f1e6e646b81
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Jan 20 10:16:38 2004 +0000

description:
Update to 4.58nb2: make pine run properly on the DEC Alpha processor.
Patch submitted by Robert Pendell, shinji257%uplink.net@localhost.

diffstat:

 mail/pine/Makefile         |   4 ++--
 mail/pine/distinfo         |   4 ++--
 mail/pine/patches/patch-ad |  19 ++++++++++++++-----
 3 files changed, 18 insertions(+), 9 deletions(-)

diffs (64 lines):

diff -r 3086b5765f02 -r 3f1e6e646b81 mail/pine/Makefile
--- a/mail/pine/Makefile        Tue Jan 20 09:51:56 2004 +0000
+++ b/mail/pine/Makefile        Tue Jan 20 10:16:38 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.81 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.82 2004/01/20 10:16:38 hubertf Exp $
 
 DISTNAME=       pine4.58
 PKGNAME=        pine-4.58
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=     mail news
 MASTER_SITES=  ftp://ftp.cac.washington.edu/pine/ \
                ftp://ftp.fu-berlin.de/unix/mail/pine/
diff -r 3086b5765f02 -r 3f1e6e646b81 mail/pine/distinfo
--- a/mail/pine/distinfo        Tue Jan 20 09:51:56 2004 +0000
+++ b/mail/pine/distinfo        Tue Jan 20 10:16:38 2004 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.19 2003/09/12 13:53:47 tron Exp $
+$NetBSD: distinfo,v 1.20 2004/01/20 10:16:38 hubertf Exp $
 
 SHA1 (pine4.58.tar.bz2) = 5522426ef925813218ce1a3fbb939591778b59f1
 Size (pine4.58.tar.bz2) = 2837321 bytes
 SHA1 (patch-aa) = 800f84f3c868e6d17798e9f98d8151bb734143b6
 SHA1 (patch-ab) = b430138b9388150aecafb131b00cc9911f8fb35d
 SHA1 (patch-ac) = 439207ab6edea4e3b6148ce777ed717e133565b5
-SHA1 (patch-ad) = daca835a9b82fe4041fbfe90b435382ef9a609ce
+SHA1 (patch-ad) = ef1203c67e9add295e782c2ee2b0fde2a4f6073b
 SHA1 (patch-ae) = 370f46eb2c1868663d9c8c927c89b644d1118ca2
 SHA1 (patch-af) = 689a911d7c018003fb50446311a495bdf63edcb5
 SHA1 (patch-ag) = de8c787e9ab60a2d374609f5868d63ab478933db
diff -r 3086b5765f02 -r 3f1e6e646b81 mail/pine/patches/patch-ad
--- a/mail/pine/patches/patch-ad        Tue Jan 20 09:51:56 2004 +0000
+++ b/mail/pine/patches/patch-ad        Tue Jan 20 10:16:38 2004 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-ad,v 1.9 2002/11/26 21:41:09 cjep Exp $
---- pine/signals.c.orig        Mon Jul  8 14:27:47 2002
-+++ pine/signals.c     Mon Jul  8 14:28:13 2002
-@@ -108,7 +108,9 @@
+$NetBSD: patch-ad,v 1.10 2004/01/20 10:16:38 hubertf Exp $
+
+--- pine/signals.c.orig        Thu Nov 28 00:22:12 2002
++++ pine/signals.c
+@@ -53,6 +53,7 @@ static char rcsid[] = "$Id: signals.c,v 
+  ====*/
+ 
+ #include "headers.h"
++#include <signal.h>
+ 
+ /* nto defines SA_RESTART but doesn't support it yet (00/12/29 - hubert) */
+ #if defined(NTO)
+@@ -108,7 +109,9 @@ init_signals()
      if(CUSHION_SIG){
        signal(SIGILL,  auger_in_signal); 
        signal(SIGTRAP, auger_in_signal);
@@ -11,7 +20,7 @@
        signal(SIGBUS,  auger_in_signal);
        signal(SIGSEGV, auger_in_signal);
        signal(SIGSYS,  auger_in_signal);
-@@ -196,7 +198,9 @@
+@@ -196,7 +199,9 @@ end_signals(blockem)
      }
  
      signal(SIGTRAP, blockem ? SIG_IGN : SIG_DFL);



Home | Main Index | Thread Index | Old Index