summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-af
diff options
context:
space:
mode:
authordrochner <drochner>2010-02-26 10:56:38 +0000
committerdrochner <drochner>2010-02-26 10:56:38 +0000
commit3b5317a6db8b0788f1e4c69dd4e3d8b34e604977 (patch)
tree95321f1fa4b2602b072c11825bc3b5298c8e87a9 /misc/root/patches/patch-af
parent571cb30aa4d9ad9583756c8945e8725a5f8df884 (diff)
downloadpkgsrc-3b5317a6db8b0788f1e4c69dd4e3d8b34e604977.tar.gz
first attempt to make this DESTDIR ready and to update it to a
newer version (5.26, the current production version). The pkg builds and the result starts up and can do simple operations, but there are strange errors if I try scripts which used to work two years ago (mostly array size check related). The biggest problem is that the pkg needs a fortran compiler which supports the LOC() function. f2c doesn't, the cheapest way I found is to depend on pkgsrc/lang/gcc3-f77. This needs to be done cleaner.
Diffstat (limited to 'misc/root/patches/patch-af')
-rw-r--r--misc/root/patches/patch-af6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/root/patches/patch-af b/misc/root/patches/patch-af
index 6a1c6103709..af424670022 100644
--- a/misc/root/patches/patch-af
+++ b/misc/root/patches/patch-af
@@ -1,7 +1,7 @@
-$NetBSD: patch-af,v 1.2 2006/05/27 12:38:27 drochner Exp $
+$NetBSD: patch-af,v 1.3 2010/02/26 10:56:38 drochner Exp $
---- rpdutils/src/rpdutils.cxx.orig 2006-05-26 19:20:46.000000000 +0200
-+++ rpdutils/src/rpdutils.cxx
+--- net/rpdutils/src/rpdutils.cxx.orig 2006-05-26 19:20:46.000000000 +0200
++++ net/rpdutils/src/rpdutils.cxx
@@ -70,7 +70,7 @@ extern "C" int ruserok(const char *, int
extern "C" int fstatfs(int file_descriptor, struct statfs *buffer);
#elif defined(linux) || defined(__hpux)