diff options
author | abs <abs> | 2005-09-06 08:10:57 +0000 |
---|---|---|
committer | abs <abs> | 2005-09-06 08:10:57 +0000 |
commit | 38b9aa514440e8e7764a5748e4e3297ad51f34fd (patch) | |
tree | 93bf2742fc4e1bf90527c6e25c8e73ae1da1c960 /devel | |
parent | 18fff7191848c82996a788e4a2974e226ebb0d13 (diff) | |
download | pkgsrc-38b9aa514440e8e7764a5748e4e3297ad51f34fd.tar.gz |
Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libaura/distinfo | 4 | ||||
-rw-r--r-- | devel/libaura/patches/patch-aa | 4 | ||||
-rw-r--r-- | devel/libinstaller/distinfo | 4 | ||||
-rw-r--r-- | devel/libinstaller/patches/patch-aa | 4 | ||||
-rw-r--r-- | devel/physfs/distinfo | 4 | ||||
-rw-r--r-- | devel/physfs/patches/patch-ac | 4 | ||||
-rw-r--r-- | devel/pwlib/distinfo | 4 | ||||
-rw-r--r-- | devel/pwlib/patches/patch-ad | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/devel/libaura/distinfo b/devel/libaura/distinfo index 2cb01c563f7..5c4ba66593f 100644 --- a/devel/libaura/distinfo +++ b/devel/libaura/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 22:24:17 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/09/06 08:10:57 abs Exp $ SHA1 (libaura-2.0.tar.gz) = 4f91d8efaca9ffb2b9ae244187bd49f7c1969d6a RMD160 (libaura-2.0.tar.gz) = 6901381e42abfbf323fccb735ffbd7fa5171ad8e Size (libaura-2.0.tar.gz) = 10682 bytes -SHA1 (patch-aa) = a3b7e2540c289f6eb4222464efd86c918e8cfa9d +SHA1 (patch-aa) = 6973345c5476700565e230021e5d60350b86fa0d SHA1 (patch-ab) = 74c6510dcde9b579f39e089dae97c7a4cdd6869b diff --git a/devel/libaura/patches/patch-aa b/devel/libaura/patches/patch-aa index f21672ccbd0..7bb18dcdd8d 100644 --- a/devel/libaura/patches/patch-aa +++ b/devel/libaura/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/02/09 05:40:28 xtraeme Exp $ +$NetBSD: patch-aa,v 1.2 2005/09/06 08:10:57 abs Exp $ --- fspred.c.orig 2005-02-09 04:36:15.000000000 +0100 +++ fspred.c 2005-02-09 04:41:15.000000000 +0100 @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/02/09 05:40:28 xtraeme Exp $ #include <stdlib.h> #include <string.h> -+#if (__NetBSD_Version__ >= 200040000) ++#if (__NetBSD_Version__ >= 299000900) +#define STATFS statvfs +#else +#define STATFS statfs 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 diff --git a/devel/physfs/distinfo b/devel/physfs/distinfo index cbb6719447e..b147a4b5524 100644 --- a/devel/physfs/distinfo +++ b/devel/physfs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2005/07/25 12:12:53 wiz Exp $ +$NetBSD: distinfo,v 1.8 2005/09/06 08:10:57 abs Exp $ SHA1 (physfs-1.0.1.tar.gz) = 48803ceb60b44a4d3b7511b7a2d66a020d86e95a RMD160 (physfs-1.0.1.tar.gz) = 3a3fc6f66b397fe966e5aa661e3aa415055ef3b1 Size (physfs-1.0.1.tar.gz) = 539978 bytes SHA1 (patch-aa) = 3d24970fa5fbd64e4fe05b763d75a64deec57a16 SHA1 (patch-ab) = 74600b7e2db083df2cff5f0a6cbd31be366157a0 -SHA1 (patch-ac) = 499c7e7780dacee4bf55df608bd90994079e5f12 +SHA1 (patch-ac) = 8d16dc12e505f720b58c6d89b36d8680da30fd6e diff --git a/devel/physfs/patches/patch-ac b/devel/physfs/patches/patch-ac index da50600a434..99ba14019b5 100644 --- a/devel/physfs/patches/patch-ac +++ b/devel/physfs/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2004/09/21 00:30:59 wiz Exp $ +$NetBSD: patch-ac,v 1.3 2005/09/06 08:10:57 abs Exp $ --- platform/unix.c.orig 2003-05-24 05:26:03.000000000 +0200 +++ platform/unix.c @@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.2 2004/09/21 00:30:59 wiz Exp $ #elif (defined PHYSFS_HAVE_SYS_UCRED_H) -+#if defined(__NetBSD__) && (__NetBSD_Version__ >= 200040000) ++#if defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900) +#include <sys/statvfs.h> + +#define STATVFS_TYPE statvfs diff --git a/devel/pwlib/distinfo b/devel/pwlib/distinfo index 7867fde27cd..b6ea3761298 100644 --- a/devel/pwlib/distinfo +++ b/devel/pwlib/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2005/02/23 22:24:31 agc Exp $ +$NetBSD: distinfo,v 1.15 2005/09/06 08:10:57 abs Exp $ SHA1 (pwlib-v1_8_3-src-tar.gz) = d3a6eff571ebfd37889e75cbaef75983e6119d2e RMD160 (pwlib-v1_8_3-src-tar.gz) = 1ce2544ef631c8344543e62988f97022c998bb05 @@ -6,7 +6,7 @@ Size (pwlib-v1_8_3-src-tar.gz) = 1900922 bytes SHA1 (patch-aa) = f07517555dee8ba1a0b4ecad93aa36a57ae024b2 SHA1 (patch-ab) = 7d7e09d5403a8b98c832e286eb8403d457164d0e SHA1 (patch-ac) = c0284e67ce689d774b715be4dc17214aa88c3d4a -SHA1 (patch-ad) = 6637d2a511a9cb71a3a53c8a5d3b7f6132d04958 +SHA1 (patch-ad) = 2d27b2485611f5e2ae304541d1b74a61d3498ffc SHA1 (patch-af) = c38f646d75d57f17101ce42813f8e66232778447 SHA1 (patch-ai) = 68e6b9ef55695a01193c1e77eb7960232311e695 SHA1 (patch-aj) = 93e039bb60c5cb75abb916e2797c644b67a6b9b0 diff --git a/devel/pwlib/patches/patch-ad b/devel/pwlib/patches/patch-ad index 3f346b32b0d..d34f0fc9d82 100644 --- a/devel/pwlib/patches/patch-ad +++ b/devel/pwlib/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.4 2004/12/28 16:09:47 wiz Exp $ +$NetBSD: patch-ad,v 1.5 2005/09/06 08:10:57 abs Exp $ --- src/ptlib/unix/osutil.cxx.orig 2004-09-23 07:00:10.000000000 +0200 +++ src/ptlib/unix/osutil.cxx @@ -6,7 +6,7 @@ $NetBSD: patch-ad,v 1.4 2004/12/28 16:09:47 wiz Exp $ #elif defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD) || defined(P_MACOSX) || defined(P_MACOS) #define P_USE_STRFTIME -+#if defined(__NetBSD__) && __NetBSD_Version__ > 200040000 ++#if defined(__NetBSD__) && __NetBSD_Version__ > 299000900 +#include <sys/statvfs.h> +#define statfs statvfs +#else |