diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-01-04 18:11:33 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-01-04 18:11:33 +0000 |
commit | 2c49566b3fdc86db72c9d9c76cefa16fbb7ea0f7 (patch) | |
tree | 804e38beb0f271eaa41583cc7a646a0cde2df555 /graphics/libpano13/files | |
parent | a8fa66ed77bcad15c3d970eff36b6740f690c916 (diff) | |
download | ports-2c49566b3fdc86db72c9d9c76cefa16fbb7ea0f7.tar.gz ports-2c49566b3fdc86db72c9d9c76cefa16fbb7ea0f7.zip |
graphics/libpano13: update to 2.9.21
- revert unapproved changes from the 2.9.20 update
- add new SUITESPARSE option
- remove superseeded patches
Relevant upstream changes:
- new optional suitesparse dependency for improved geometric
optimisation speed
- the test suite is now functional again
- a lot of fixes for potential crashes and safer handling of data
- fix for bigendian architectures
- link with libm if necessary
- various installation location and content fixes
Changelog: https://sourceforge.net/projects/panotools/files/libpano13/libpano13-2.9.21/README.txt
PR: 260819
Submitted by: fuz@fuz.su (maintainer)
Diffstat (limited to 'graphics/libpano13/files')
-rw-r--r-- | graphics/libpano13/files/patch-CMakeLists.txt | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/graphics/libpano13/files/patch-CMakeLists.txt b/graphics/libpano13/files/patch-CMakeLists.txt index ba41816f36f7..d332057e3eb4 100644 --- a/graphics/libpano13/files/patch-CMakeLists.txt +++ b/graphics/libpano13/files/patch-CMakeLists.txt @@ -1,15 +1,6 @@ ---- CMakeLists.txt.orig 2021-09-12 22:30:36 UTC +--- CMakeLists.txt.orig 2021-12-06 23:34:35 UTC +++ CMakeLists.txt -@@ -116,7 +116,7 @@ FIND_PACKAGE(PNG REQUIRED) - INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR}) - INCLUDE_DIRECTORIES(${PNG_INCLUDE_DIR}) - --set(_common_libs ${TIFF_LIBRARIES} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${PNG_LIBRARIES}) -+set(_common_libs ${TIFF_LIBRARIES} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${PNG_LIBRARIES} m) - - # - # Check build type and set options accordingly -@@ -314,7 +314,7 @@ INSTALL( +@@ -333,7 +333,7 @@ INSTALL( AUTHORS COPYING README @@ -18,7 +9,7 @@ COMPONENT headers ) INSTALL( -@@ -323,7 +323,7 @@ INSTALL( +@@ -342,7 +342,7 @@ INSTALL( doc/PTblender.readme doc/PTmender.readme doc/stitch.txt @@ -27,10 +18,3 @@ COMPONENT doc ) -@@ -488,6 +488,3 @@ if(CPACK_BINARY_RPM) - endif() - - include(CPack) -- --enable_testing() --add_subdirectory(tests) |