pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/genius Don't include termcap.h on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1c432618fed
branches: trunk
changeset: 639720:e1c432618fed
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Sep 23 22:52:01 2014 +0000
description:
Don't include termcap.h on SunOS.
diffstat:
math/genius/distinfo | 3 ++-
math/genius/patches/patch-src_genius.c | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 8da82b70b20b -r e1c432618fed math/genius/distinfo
--- a/math/genius/distinfo Tue Sep 23 22:37:29 2014 +0000
+++ b/math/genius/distinfo Tue Sep 23 22:52:01 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2014/04/21 18:17:35 joerg Exp $
+$NetBSD: distinfo,v 1.21 2014/09/23 22:52:01 jperkin Exp $
SHA1 (genius-1.0.17.tar.gz) = 884a12db62de68aa90b078ba9baa124f73c44f51
RMD160 (genius-1.0.17.tar.gz) = 17b6fa3fddf65f4bab8e0d7721f85ea8a666d838
@@ -8,4 +8,5 @@
SHA1 (patch-gtkextra_gtkplot.c) = 3ea37b0a15454b5d81d62b93dd4a70828259d97f
SHA1 (patch-gtkextra_gtkplotsurface.c) = 5f1e98dc7268ebef3a5edf04496a92b4f620114c
SHA1 (patch-src_genius-readline-helper.c) = 957f2241399a9092e6634b3c105ce7e487bfca07
+SHA1 (patch-src_genius.c) = 8621f915101118c6cf123fedafe5e435398f72fb
SHA1 (patch-src_inter.c) = 619a0f553acc0c30960cebfc4fa10146baac5dc4
diff -r 8da82b70b20b -r e1c432618fed math/genius/patches/patch-src_genius.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/genius/patches/patch-src_genius.c Tue Sep 23 22:52:01 2014 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_genius.c,v 1.1 2014/09/23 22:52:01 jperkin Exp $
+
+Don't include termcap.h on SunOS.
+
+--- src/genius.c.orig 2013-04-24 23:18:19.000000000 +0000
++++ src/genius.c
+@@ -61,8 +61,10 @@
+ #include <term.h>
+ #endif
+ #else
++#ifndef __sun
+ #include <termcap.h>
+ #endif
++#endif
+
+ #include <vicious.h>
+
Home |
Main Index |
Thread Index |
Old Index