pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/innoextract



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 27 07:06:46 UTC 2025

Modified Files:
        pkgsrc/archivers/innoextract: Makefile distinfo
        pkgsrc/archivers/innoextract/patches: patch-CMakeLists.txt

Log Message:
innoextract: fix build with boost-1.89.0


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/archivers/innoextract/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/innoextract/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/archivers/innoextract/patches/patch-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/archivers/innoextract/Makefile
diff -u pkgsrc/archivers/innoextract/Makefile:1.33 pkgsrc/archivers/innoextract/Makefile:1.34
--- pkgsrc/archivers/innoextract/Makefile:1.33  Wed Jan 22 12:47:49 2025
+++ pkgsrc/archivers/innoextract/Makefile       Sat Sep 27 07:06:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2025/01/22 12:47:49 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/09/27 07:06:46 adam Exp $
 
 DISTNAME=      innoextract-1.9
 PKGREVISION=   12
@@ -16,7 +16,6 @@ USE_LANGUAGES=                c c++
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}
 CMAKE_CONFIGURE_ARGS+= -DSET_OPTIMIZATION_FLAGS=OFF
 
-.include "../../devel/cmake/build.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"

Index: pkgsrc/archivers/innoextract/distinfo
diff -u pkgsrc/archivers/innoextract/distinfo:1.12 pkgsrc/archivers/innoextract/distinfo:1.13
--- pkgsrc/archivers/innoextract/distinfo:1.12  Sun Aug 17 08:36:49 2025
+++ pkgsrc/archivers/innoextract/distinfo       Sat Sep 27 07:06:46 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2025/08/17 08:36:49 wiz Exp $
+$NetBSD: distinfo,v 1.13 2025/09/27 07:06:46 adam Exp $
 
 BLAKE2s (innoextract-1.9.tar.gz) = 1dca12efdfc57920e81b3a5d8a4ad776e9a7fb86d4ecd4177c03e26b928b3106
 SHA512 (innoextract-1.9.tar.gz) = 2b18f7bb7f50744bcb1bdcd25e57e0760193b179c77b55e0f63c537e55afc98de3b0380da3cae470ce97660ed41a7ffbb48c8c25329c9ce9b3811d9aec74bcde
 Size (innoextract-1.9.tar.gz) = 206931 bytes
-SHA1 (patch-CMakeLists.txt) = 69493f330d32e0c63737443b1e9647633146e0eb
+SHA1 (patch-CMakeLists.txt) = 939431f9236031b6b1db3ded40c083e5f21c641c
 SHA1 (patch-cmake_VersionScript.cmake) = caca73ac9b30ca00cfc89bab8a5330102e221869
 SHA1 (patch-src_stream_slice.cpp) = d98f14b988d17d3e85199fa9480e5b308497bafd

Index: pkgsrc/archivers/innoextract/patches/patch-CMakeLists.txt
diff -u pkgsrc/archivers/innoextract/patches/patch-CMakeLists.txt:1.3 pkgsrc/archivers/innoextract/patches/patch-CMakeLists.txt:1.4
--- pkgsrc/archivers/innoextract/patches/patch-CMakeLists.txt:1.3       Wed Jan 22 12:47:49 2025
+++ pkgsrc/archivers/innoextract/patches/patch-CMakeLists.txt   Sat Sep 27 07:06:46 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2025/01/22 12:47:49 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2025/09/27 07:06:46 adam Exp $
 
 First part: use proper variable for boost include directories
 
@@ -7,7 +7,12 @@ https://github.com/dscharrer/innoextract
 
 --- CMakeLists.txt.orig        2020-08-09 18:48:04.000000000 +0000
 +++ CMakeLists.txt
-@@ -160,11 +160,15 @@ find_package(Boost REQUIRED COMPONENTS
+@@ -155,16 +155,19 @@ find_package(Boost REQUIRED COMPONENTS
+       iostreams
+       filesystem
+       date_time
+-      system
+       program_options
  )
  list(APPEND LIBRARIES ${Boost_LIBRARIES})
  link_directories(${Boost_LIBRARY_DIRS})



Home | Main Index | Thread Index | Old Index