pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q1]: pkgsrc/math/R Pullup build fix to the pkgsrc-2004Q1 b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/921fa987edce
branches:  pkgsrc-2004Q1
changeset: 471393:921fa987edce
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Apr 27 07:42:29 2004 +0000

description:
Pullup build fix to the pkgsrc-2004Q1 branch.

Requested by jwise in ticket pkgsrc-9.

"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 a5967f3c7a6f -r 921fa987edce math/R/distinfo
--- a/math/R/distinfo   Tue Apr 27 07:39:27 2004 +0000
+++ b/math/R/distinfo   Tue Apr 27 07:42:29 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2004/01/05 12:20:57 markd Exp $
+$NetBSD: distinfo,v 1.15.2.1 2004/04/27 07:42:29 agc 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 a5967f3c7a6f -r 921fa987edce math/R/patches/patch-at
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R/patches/patch-at   Tue Apr 27 07:42:29 2004 +0000
@@ -0,0 +1,8 @@
+$NetBSD: patch-at,v 1.1.2.2 2004/04/27 07:42:29 agc 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