pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-GRASS Fix another bug from completely clueless ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31e0768a6de1
branches:  trunk
changeset: 522906:31e0768a6de1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 29 14:18:21 2006 +0000

description:
Fix another bug from completely clueless autoconf users.

diffstat:

 math/R-GRASS/distinfo         |   4 +++-
 math/R-GRASS/patches/patch-aa |  15 +++++++++++++++
 math/R-GRASS/patches/patch-ab |  15 +++++++++++++++
 3 files changed, 33 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r 2825e989f2b2 -r 31e0768a6de1 math/R-GRASS/distinfo
--- a/math/R-GRASS/distinfo     Fri Dec 29 13:54:22 2006 +0000
+++ b/math/R-GRASS/distinfo     Fri Dec 29 14:18:21 2006 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/06/30 22:47:04 markd Exp $
+$NetBSD: distinfo,v 1.3 2006/12/29 14:18:21 joerg Exp $
 
 SHA1 (R/GRASS_0.3-2.tar.gz) = 67bc6adf0e8f47dfe6a247fe4228eeb9718e8179
 RMD160 (R/GRASS_0.3-2.tar.gz) = 1c9fbb7e921cc14abef625b5862e581d9bb9ed14
 Size (R/GRASS_0.3-2.tar.gz) = 224131 bytes
+SHA1 (patch-aa) = 6275c08691efd46a82484d0f79fc4c90fb1466b4
+SHA1 (patch-ab) = 353cd59744ae56fdf6cafaaea951cd4d8f487d98
diff -r 2825e989f2b2 -r 31e0768a6de1 math/R-GRASS/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-GRASS/patches/patch-aa     Fri Dec 29 14:18:21 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2006/12/29 14:18:21 joerg Exp $
+
+--- configure.orig     2006-12-29 14:05:37.000000000 +0000
++++ configure
+@@ -2900,8 +2900,8 @@ fi
+ 
+ done
+ 
+-if test "${ac_cv_header_rpc/xdr_h}" = no ||
+-    test "${ac_cv_header_rpc/types_h}" = no; then
++if test "${ac_cv_header_rpc_xdr_h}" = no ||
++    test "${ac_cv_header_rpc_types_h}" = no; then
+     { { echo "$as_me:$LINENO: error: \"xdr headers rpc/xdr.h and rpc/types.h not found\"" >&5
+ echo "$as_me: error: \"xdr headers rpc/xdr.h and rpc/types.h not found\"" >&2;}
+    { (exit 1); exit 1; }; }
diff -r 2825e989f2b2 -r 31e0768a6de1 math/R-GRASS/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-GRASS/patches/patch-ab     Fri Dec 29 14:18:21 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2006/12/29 14:18:21 joerg Exp $
+
+--- configure.ac.orig  2006-12-29 14:09:39.000000000 +0000
++++ configure.ac
+@@ -23,8 +23,8 @@ else
+ fi
+ 
+ AC_CHECK_HEADERS(rpc/xdr.h rpc/types.h)
+-if test "${ac_cv_header_rpc/xdr_h}" = no ||
+-    test "${ac_cv_header_rpc/types_h}" = no; then
++if test "${ac_cv_header_rpc_xdr_h}" = no ||
++    test "${ac_cv_header_rpc_types_h}" = no; then
+     AC_MSG_ERROR("xdr headers rpc/xdr.h and rpc/types.h not found")
+ fi
+ AC_SEARCH_LIBS(xdrmem_create, [nsl])



Home | Main Index | Thread Index | Old Index