pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xcoral Add <sys/time.h> to autoconf check for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee5140372db8
branches:  trunk
changeset: 502636:ee5140372db8
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 07 20:26:32 2005 +0000

description:
Add <sys/time.h> to autoconf check for fd_set so that it is properly
detected on Interix.

diffstat:

 editors/xcoral/distinfo         |   3 ++-
 editors/xcoral/patches/patch-ac |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 32659d2de32e -r ee5140372db8 editors/xcoral/distinfo
--- a/editors/xcoral/distinfo   Mon Nov 07 20:16:56 2005 +0000
+++ b/editors/xcoral/distinfo   Mon Nov 07 20:26:32 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 17:15:13 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/11/07 20:26:32 tv Exp $
 
 SHA1 (xcoral-3.2.tar.gz) = 31b9ea50da10a3c09433062b0ae121246094cdbf
 RMD160 (xcoral-3.2.tar.gz) = 6b1b3206d3e0d8b0da87e85c30e0eed167ef42c3
 Size (xcoral-3.2.tar.gz) = 1412437 bytes
 SHA1 (patch-aa) = 5ee143709bb60de8be543fae08f9534894a1aa42
 SHA1 (patch-ab) = cd23f32a4b242e640db44f29c0f5aad7b90080dd
+SHA1 (patch-ac) = e0285e7bedce0d98c0d977a002b0b2ac70a748b5
diff -r 32659d2de32e -r ee5140372db8 editors/xcoral/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xcoral/patches/patch-ac   Mon Nov 07 20:26:32 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/11/07 20:26:32 tv Exp $
+
+--- configure.orig     1998-11-03 07:20:43.000000000 -0500
++++ configure
+@@ -1837,6 +1837,7 @@ else
+ #line 1838 "configure"
+ #include "confdefs.h"
+ #include <sys/types.h>
++#include <sys/time.h>
+ #if STDC_HEADERS
+ #include <stdlib.h>
+ #include <stddef.h>



Home | Main Index | Thread Index | Old Index