summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-21 08:57:11 +0000
committersbd <sbd@pkgsrc.org>2011-12-21 08:57:11 +0000
commit71aa16df0cddec7b21ff4964ef62982e8afff612 (patch)
tree517a8aaf0b6d02b06f05c7e8435b8157298f4384 /print
parentf3c5ea9fa24428a7dd1945b6dfc1239d784a9457 (diff)
downloadpkgsrc-71aa16df0cddec7b21ff4964ef62982e8afff612.tar.gz
Don't use statfs() on SunOS (PR#44453).
Diffstat (limited to 'print')
-rw-r--r--print/cups/distinfo4
-rw-r--r--print/cups/patches/patch-au4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/cups/distinfo b/print/cups/distinfo
index cb27213f90b..e9076191c8d 100644
--- a/print/cups/distinfo
+++ b/print/cups/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.89 2011/12/02 14:14:58 hans Exp $
+$NetBSD: distinfo,v 1.90 2011/12/21 08:57:11 sbd Exp $
SHA1 (cups-1.5.0-source.tar.bz2) = 628f549867751e373fc20c7558fec422f9eb942b
RMD160 (cups-1.5.0-source.tar.bz2) = e7be9b6b44428561609c59abaea8fa31a11aefff
@@ -13,7 +13,7 @@ SHA1 (patch-ai) = 13725f3b4e0016acf5ead79cadb9626d1f2ce58e
SHA1 (patch-an) = 231c871e31db279e8aeafba71506f93330e0a971
SHA1 (patch-ao) = 7fe50080b9a6fd4dac186020f9351ef6000373c7
SHA1 (patch-at) = bbda891ed0820e23fe7f6fe3dd5326eeda5b3b2e
-SHA1 (patch-au) = 6d9b086f2e043bc87d07e3657e46e8cf2fbfeb59
+SHA1 (patch-au) = 0d1d3cf255b996c96b0ea798f46b08523ef22a60
SHA1 (patch-conf_Makefile) = 9bb4106e9fecaed2ba9bb67b7989f2ac9a9494fc
SHA1 (patch-config-scripts_cups-gssapi.m4) = a3505afd30f0864e3022d8f65c810b9614d82cf4
SHA1 (patch-filter_image-gif.c) = 2269cbf7e42ec80ba91c27eda4871884775f4b7a
diff --git a/print/cups/patches/patch-au b/print/cups/patches/patch-au
index 85500148bfa..6288805819d 100644
--- a/print/cups/patches/patch-au
+++ b/print/cups/patches/patch-au
@@ -1,4 +1,4 @@
-$NetBSD: patch-au,v 1.14 2011/11/13 21:49:17 sbd Exp $
+$NetBSD: patch-au,v 1.15 2011/12/21 08:57:11 sbd Exp $
--- scheduler/printers.c.orig 2011-06-15 00:46:13.000000000 +0000
+++ scheduler/printers.c
@@ -6,7 +6,7 @@ $NetBSD: patch-au,v 1.14 2011/11/13 21:49:17 sbd Exp $
# include <asl.h>
#endif /* __APPLE__ */
-+#if defined(HAVE_STATVFS) && defined(__NetBSD__)
++#if defined(HAVE_STATVFS) && ( defined(__NetBSD__) || defined(__sun) )
+#undef HAVE_STATFS
+#endif