pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-base



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 19 08:23:53 UTC 2017

Modified Files:
        pkgsrc/print/cups-base: distinfo
Added Files:
        pkgsrc/print/cups-base/patches: patch-config-scripts_cups-opsys.m4

Log Message:
Fix building on newer macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/cups-base/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/print/cups-base/patches/patch-config-scripts_cups-opsys.m4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-base/distinfo
diff -u pkgsrc/print/cups-base/distinfo:1.2 pkgsrc/print/cups-base/distinfo:1.3
--- pkgsrc/print/cups-base/distinfo:1.2 Sat Dec  2 20:02:35 2017
+++ pkgsrc/print/cups-base/distinfo     Tue Dec 19 08:23:53 2017
@@ -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-director
 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

Added files:

Index: pkgsrc/print/cups-base/patches/patch-config-scripts_cups-opsys.m4
diff -u /dev/null pkgsrc/print/cups-base/patches/patch-config-scripts_cups-opsys.m4:1.1
--- /dev/null   Tue Dec 19 08:23:53 2017
+++ pkgsrc/print/cups-base/patches/patch-config-scripts_cups-opsys.m4   Tue Dec 19 08:23:53 2017
@@ -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