pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sendmail812 Convert another rogue statvfs() __Net...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0a0a400b92b
branches: trunk
changeset: 499090:f0a0a400b92b
user: abs <abs%pkgsrc.org@localhost>
date: Thu Sep 08 22:32:39 2005 +0000
description:
Convert another rogue statvfs() __NetBSD_Version__ check to 299000900
diffstat:
mail/sendmail812/distinfo | 4 ++--
mail/sendmail812/patches/patch-ag | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r 7baa7255da6b -r f0a0a400b92b mail/sendmail812/distinfo
--- a/mail/sendmail812/distinfo Thu Sep 08 22:28:03 2005 +0000
+++ b/mail/sendmail812/distinfo Thu Sep 08 22:32:39 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 09:59:29 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/09/08 22:32:39 abs Exp $
SHA1 (sendmail.8.12.11.tar.gz) = ce1ba0e50740c548f8555f1a905d8514e6637f95
RMD160 (sendmail.8.12.11.tar.gz) = a80ceccbe3425ea01ce6cb89f2226f83b3562b64
@@ -9,4 +9,4 @@
SHA1 (patch-ad) = 7232cc7ceb46a2dbf631d61185e4c6ca4af18a13
SHA1 (patch-ae) = ae06caa125fe4d4fc85123dc0a5d0016cd099ebd
SHA1 (patch-af) = d26481845328adad6d46fdf797785ec2ad003e28
-SHA1 (patch-ag) = b2e7c13de58ba90d149382e93095227c9ad39329
+SHA1 (patch-ag) = 4e84e709338eecc0dc14a6df42d8071fee1938a3
diff -r 7baa7255da6b -r f0a0a400b92b mail/sendmail812/patches/patch-ag
--- a/mail/sendmail812/patches/patch-ag Thu Sep 08 22:28:03 2005 +0000
+++ b/mail/sendmail812/patches/patch-ag Thu Sep 08 22:32:39 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.1.1.1 2004/08/30 19:56:46 adrianp Exp $
+$NetBSD: patch-ag,v 1.2 2005/09/08 22:32:39 abs Exp $
--- include/sm/conf.h.orig 2004-01-07 13:52:16.000000000 +1300
+++ include/sm/conf.h
@@ -6,7 +6,7 @@
# ifndef LA_TYPE
# define LA_TYPE LA_SUBR
# endif /* ! LA_TYPE */
-+#if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000)
++#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900)
+# define SFS_TYPE SFS_STATVFS /* use <sys/statvfs.h> statfs() impl */
+#else
# define SFS_TYPE SFS_MOUNT /* use <sys/mount.h> statfs() impl */
@@ -18,7 +18,7 @@
# ifndef LA_TYPE
# define LA_TYPE LA_SUBR
# endif /* ! LA_TYPE */
-+#if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000)
++#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900)
+# define SFS_TYPE SFS_STATVFS /* use <sys/statvfs.h> statfs() impl */
+#else
# define SFS_TYPE SFS_MOUNT /* use <sys/mount.h> statfs() impl */
Home |
Main Index |
Thread Index |
Old Index