pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/vigor Fix build on NetBSD>=3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a41b1d8317d1
branches:  trunk
changeset: 509060:a41b1d8317d1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 02 19:52:01 2006 +0000

description:
Fix build on NetBSD>=3.0.

diffstat:

 editors/vigor/distinfo         |   3 ++-
 editors/vigor/patches/patch-ad |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r f9bcd726065e -r a41b1d8317d1 editors/vigor/distinfo
--- a/editors/vigor/distinfo    Thu Mar 02 19:51:34 2006 +0000
+++ b/editors/vigor/distinfo    Thu Mar 02 19:52:01 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/11/03 21:24:29 rillig Exp $
+$NetBSD: distinfo,v 1.7 2006/03/02 19:52:01 wiz Exp $
 
 SHA1 (vigor-0.016.tar.gz) = cbbd7db8226421b86c50799178033c4248753706
 RMD160 (vigor-0.016.tar.gz) = 52cf417f85560b46f140d6f1093133eccbd2fc43
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 2ea52fe10dff6f2445ca0fd870065103b11b59cd
 SHA1 (patch-ab) = 2016eb247f7f747ca80041fac2ad15709f7e7a80
 SHA1 (patch-ac) = ab9924eaa775f17f9c51c1129a9cf2932035b9ab
+SHA1 (patch-ad) = 1052f71d407e054600e3971ceac2eb48018eee53
diff -r f9bcd726065e -r a41b1d8317d1 editors/vigor/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/vigor/patches/patch-ad    Thu Mar 02 19:52:01 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1 2006/03/02 19:52:01 wiz Exp $
+
+--- ex/ex_script.c.orig        2000-05-03 02:28:05.000000000 +0000
++++ ex/ex_script.c
+@@ -23,7 +23,7 @@ static const char sccsid[] = "@(#)ex_scr
+ #include <sys/select.h>
+ #endif
+ #include <sys/stat.h>
+-#ifdef HAVE_SYS5_PTY
++#if defined(HAVE_SYS5_PTY) && !defined(__NetBSD__)
+ #include <sys/stropts.h>
+ #endif
+ #include <sys/time.h>
+@@ -625,7 +625,7 @@ sscr_check(sp)
+       F_CLR(gp, G_SCRWIN);
+ }
+ 
+-#ifdef HAVE_SYS5_PTY
++#if defined(HAVE_SYS5_PTY) && !defined(__NetBSD__)
+ static int ptys_open __P((int, char *));
+ static int ptym_open __P((char *));
+ 



Home | Main Index | Thread Index | Old Index