diff options
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 6 | ||||
-rw-r--r-- | graphics/tiff/files/patch-git-01-0dbcfc5bd2eaacf8be4f57f8b7cc7369d88fafa8 | 52 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist | 6 |
4 files changed, 8 insertions, 58 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index d96d03ff891f..f4c8b7119511 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiff -DISTVERSION= 4.7.0 +DISTVERSION= 4.7.1 CATEGORIES= graphics MASTER_SITES= https://download.osgeo.org/libtiff/ diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 84e8ebf6ad62..df78c7e1ff60 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726901517 -SHA256 (tiff-4.7.0.tar.xz) = 273a0a73b1f0bed640afee4a5df0337357ced5b53d3d5d1c405b936501f71017 -SIZE (tiff-4.7.0.tar.xz) = 2286220 +TIMESTAMP = 1758254359 +SHA256 (tiff-4.7.1.tar.xz) = b92017489bdc1db3a4c97191aa4b75366673cb746de0dce5d7a749d5954681ba +SIZE (tiff-4.7.1.tar.xz) = 2358600 diff --git a/graphics/tiff/files/patch-git-01-0dbcfc5bd2eaacf8be4f57f8b7cc7369d88fafa8 b/graphics/tiff/files/patch-git-01-0dbcfc5bd2eaacf8be4f57f8b7cc7369d88fafa8 deleted file mode 100644 index 765bf56f26da..000000000000 --- a/graphics/tiff/files/patch-git-01-0dbcfc5bd2eaacf8be4f57f8b7cc7369d88fafa8 +++ /dev/null @@ -1,52 +0,0 @@ -From 0dbcfc5bd2eaacf8be4f57f8b7cc7369d88fafa8 Mon Sep 17 00:00:00 2001 -From: "Daniel E @diizzyy" <unknown@example.com> -Date: Sun, 20 Oct 2024 22:45:15 +0200 -Subject: [PATCH] CMake: fix build with LLVM/Clang 17+ - -Fixes #651 ---- - cmake/LinkerChecks.cmake | 7 ++++++- - libtiff/CMakeLists.txt | 9 +++++++-- - 2 files changed, 13 insertions(+), 3 deletions(-) - -diff --git a/cmake/LinkerChecks.cmake b/cmake/LinkerChecks.cmake -index ad1f0f9ff..90496bd2e 100644 ---- cmake/LinkerChecks.cmake -+++ cmake/LinkerChecks.cmake -@@ -39,7 +39,12 @@ VERS_2 { - } VERS_1; - ") - set(CMAKE_REQUIRED_FLAGS_SAVE ${CMAKE_REQUIRED_FLAGS}) --set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/conftest.map") -+if (CMAKE_VERSION GREATER_EQUAL 3.29 AND CMAKE_C_COMPILER_LINKER_ID STREQUAL "LLD" AND CMAKE_C_COMPILER_LINKER_VERSION GREATER_EQUAL 17) -+ set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} -Wl,--undefined-version "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/conftest.map") -+else() -+ set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/conftest.map") -+endif() -+ - check_c_source_compiles("int main(void){return 0;}" HAVE_LD_VERSION_SCRIPT) - set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS_SAVE}) - file(REMOVE "${CMAKE_CURRENT_BINARY_DIR}/conftest.map") -diff --git a/libtiff/CMakeLists.txt b/libtiff/CMakeLists.txt -index a8aa0c320..2762fab7c 100755 ---- libtiff/CMakeLists.txt -+++ libtiff/CMakeLists.txt -@@ -201,8 +201,13 @@ if(NOT CYGWIN) - set_target_properties(tiff PROPERTIES VERSION ${SO_VERSION}) - endif() - if(HAVE_LD_VERSION_SCRIPT) -- set_target_properties(tiff PROPERTIES LINK_FLAGS -- "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiff.map") -+ if (CMAKE_VERSION GREATER_EQUAL 3.29 AND CMAKE_C_COMPILER_LINKER_ID STREQUAL "LLD" AND CMAKE_C_COMPILER_LINKER_VERSION GREATER_EQUAL 17) -+ set_target_properties(tiff PROPERTIES LINK_FLAGS -+ "-Wl,--undefined-version -Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiff.map") -+ else() -+ set_target_properties(tiff PROPERTIES LINK_FLAGS -+ "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiff.map") -+ endif() - endif() - - if(tiff-install) --- -GitLab - diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index afe399914e2f..25b30b1e8cb9 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -27,10 +27,10 @@ lib/cmake/tiff/TiffTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/tiff/TiffTargets.cmake lib/libtiff.so lib/libtiff.so.6 -lib/libtiff.so.6.1.0 +lib/libtiff.so.6.2.0 lib/libtiffxx.so lib/libtiffxx.so.6 -lib/libtiffxx.so.6.1.0 +lib/libtiffxx.so.6.2.0 libdata/pkgconfig/libtiff-4.pc %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/LICENSE.md @@ -188,6 +188,7 @@ libdata/pkgconfig/libtiff-4.pc %%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.5.1.rst.txt %%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.6.0.rst.txt %%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.7.0.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.7.1.rst.txt %%PORTDOCS%%%%DOCSDIR%%/manual/_sources/rfcs/index.rst.txt %%PORTDOCS%%%%DOCSDIR%%/manual/_sources/rfcs/rfc1_psc.rst.txt %%PORTDOCS%%%%DOCSDIR%%/manual/_sources/rfcs/rfc2_restoring_needed_tools.rst.txt @@ -369,6 +370,7 @@ libdata/pkgconfig/libtiff-4.pc %%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.5.1.html %%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.6.0.html %%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.7.0.html +%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.7.1.html %%PORTDOCS%%%%DOCSDIR%%/manual/rfcs/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/rfcs/rfc1_psc.html %%PORTDOCS%%%%DOCSDIR%%/manual/rfcs/rfc2_restoring_needed_tools.html |