pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/rxvt add test for <sys/stropts.h>; version not bum...
details: https://anonhg.NetBSD.org/pkgsrc/rev/453beba10884
branches: trunk
changeset: 476802:453beba10884
user: christos <christos%pkgsrc.org@localhost>
date: Sun Jun 20 21:02:01 2004 +0000
description:
add test for <sys/stropts.h>; version not bumped, because no change to any
resulting binaries.
diffstat:
x11/rxvt/distinfo | 3 +-
x11/rxvt/patches/patch-af | 56 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 1 deletions(-)
diffs (74 lines):
diff -r 2cc0f5889909 -r 453beba10884 x11/rxvt/distinfo
--- a/x11/rxvt/distinfo Sun Jun 20 20:57:17 2004 +0000
+++ b/x11/rxvt/distinfo Sun Jun 20 21:02:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/03/28 12:28:16 wiz Exp $
+$NetBSD: distinfo,v 1.14 2004/06/20 21:02:01 christos Exp $
SHA1 (rxvt-2.7.10.tar.bz2) = 16eae23c3227e28e5e7a53a58eaa3226affe65f9
Size (rxvt-2.7.10.tar.bz2) = 493199 bytes
@@ -6,3 +6,4 @@
SHA1 (patch-ab) = 62ef5b28f8842b769829fed0d217a9c54f48c832
SHA1 (patch-ad) = 86047c69fa397d71f3e71ae476bd7addd153729f
SHA1 (patch-ae) = 76221e9b3cd35a0f40fb6128e0bf9d74d232d907
+SHA1 (patch-af) = 5bf2e4a2136694f6a11ff95013fc292bc88f3175
diff -r 2cc0f5889909 -r 453beba10884 x11/rxvt/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/rxvt/patches/patch-af Sun Jun 20 21:02:01 2004 +0000
@@ -0,0 +1,56 @@
+$NetBSD: patch-af,v 1.7 2004/06/20 21:02:01 christos Exp $
+
+--- configure.orig 2003-03-26 01:07:26.000000000 -0500
++++ configure 2004-06-20 13:33:24.000000000 -0400
+@@ -9481,6 +9481,7 @@
+
+
+
++
+ for ac_header in \
+ assert.h \
+ fcntl.h \
+@@ -9496,6 +9497,7 @@
+ sys/ioctl.h \
+ sys/select.h \
+ sys/sockio.h \
++ sys/stropts.h \
+ sys/strredir.h \
+ sys/time.h \
+ utmp.h \
+
+--- autoconf/configure.in.orig 2004-06-20 13:31:57.000000000 -0400
++++ autoconf/configure.in 2004-06-20 13:32:13.000000000 -0400
+@@ -393,6 +393,7 @@
+ sys/ioctl.h \
+ sys/select.h \
+ sys/sockio.h \
++ sys/stropts.h \
+ sys/strredir.h \
+ sys/time.h \
+ utmp.h \
+
+--- autoconf/config.h.in.orig 2004-06-20 13:31:21.000000000 -0400
++++ autoconf/config.h.in 2004-06-20 13:31:48.000000000 -0400
+@@ -123,6 +123,9 @@
+ /* Define to 1 if you have the <sys/strredir.h> header file. */
+ #undef HAVE_SYS_STRREDIR_H
+
++/* Define to 1 if you have the <sys/stropts.h> header file. */
++#undef HAVE_SYS_STROPTS_H
++
+ /* Define to 1 if you have the <sys/time.h> header file. */
+ #undef HAVE_SYS_TIME_H
+
+
+--- src/ptytty.c.orig 2002-09-19 03:40:39.000000000 -0400
++++ src/ptytty.c 2004-06-20 13:34:32.000000000 -0400
+@@ -46,7 +46,7 @@
+ #ifdef HAVE_SYS_IOCTL_H
+ # include <sys/ioctl.h>
+ #endif
+-#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__)
++#ifdef HAVE_SYS_STROPTS_H
+ # include <sys/stropts.h> /* for I_PUSH */
+ #endif
+
Home |
Main Index |
Thread Index |
Old Index