pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot Include <sys/time.h> in x11.trm to pi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdd0cfb222ea
branches:  trunk
changeset: 490448:cdd0cfb222ea
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Mar 10 17:26:18 2005 +0000

description:
Include <sys/time.h> in x11.trm to pick up fd_set on Interix.
(No functional changes, and only affects X11 version.)

diffstat:

 graphics/gnuplot/distinfo         |   3 ++-
 graphics/gnuplot/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 541bd06d8ea0 -r cdd0cfb222ea graphics/gnuplot/distinfo
--- a/graphics/gnuplot/distinfo Thu Mar 10 17:00:54 2005 +0000
+++ b/graphics/gnuplot/distinfo Thu Mar 10 17:26:18 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 08:45:06 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/03/10 17:26:18 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
diff -r 541bd06d8ea0 -r cdd0cfb222ea graphics/gnuplot/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gnuplot/patches/patch-aa Thu Mar 10 17:26:18 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.6 2005/03/10 17:26:18 tv Exp $
+
+--- term/x11.trm.orig  Wed Apr 14 08:18:24 2004
++++ term/x11.trm
+@@ -55,6 +55,7 @@
+  */
+ 
+ #include "driver.h"
++#include <sys/time.h>
+ 
+ #ifdef TERM_REGISTER
+ register_term(x11)



Home | Main Index | Thread Index | Old Index