pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot Do the Interix fix a different way: p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b977e82949d
branches:  trunk
changeset: 490491:3b977e82949d
user:      tv <tv%pkgsrc.org@localhost>
date:      Sun Mar 13 01:26:45 2005 +0000

description:
Do the Interix fix a different way: put it in stdfn.h.
This should resolve the build problems on NetBSD-current.

diffstat:

 graphics/gnuplot/distinfo         |   4 ++--
 graphics/gnuplot/patches/patch-aa |  24 ++++++++++++++----------
 2 files changed, 16 insertions(+), 12 deletions(-)

diffs (42 lines):

diff -r 7e8e2e6d5bf4 -r 3b977e82949d graphics/gnuplot/distinfo
--- a/graphics/gnuplot/distinfo Sat Mar 12 20:03:38 2005 +0000
+++ b/graphics/gnuplot/distinfo Sun Mar 13 01:26:45 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/03/10 17:26:18 tv Exp $
+$NetBSD: distinfo,v 1.7 2005/03/13 01:26:45 tv Exp $
 
 SHA1 (gnuplot-4.0.0.tar.gz) = a862bc311724c263aa1ef1c646291d73dc37c978
 RMD160 (gnuplot-4.0.0.tar.gz) = 7b1fc84c161c132c776269b6e9a49abd29251a18
 Size (gnuplot-4.0.0.tar.gz) = 2160918 bytes
-SHA1 (patch-aa) = cbb6d3aa3761c12579d75e512a1078aea674d8fc
+SHA1 (patch-aa) = ff4f1ca9d64d9d946948e736ea69411dc729e9b0
diff -r 7e8e2e6d5bf4 -r 3b977e82949d graphics/gnuplot/patches/patch-aa
--- a/graphics/gnuplot/patches/patch-aa Sat Mar 12 20:03:38 2005 +0000
+++ b/graphics/gnuplot/patches/patch-aa Sun Mar 13 01:26:45 2005 +0000
@@ -1,12 +1,16 @@
-$NetBSD: patch-aa,v 1.6 2005/03/10 17:26:18 tv Exp $
+$NetBSD: patch-aa,v 1.7 2005/03/13 01:26:45 tv Exp $
 
---- term/x11.trm.orig  Wed Apr 14 08:18:24 2004
-+++ term/x11.trm
-@@ -55,6 +55,7 @@
-  */
+--- src/stdfn.h.orig   Tue Apr 13 13:24:01 2004
++++ src/stdfn.h
+@@ -258,6 +258,11 @@ extern char *sys_errlist[];
+ # include <time.h>
+ #endif
  
- #include "driver.h"
-+#include <sys/time.h>
- 
- #ifdef TERM_REGISTER
- register_term(x11)
++/* <sys/time.h> may be needed for fd_set and/or some of the above */
++#ifdef HAVE_SYS_TIME_H
++# include <sys/time.h>
++#endif
++
+ #ifndef HAVE_TIME_T_IN_TIME_H
+ # define time_t long
+ #endif



Home | Main Index | Thread Index | Old Index