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:           Sun Apr 21 16:08:30 UTC 2024

Modified Files:
        pkgsrc/archivers/innoextract: Makefile distinfo
Added Files:
        pkgsrc/archivers/innoextract/patches: patch-src_stream_slice.cpp

Log Message:
innoextract: fix build with newer boost


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/archivers/innoextract/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/innoextract/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/archivers/innoextract/patches/patch-src_stream_slice.cpp

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.28 pkgsrc/archivers/innoextract/Makefile:1.29
--- pkgsrc/archivers/innoextract/Makefile:1.28  Fri Dec 29 18:24:34 2023
+++ pkgsrc/archivers/innoextract/Makefile       Sun Apr 21 16:08:29 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2023/12/29 18:24:34 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/04/21 16:08:29 adam Exp $
 
 DISTNAME=      innoextract-1.9
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    archivers
 MASTER_SITES=  https://constexpr.org/innoextract/files/
 
@@ -10,8 +10,8 @@ HOMEPAGE=     https://constexpr.org/innoextr
 COMMENT=       Tool to unpack installers created by Inno Setup
 LICENSE=       zlib
 
-USE_CMAKE=     yes
-USE_LANGUAGES= c c++
+USE_CXX_FEATURES=      filesystem
+USE_LANGUAGES=         c c++
 
 .include "../../devel/cmake/build.mk"
 
@@ -21,4 +21,5 @@ CMAKE_ARGS+=  -DSET_OPTIMIZATION_FLAGS=OF
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/innoextract/distinfo
diff -u pkgsrc/archivers/innoextract/distinfo:1.9 pkgsrc/archivers/innoextract/distinfo:1.10
--- pkgsrc/archivers/innoextract/distinfo:1.9   Tue Oct 26 09:57:07 2021
+++ pkgsrc/archivers/innoextract/distinfo       Sun Apr 21 16:08:29 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 09:57:07 nia Exp $
+$NetBSD: distinfo,v 1.10 2024/04/21 16:08:29 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-src_stream_slice.cpp) = 38df0b08941f4a72c2aa29d18a4829cb2b6c27f8

Added files:

Index: pkgsrc/archivers/innoextract/patches/patch-src_stream_slice.cpp
diff -u /dev/null pkgsrc/archivers/innoextract/patches/patch-src_stream_slice.cpp:1.1
--- /dev/null   Sun Apr 21 16:08:30 2024
+++ pkgsrc/archivers/innoextract/patches/patch-src_stream_slice.cpp     Sun Apr 21 16:08:30 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_stream_slice.cpp,v 1.1 2024/04/21 16:08:30 adam Exp $
+
+Fix build with newer boost.
+
+--- src/stream/slice.cpp.orig  2024-04-21 16:03:13.394516482 +0000
++++ src/stream/slice.cpp
+@@ -26,6 +26,7 @@
+ 
+ #include <boost/cstdint.hpp>
+ #include <boost/algorithm/string/predicate.hpp>
++#include <boost/filesystem/directory.hpp>
+ #include <boost/filesystem/operations.hpp>
+ #include <boost/range/size.hpp>
+ 



Home | Main Index | Thread Index | Old Index