mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
graphics/art: update 1.25.2 → 1.25.3
This commit is contained in:
parent
6bca243797
commit
d039a052c7
3 changed files with 7 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= art
|
||||
DISTVERSION= 1.25.2
|
||||
DISTVERSION= 1.25.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://github.com/artpixls/ART/releases/download/${DISTVERSION}/
|
||||
PKGNAMESUFFIX= -raw-image-editor
|
||||
|
@ -54,7 +54,7 @@ LTO_CMAKE_BOOL= WITH_LTO
|
|||
MIMALLOC_DESC= Enable mimalloc allocator
|
||||
MIMALLOC_CMAKE_BOOL= ENABLE_MIMALLOC
|
||||
MIMALLOC_LIB_DEPENDS= libmimalloc.so:devel/mimalloc
|
||||
MIMALLOC_BROKEN= mimalloc crashes, see https://github.com/microsoft/mimalloc/issues/1007 and https://github.com/artpixls/ART/issues/357
|
||||
MIMALLOC_BROKEN= mimalloc crashes, see https://github.com/microsoft/mimalloc/issues/1007
|
||||
|
||||
.if exists(/usr/include/omp.h)
|
||||
OPTIONS_DEFINE+= OPENMP
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1738957099
|
||||
SHA256 (ART-1.25.2.tar.xz) = b5ceaf982d7ee8a35bcb163426f3853437e4e43f7c6e2aeeb63cf5bce783ec50
|
||||
SIZE (ART-1.25.2.tar.xz) = 19604996
|
||||
TIMESTAMP = 1741146570
|
||||
SHA256 (ART-1.25.3.tar.xz) = b40f624094696f9a45050cd19a353d74664fe9a0b984db01fed4f48f0228df56
|
||||
SIZE (ART-1.25.3.tar.xz) = 19605708
|
||||
|
|
|
@ -1,15 +1,6 @@
|
|||
--- CMakeLists.txt.orig 2025-02-02 16:44:30 UTC
|
||||
--- CMakeLists.txt.orig 2025-03-04 16:20:12 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -604,7 +604,7 @@ set(ART_MIMALLOC_VERSION_INFO "N/A")
|
||||
endif()
|
||||
|
||||
set(ART_MIMALLOC_VERSION_INFO "N/A")
|
||||
-if(NOT APPLE)
|
||||
+if(NOT APPLE AND ENABLE_MIMALLOC)
|
||||
set(HAS_MIMALLOC)
|
||||
if(NOT WITH_SAN)
|
||||
find_package(mimalloc)
|
||||
@@ -644,7 +644,7 @@ if(ENABLE_CTL)
|
||||
@@ -641,7 +641,7 @@ if(ENABLE_CTL)
|
||||
endif()
|
||||
|
||||
if(ENABLE_CTL)
|
||||
|
|
Loading…
Add table
Reference in a new issue