pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R Fix build against newest X11. for some obscure...
details: https://anonhg.NetBSD.org/pkgsrc/rev/02b7d4c320ee
branches: trunk
changeset: 471729:02b7d4c320ee
user: jwise <jwise%pkgsrc.org@localhost>
date: Tue Mar 30 16:49:32 2004 +0000
description:
Fix build against newest X11. for some obscure reason, src/modules/x11/dataentry.c
explicitly unset NeedFunctionPrototypes, which can no longer safely be done in recent
X11 sources (as _Xconst is only defined if this is set, yet is used everywhere).
diffstat:
math/R/distinfo | 3 ++-
math/R/patches/patch-at | 8 ++++++++
2 files changed, 10 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r ed25b3c3e5d4 -r 02b7d4c320ee math/R/distinfo
--- a/math/R/distinfo Tue Mar 30 16:19:51 2004 +0000
+++ b/math/R/distinfo Tue Mar 30 16:49:32 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2004/01/05 12:20:57 markd Exp $
+$NetBSD: distinfo,v 1.16 2004/03/30 16:49:32 jwise Exp $
SHA1 (R-1.8.1.tgz) = 397511dcef3a04ebb67ef23988f5c32eee72fe95
Size (R-1.8.1.tgz) = 9407628 bytes
@@ -21,3 +21,4 @@
SHA1 (patch-aq) = 512d7613bbba00c0cb3e4543812f734159e12a92
SHA1 (patch-ar) = 5cc4a77c253a77a564433187babb0135ccb84eaf
SHA1 (patch-as) = 37db149821a49c86463683f3b82e8a763bbfcd1b
+SHA1 (patch-at) = d972e1072a7f6a30b5fbc2e5fa076bc5bdec5952
diff -r ed25b3c3e5d4 -r 02b7d4c320ee math/R/patches/patch-at
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R/patches/patch-at Tue Mar 30 16:49:32 2004 +0000
@@ -0,0 +1,8 @@
+$NetBSD: patch-at,v 1.1 2004/03/30 16:49:32 jwise Exp $
+
+--- src/modules/X11/dataentry.c.orig
++++ src/modules/X11/dataentry.c
+32c32
+< #define NeedFunctionPrototypes 0
+---
+> /* #define NeedFunctionPrototypes 0 */
Home |
Main Index |
Thread Index |
Old Index