IABSD.fr/ports/archivers/innoextract

Branch :


Log

Author Commit Date CI Message
48ae299a 2024-11-25 04:04:01 Prepare for build with newer versions of boost by explictly including directory.hpp. Found by tb@ - thanks!
1aad0f31 2023-09-05 14:59:17 switch ports to new SITES note that sltar, unarj, ha have unresponsive SITES.
b2eabd88 2022-03-11 18:16:02 drop RCS Ids
0de194c3 2021-09-19 05:24:30 Remove boost version checks and bump after boost rollback
de0889a5 2021-08-24 20:32:52 innoextract: unbreak on clang+ld.bfd archs Innoextract used to fail to build on these archs due to undefined references at linking time, because of the `--as-needed' linker flag. There was a powerpc specific fix, but since then mips64 can also build innoextract. Extend the fix by disabling optimizations on all clang+ld.bfd archs. This only impacts mips64 now that macppc moved to ld.lld, but may be useful to sparc64 in the future if it moves to clang. Build tested on mips64 by Yifei Zhan < openbsd () zhan ! science >, and macppc by me (with ld.lld). There is no impact on other archs. No objection from thfr@ (maintainer)
24a5f1e9 2020-12-15 19:38:22 innoextract: unbreak on powerpc The -Wl,--as-needed linker flag causes the std::unique_ptr configure test to fail due to undefined reference errors. A fallback exists, using std::auto_ptr, but it has been removed from the C++17 standard, used by upstream. Remove the use of -Wl,--as-needed on powerpc, so we use the same code on all archs, instead of reenabling std::auto_ptr by force. OK thfr@ (maintainer)
8f592cc3 2020-11-05 11:23:30 adjust for boost 1.70, from Brad (i think)
078a7cf6 2020-09-04 05:07:08 update to innoextract 1.9; tested with GOG archives for Lands of Lore and Dead Cells
8be03671 2020-03-07 17:48:59 trivial update to innoextract 1.8 revert to using MASTER_SITES again successfully extracts a few test archives from GOG.com While here, add comments with reason for COMPILER=base-clang ports-gcc (C++17), and reason for WANTLIBs boost_system-mt and pthread which portcheck lists as "Extra" Changelog: https://constexpr.org/innoextract/changelog
9fe1e38b 2019-07-12 20:43:27 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes