summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-09-08 22:37:53 +0000
committerabs <abs@pkgsrc.org>2005-09-08 22:37:53 +0000
commit9b4079a542772f4c3a18f8d7b215528e4fef79f5 (patch)
treeca610a49f52ca0c0a1eb5fd47b6dc4093323d294 /comms/mgetty+sendfax
parent84d4173b2a4c432407c5d03798974a6fda8fd79c (diff)
downloadpkgsrc-9b4079a542772f4c3a18f8d7b215528e4fef79f5.tar.gz
Catch some NetBSD statvfs() checks phrased alternatively as > 200030000
rather than >= 200040000 and one enterprisingly hidden as > 200050000
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/distinfo4
-rw-r--r--comms/mgetty+sendfax/patches/patch-ah4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo
index 2dbc79a90fe..9301e8072d4 100644
--- a/comms/mgetty+sendfax/distinfo
+++ b/comms/mgetty+sendfax/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2005/06/12 14:29:53 hira Exp $
+$NetBSD: distinfo,v 1.23 2005/09/08 22:37:54 abs Exp $
SHA1 (mgetty1.1.31-Jul24.tar.gz) = a6f20da26b49bbfa695791edec7d0a2247b79e2d
RMD160 (mgetty1.1.31-Jul24.tar.gz) = 255eec0838ce5bfad04c53d478a4505e74111a07
@@ -10,7 +10,7 @@ SHA1 (patch-ad) = 7c4a96eaf7c83e9d907a74317252f752b4c689e6
SHA1 (patch-ae) = 04f35280e337fb766152b7d9badcd0c417aa1739
SHA1 (patch-af) = b5a36405c7e3783810f513d890190352fe2008cb
SHA1 (patch-ag) = f12e39005c78a94f641ccbdbbfa51b5181821148
-SHA1 (patch-ah) = 7ca56968f891eefe361d6c2635771ac6e0a36a5b
+SHA1 (patch-ah) = 2d9de861d3bce7b454eee957d32ffe67996e27c7
SHA1 (patch-ai) = a69003a5a28196c5a57bf538b20a31e2371683c7
SHA1 (patch-aj) = 37d88c1a4f8d5826f7113dd120c32e89cc442e5d
SHA1 (patch-ak) = 18f9570f35909089a4083fa24903dfea14dcc475
diff --git a/comms/mgetty+sendfax/patches/patch-ah b/comms/mgetty+sendfax/patches/patch-ah
index 46ff7f610b2..c657e9eb265 100644
--- a/comms/mgetty+sendfax/patches/patch-ah
+++ b/comms/mgetty+sendfax/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.3 2004/04/26 19:59:15 tron Exp $
+$NetBSD: patch-ah,v 1.4 2005/09/08 22:37:54 abs Exp $
--- getdisk.c.orig 2001-01-28 14:29:43.000000000 +0100
+++ getdisk.c 2004-04-26 21:56:58.000000000 +0200
@@ -6,7 +6,7 @@ $NetBSD: patch-ah,v 1.3 2004/04/26 19:59:15 tron Exp $
# define USTAT
#endif
-+#if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000)
++#if defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900)
+#undef BSDSTATFS
+#define SVR4
+#endif