pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups-base Fix building on newer macOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebca6f094f19
branches:  trunk
changeset: 372860:ebca6f094f19
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 19 08:23:53 2017 +0000

description:
Fix building on newer macOS.

diffstat:

 print/cups-base/distinfo                                   |   3 +-
 print/cups-base/patches/patch-config-scripts_cups-opsys.m4 |  16 ++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 7ae0130e57b9 -r ebca6f094f19 print/cups-base/distinfo
--- a/print/cups-base/distinfo  Tue Dec 19 08:22:45 2017 +0000
+++ b/print/cups-base/distinfo  Tue Dec 19 08:23:53 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2017/12/02 20:02:35 leot Exp $
+$NetBSD: distinfo,v 1.3 2017/12/19 08:23:53 adam Exp $
 
 SHA1 (cups-2.2.6-source.tar.gz) = b5e3389fb9450bfed377c95c0230c029c053acc4
 RMD160 (cups-2.2.6-source.tar.gz) = 7f4689e9102916d4190ffbb958e58d447c0fa146
@@ -15,6 +15,7 @@
 SHA1 (patch-config-scripts_cups-gssapi.m4) = ac2df3e82bc844630af8462a461c7efe1da4b354
 SHA1 (patch-config-scripts_cups-libtool.m4) = a6139fbbbee7038d11654c0a2387af21f48b7412
 SHA1 (patch-config-scripts_cups-manpages.m4) = 5cc943738df29f11fc366557938b82c1e9162344
+SHA1 (patch-config-scripts_cups-opsys.m4) = 73524f5c406664038e3f7111fd5faf67699edf61
 SHA1 (patch-cups-tls.c) = f89c25f8089d9e11a983a270adbb2cbde3c22511
 SHA1 (patch-doc-help-man-cups-files.conf.html) = fcd3d06c00b0a85b6c0790235ccb68685252ea68
 SHA1 (patch-man-cups-files.conf.man.in) = 1563a7be3327a975ce8753a3287947f1594975a3
diff -r 7ae0130e57b9 -r ebca6f094f19 print/cups-base/patches/patch-config-scripts_cups-opsys.m4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/cups-base/patches/patch-config-scripts_cups-opsys.m4        Tue Dec 19 08:23:53 2017 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-config-scripts_cups-opsys.m4,v 1.1 2017/12/19 08:23:53 adam Exp $
+
+Fix building on newer macOS.
+
+--- config-scripts//cups-opsys.m4.orig 2017-12-19 08:18:26.000000000 +0000
++++ config-scripts//cups-opsys.m4
+@@ -22,9 +22,6 @@ if test "x$host_os_version" = x; then
+         host_os_version="0"
+ fi
+ 
+-if test "$host_os_name" = darwin -a $host_os_version -lt 120; then
+-        AC_MSG_ERROR([Sorry, this version of CUPS requires macOS 10.8 or higher.])
+-fi
+ 
+ dnl Determine whether we are cross-compiling...
+ if test "$build" = "$host"; then



Home | Main Index | Thread Index | Old Index