| #
75b9bcb5 |
| 21-Nov-2024 |
riastradh <riastradh@NetBSD.org> |
tests/lib/libarchive: Link against libarchive statically.
The tests reach into libarchive guts, so they don't work with only the public symbols, which are all that libarchive.so exports now.
PR lib
tests/lib/libarchive: Link against libarchive statically.
The tests reach into libarchive guts, so they don't work with only the public symbols, which are all that libarchive.so exports now.
PR lib/58829: libarchive exports excess symbols
show more ...
|
| #
de0cf14c |
| 13-Nov-2024 |
riastradh <riastradh@NetBSD.org> |
makemandb(8): Fix static build with PROGDPLIBS.
XXX This shouldn't have to mention transitive dependencies -- we should have a mechanism for upstream build goo for libarchive to transmit the informa
makemandb(8): Fix static build with PROGDPLIBS.
XXX This shouldn't have to mention transitive dependencies -- we should have a mechanism for upstream build goo for libarchive to transmit the information automatically to downstream build goo for makemandb.
show more ...
|
| #
7c5d5dfd |
| 30-Oct-2024 |
christos <christos@NetBSD.org> |
Hook zstd to the build and enable it for libarchive and file.
|
| #
b19b115b |
| 17-Oct-2024 |
christos <christos@NetBSD.org> |
Add more files, sort
|
| #
d11fba48 |
| 13-Jun-2024 |
martin <martin@NetBSD.org> |
Add new test files for new libarchive version
|
| #
2e6deac8 |
| 10-Jun-2024 |
kre <kre@NetBSD.org> |
One more no-longer-existing file we cannot install
|
| #
a9bd3c38 |
| 10-Jun-2024 |
kre <kre@NetBSD.org> |
More libarchive update fallout. There are no _2x files any more.
|
| #
382e5ca0 |
| 10-Jun-2024 |
kre <kre@NetBSD.org> |
More libarchive build fallout. With these changes, "build.sh build" works for me (amd64). Testing "build.sh release" in parallel with this commit.
|
| #
12824b34 |
| 10-Jun-2024 |
christos <christos@NetBSD.org> |
make it build (should add more tests)
|
| #
4117746b |
| 09-Jun-2024 |
kre <kre@NetBSD.org> |
Don't try to build test_compat_pax_libarchive_2x or test_read_pax_schily_xattr
Both of those were removed in the recent libarchive update:
Removed Files: src/external/bsd/libarchive/dist: CONTR
Don't try to build test_compat_pax_libarchive_2x or test_read_pax_schily_xattr
Both of those were removed in the recent libarchive update:
Removed Files: src/external/bsd/libarchive/dist: CONTRIBUTING.md src/external/bsd/libarchive/dist/libarchive/test: test_compat_pax_libarchive_2x.c test_compat_pax_libarchive_2x.tar.Z.uu test_read_pax_schily_xattr.c test_read_pax_schily_xattr.tar.uu
show more ...
|
| #
c4b7a9e7 |
| 03-Jun-2023 |
lukem <lukem@NetBSD.org> |
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPL
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
show more ...
|
| #
bf982b61 |
| 07-Jun-2020 |
fox <fox@NetBSD.org> |
tests/lib/libarchive: Suppress -Werror=stringop-truncation error
This logic correctly uses strncpy(3) to fully initialize a fixed-width field, and also ensures NUL-termination on the next line as ot
tests/lib/libarchive: Suppress -Werror=stringop-truncation error
This logic correctly uses strncpy(3) to fully initialize a fixed-width field, and also ensures NUL-termination on the next line as other users of the field expect.
Add -Werror=stringop-truncation to prevent build failure, when run with MKSANITIZER=yes.
Error was reported when build.sh was run with MKSANITIZER=yes flag.
Reviewed by: kamil@
show more ...
|
| #
d6c17dbb |
| 19-Jan-2020 |
christos <christos@NetBSD.org> |
Fix static linking (sun2)
|
| #
63fc2f47 |
| 18-Jan-2020 |
christos <christos@NetBSD.org> |
not require .d files for the build.
|
| #
968f5fa0 |
| 18-Jan-2020 |
ryoon <ryoon@NetBSD.org> |
Fix build. Three list.h files are required to generate .d files
|
| #
77da719c |
| 17-Jan-2020 |
christos <christos@NetBSD.org> |
new tests
|