pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/rawtherapee



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 24 01:19:23 UTC 2022

Modified Files:
        pkgsrc/graphics/rawtherapee: distinfo
Added Files:
        pkgsrc/graphics/rawtherapee/patches: patch-rtgui_CMakeLists.txt

Log Message:
rawtherapee: do not force linking against libatomic on NetBSD

Fixes build.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/rawtherapee/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/rawtherapee/patches/patch-rtgui_CMakeLists.txt

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

Modified files:

Index: pkgsrc/graphics/rawtherapee/distinfo
diff -u pkgsrc/graphics/rawtherapee/distinfo:1.5 pkgsrc/graphics/rawtherapee/distinfo:1.6
--- pkgsrc/graphics/rawtherapee/distinfo:1.5    Tue Oct 26 10:46:50 2021
+++ pkgsrc/graphics/rawtherapee/distinfo        Sat Dec 24 01:19:23 2022
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:46:50 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/12/24 01:19:23 wiz Exp $
 
 BLAKE2s (rawtherapee-5.6.tar.xz) = c23a419ece2a813ac0f67b68b7286ad5e0b9ced26b0bf61f8eb073d34dddac22
 SHA512 (rawtherapee-5.6.tar.xz) = 2c751c7631ea2ef65c334fa0baab16d4c3161fae66487870c476f07f1ea3604a5e28a251fd98d9688cafc088302af7aa6e28e9b27a37f916715708ed5e731f0f
 Size (rawtherapee-5.6.tar.xz) = 12083264 bytes
 SHA1 (patch-CMakeLists.txt) = 64cd18cf84a8902043938ca5127857a8785b6d80
+SHA1 (patch-rtgui_CMakeLists.txt) = fb0aba9ef689c00559925e03df4e29993e671b4c

Added files:

Index: pkgsrc/graphics/rawtherapee/patches/patch-rtgui_CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/rawtherapee/patches/patch-rtgui_CMakeLists.txt:1.1
--- /dev/null   Sat Dec 24 01:19:23 2022
+++ pkgsrc/graphics/rawtherapee/patches/patch-rtgui_CMakeLists.txt      Sat Dec 24 01:19:23 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-rtgui_CMakeLists.txt,v 1.1 2022/12/24 01:19:23 wiz Exp $
+
+libatomic not needed on NetBSD either.
+
+--- rtgui/CMakeLists.txt.orig  2019-04-20 19:56:55.000000000 +0000
++++ rtgui/CMakeLists.txt
+@@ -235,7 +235,7 @@ else()
+ endif()
+ 
+ # Excluding libatomic needed by Clang/FreeBSD, #3636
+-if(OPENMP_FOUND AND NOT APPLE AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
++if(OPENMP_FOUND AND NOT APPLE AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD" AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "NetBSD")
+     set(EXTRA_LIB_RTGUI ${EXTRA_LIB_RTGUI} "atomic")
+ endif()
+ 



Home | Main Index | Thread Index | Old Index