pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/darktable
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jun 26 10:49:11 UTC 2018
Modified Files:
pkgsrc/graphics/darktable: distinfo
Added Files:
pkgsrc/graphics/darktable/patches:
patch-src_common_system__signal__handling.c
Log Message:
darktable: Fix build on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/darktable/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/darktable/patches/patch-src_common_system__signal__handling.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/darktable/distinfo
diff -u pkgsrc/graphics/darktable/distinfo:1.29 pkgsrc/graphics/darktable/distinfo:1.30
--- pkgsrc/graphics/darktable/distinfo:1.29 Tue Feb 6 12:55:52 2018
+++ pkgsrc/graphics/darktable/distinfo Tue Jun 26 10:49:10 2018
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.29 2018/02/06 12:55:52 jperkin Exp $
+$NetBSD: distinfo,v 1.30 2018/06/26 10:49:10 jperkin Exp $
SHA1 (darktable-2.2.5.tar.xz) = f60ab3f9118e96c311f286a87102ad0d647cb111
RMD160 (darktable-2.2.5.tar.xz) = 1a66797ca24dc7ef06fc5bb2fbed98724d50c0f8
SHA512 (darktable-2.2.5.tar.xz) = fbc79398660b51e580d22dbdfc9a74d213f69335d6058e2844ef397951a1e840264b6d03d1b52b424319fb647a274ac14ff23ee9a9c60071f71497988bdf989b
Size (darktable-2.2.5.tar.xz) = 3092540 bytes
SHA1 (patch-src_CMakeLists.txt) = 4535599cf1d0f6aae1909bd4dc09281311e23e0c
+SHA1 (patch-src_common_system__signal__handling.c) = 296f5618c618a9b16af2ca5a1d9ff408c437c220
SHA1 (patch-src_external_rawspeed_RawSpeed_AriDecoder.cpp) = c1c7f8b03f63295361138ec1d6dbd1d323fa69ba
SHA1 (patch-src_external_rawspeed_RawSpeed_ArwDecoder.cpp) = 435e99db5d512f6568048a8e6382f6def6e7430f
SHA1 (patch-src_external_rawspeed_RawSpeed_ColorFilterArray.cpp) = 3abfbca5078d1ed068199e96e16b8eaea4eb662d
Added files:
Index: pkgsrc/graphics/darktable/patches/patch-src_common_system__signal__handling.c
diff -u /dev/null pkgsrc/graphics/darktable/patches/patch-src_common_system__signal__handling.c:1.1
--- /dev/null Tue Jun 26 10:49:11 2018
+++ pkgsrc/graphics/darktable/patches/patch-src_common_system__signal__handling.c Tue Jun 26 10:49:11 2018
@@ -0,0 +1,18 @@
+$NetBSD: patch-src_common_system__signal__handling.c,v 1.1 2018/06/26 10:49:11 jperkin Exp $
+
+Fix build on SunOS.
+
+--- src/common/system_signal_handling.c.orig 2017-05-28 14:22:21.000000000 +0000
++++ src/common/system_signal_handling.c
+@@ -69,7 +69,11 @@ static dt_signal_handler_t *_orig_sig_ha
+
+ #if(defined(__FreeBSD_version) && (__FreeBSD_version < 800071)) || (defined(OpenBSD) && (OpenBSD < 201305)) \
+ || defined(__SUNOS__)
++#ifdef __sun
++static int dprintf(int fd, const char *fmt, ...)
++#else
+ static int dprintf(int fd, const char *fmt, ...) __attribute__((format(printf, 2, 3)))
++#endif
+ {
+ va_list ap;
+ FILE *f = fdopen(fd, "a");
Home |
Main Index |
Thread Index |
Old Index