summaryrefslogtreecommitdiff
path: root/devel/libinstaller
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-09-06 08:10:57 +0000
committerabs <abs@pkgsrc.org>2005-09-06 08:10:57 +0000
commitee9906d1989b65788f92509fd0b4ed4464bc22a1 (patch)
tree93bf2742fc4e1bf90527c6e25c8e73ae1da1c960 /devel/libinstaller
parent8e32b054d75f8ceddac6834c017e26667ecbd768 (diff)
downloadpkgsrc-ee9906d1989b65788f92509fd0b4ed4464bc22a1.tar.gz
Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
Diffstat (limited to 'devel/libinstaller')
-rw-r--r--devel/libinstaller/distinfo4
-rw-r--r--devel/libinstaller/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libinstaller/distinfo b/devel/libinstaller/distinfo
index a8727c91b89..ea48319bed0 100644
--- a/devel/libinstaller/distinfo
+++ b/devel/libinstaller/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 22:24:18 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/09/06 08:10:57 abs Exp $
SHA1 (libinstaller-4.0.tar.gz) = caeadbd8c6d31266c78b3f2ce0669336cb2dd0ce
RMD160 (libinstaller-4.0.tar.gz) = 44a222bc4ca2874e85d9b9785d72a9b09c04be91
Size (libinstaller-4.0.tar.gz) = 20889 bytes
-SHA1 (patch-aa) = 7d0117d988b04c6af288858b0130d86a2937a468
+SHA1 (patch-aa) = 50df08fc142ba427f38fe4aae63fa180b6fff872
SHA1 (patch-ab) = 04948d74af934cb95c045868b8fca3538271465c
SHA1 (patch-ac) = 9f9a8a71b0ef7283146ffc80fe3ff7f3c289cfd2
SHA1 (patch-ad) = 3dc1320562d5dbca60fce9c404039b8a92420991
diff --git a/devel/libinstaller/patches/patch-aa b/devel/libinstaller/patches/patch-aa
index 4517e06636d..ac3113f0b46 100644
--- a/devel/libinstaller/patches/patch-aa
+++ b/devel/libinstaller/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/02/09 05:44:18 xtraeme Exp $
+$NetBSD: patch-aa,v 1.2 2005/09/06 08:10:57 abs Exp $
--- mount.c.orig 2005-02-09 04:51:24.000000000 +0100
+++ mount.c 2005-02-09 04:52:38.000000000 +0100
@@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/02/09 05:44:18 xtraeme Exp $
#include "commands.h"
#include "functions.h"
-+#if (__NetBSD_Version__ >= 200040000)
++#if (__NetBSD_Version__ >= 299000900)
+#define STATFS statvfs
+#else
+#define STATFS statfs