summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2019-09-06 15:53:42 +0000
committerchristos <christos@pkgsrc.org>2019-09-06 15:53:42 +0000
commit35a4a9045c40010fff57a8056916c7aa11bf3ca1 (patch)
tree17428b7edd22eeaccd495b643b45e3737d02f6b8 /editors
parentb1c8371f964dfa00a35260db64f46ceb4c4683e0 (diff)
downloadpkgsrc-35a4a9045c40010fff57a8056916c7aa11bf3ca1.tar.gz
simplify...
Diffstat (limited to 'editors')
-rw-r--r--editors/jove/distinfo4
-rw-r--r--editors/jove/patches/patch-jove.h16
2 files changed, 11 insertions, 9 deletions
diff --git a/editors/jove/distinfo b/editors/jove/distinfo
index e96b288420b..389ba34e264 100644
--- a/editors/jove/distinfo
+++ b/editors/jove/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2019/09/06 14:52:39 christos Exp $
+$NetBSD: distinfo,v 1.11 2019/09/06 15:53:42 christos Exp $
SHA1 (jove4.16.0.74.tgz) = a9a9fbb07e314eae5427b5be93ca985fd3c29699
RMD160 (jove4.16.0.74.tgz) = 5eb3eb4c0c4fe13b3296a37344e33c1c21abf931
@@ -6,5 +6,5 @@ SHA512 (jove4.16.0.74.tgz) = 53d94fb4044efbac990efd8a2056bc60039cbbaf0b62fcbfc37
Size (jove4.16.0.74.tgz) = 468165 bytes
SHA1 (patch-aa) = 5431a846a159f3805d505260ae4b797d7bb0561f
SHA1 (patch-ac) = 98329cfcbbec9d56cbef7e1bee6685b6dd25e8ac
-SHA1 (patch-jove.h) = 38e85de80c772d90e90355e386f1eba243bd3191
+SHA1 (patch-jove.h) = aeb15f4b9e6535ab2b8b72a67ed4e2919cd25268
SHA1 (patch-proc.c) = 3d8f65a7977bbd8e5ebb4920e5efc07b2c98f1de
diff --git a/editors/jove/patches/patch-jove.h b/editors/jove/patches/patch-jove.h
index e36dcd258d1..35dcb987357 100644
--- a/editors/jove/patches/patch-jove.h
+++ b/editors/jove/patches/patch-jove.h
@@ -1,14 +1,16 @@
-$NetBSD: patch-jove.h,v 1.1 2019/09/02 08:53:32 christos Exp $
+$NetBSD: patch-jove.h,v 1.2 2019/09/06 15:53:42 christos Exp $
- modern os's need time.h for time(3)
--- jove.h.orig 2015-10-15 14:21:55.000000000 -0400
-+++ jove.h 2019-09-02 04:39:50.417825060 -0400
-@@ -16,6 +16,7 @@
-
- #ifndef MAC
++++ jove.h 2019-09-06 11:49:09.552268238 -0400
+@@ -18,8 +18,8 @@
# include <sys/types.h>
-+# include <time.h>
#else
# include <types.h>
- # include <time.h> /* for time_t */
+-# include <time.h> /* for time_t */
+ #endif
++#include <time.h> /* for time_t */
+
+ /* proto: macro to allow us to prototype any function declaration
+ * without upsetting old compilers.