diff --git a/graphics/art/Makefile b/graphics/art/Makefile index 860986a4b21d..f2cd1849b0b6 100644 --- a/graphics/art/Makefile +++ b/graphics/art/Makefile @@ -1,71 +1,71 @@ 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 DISTNAME= ${PORTNAME:tu}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Raw image processing program WWW= https://art.pixls.us/ \ https://github.com/artpixls/ART LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_armv7= compilation fails: use of overloaded operator '[]' is ambiguous, see https://bitbucket.org/agriggio/art/issues/256/build-fails-on-32-bit-architectures-use-of BROKEN_i386= ld: error: undefined symbol: __atomic_load EXTRACT_DEPENDS= gtar:archivers/gtar # bsdtar(1) complains about hard links to itself BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libraw_r.so:graphics/libraw \ libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 \ libfftw3f.so:math/fftw3-float \ libharfbuzz.so:print/harfbuzz \ liblensfun.so:graphics/lensfun \ liblcms2.so:graphics/lcms2 \ libOpenColorIO.so:graphics/opencolorio \ libtiff.so:graphics/tiff USES= cmake compiler:c++11-lang desktop-file-utils gnome jpeg pkgconfig tar:xz xorg USE_GNOME= atk atkmm cairo cairomm glibmm gtkmm30 librsvg2 USE_XORG= x11 EXTRACT_CMD= gtar CXXFLAGS+= -I${LOCALBASE}/include/Imath # workaround for https://bitbucket.org/agriggio/art/issues/339/1241-build-fails-usr-local-include-ctl LDFLAGS+= -lpthread # otherwise build breaks on some systems: error: undefined symbol: pthread_create OPTIONS_DEFINE= CTL LTO MIMALLOC OPTIONS_DEFAULT= CTL LTO CTL_DESC= Enable support for the ACES Color Transformation Language CTL_CMAKE_BOOL= ENABLE_CTL CTL_LIB_DEPENDS= libIlmCtl.so:graphics/ctl \ libImath.so:math/Imath \ libOpenEXR.so:graphics/openexr \ libpng16.so:graphics/png 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 OPTIONS_DEFAULT+= OPENMP OPENMP_CMAKE_BOOL= OPTION_OMP .else CMAKE_OFF= OPTION_OMP .endif post-install: ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/ART .include diff --git a/graphics/art/distinfo b/graphics/art/distinfo index c399efa4a378..997a6c616e61 100644 --- a/graphics/art/distinfo +++ b/graphics/art/distinfo @@ -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 diff --git a/graphics/art/files/patch-CMakeLists.txt b/graphics/art/files/patch-CMakeLists.txt index 634182b7863c..6c7b84266664 100644 --- a/graphics/art/files/patch-CMakeLists.txt +++ b/graphics/art/files/patch-CMakeLists.txt @@ -1,20 +1,11 @@ ---- 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) - find_path(CTL_INCLUDE_DIR NAMES "CtlInterpeter.h" PATH_SUFFIXES "CTL") + find_path(CTL_INCLUDE_DIR NAMES "CtlVersion.h" PATH_SUFFIXES "CTL") pkg_check_modules(OPENEXR OpenEXR>=3) #find_path(_openexr_half OpenEXR/half.h) if(CTL_LIBRARY_DIR)