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: Wed Apr 21 13:18:23 UTC 2021
Modified Files:
pkgsrc/print/cups-base: distinfo
Added Files:
pkgsrc/print/cups-base/patches: patch-cups_versioning.h
Log Message:
cups-base: fix building on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/cups-base/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/cups-base/patches/patch-cups_versioning.h
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.27 pkgsrc/print/cups-base/distinfo:1.28
--- pkgsrc/print/cups-base/distinfo:1.27 Sun Mar 14 08:43:31 2021
+++ pkgsrc/print/cups-base/distinfo Wed Apr 21 13:18:22 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2021/03/14 08:43:31 wiz Exp $
+$NetBSD: distinfo,v 1.28 2021/04/21 13:18:22 adam Exp $
SHA1 (cups-2.3.3op2-source.tar.gz) = 23108e0f6ca7d8caa1a6a6224f5322e21ba0a27d
RMD160 (cups-2.3.3op2-source.tar.gz) = a2ed690fab3575ede399a2f54f908b1a9dc32ced
@@ -20,6 +20,7 @@ SHA1 (patch-config-scripts_cups-libtool.
SHA1 (patch-cups-tls.c) = b02bc528b6d551283373f271529d6f1956e1c7df
SHA1 (patch-cups_http-addrlist.c) = aa2524ee1c11450cfa3a46b1aa34c12417322241
SHA1 (patch-cups_thread.c) = 453f8bd9e13b7b824cc7add75ea9ef49b8e0c991
+SHA1 (patch-cups_versioning.h) = 51bfad8f0d399d5087e05773e002e4ab17f00f1c
SHA1 (patch-doc-help-man-cups-files.conf.html) = c26754104788eb619e69e49d6d51bf84ab047876
SHA1 (patch-man-cups-files.conf.man.in) = 51c06d39e20bf8c39c784fec1f32f6c8100cf821
SHA1 (patch-scheduler-conf.c) = 1e3e116b6a0b5696656afe259ed48f6274ff6b57
Added files:
Index: pkgsrc/print/cups-base/patches/patch-cups_versioning.h
diff -u /dev/null pkgsrc/print/cups-base/patches/patch-cups_versioning.h:1.1
--- /dev/null Wed Apr 21 13:18:23 2021
+++ pkgsrc/print/cups-base/patches/patch-cups_versioning.h Wed Apr 21 13:18:22 2021
@@ -0,0 +1,14 @@
+$NetBSD: patch-cups_versioning.h,v 1.1 2021/04/21 13:18:22 adam Exp $
+
+Fix building on Darwin.
+
+--- cups/versioning.h.orig 2021-02-21 14:28:23.000000000 +0000
++++ cups/versioning.h
+@@ -39,6 +39,7 @@
+
+ # ifdef __APPLE__
+ # include <os/availability.h>
++# include <TargetConditionals.h>
+ # endif /* __APPLE__ */
+
+ # ifdef __has_extension /* Clang */
Home |
Main Index |
Thread Index |
Old Index