Commit graph

30 commits

Author SHA1 Message Date
jperkin
142396acdf bsdtar: Ensure iconv is not picked up accidentally. 2021-10-11 20:27:50 +00:00
rillig
aada5db7e0 archivers/bsdtar: avoid circular dependency with PKG_DEVELOPER checks
bsdtar is used as the default extractor for distfiles. It is installed
very early in the pkgsrc lifecycle, directly after bootstrapping. At that
point, neither of checkperms nor check-portability may be installed yet.
2020-03-12 20:50:30 +00:00
rillig
a928eff0ca archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:54:25 +00:00
ryoon
dcdb268fb3 Fix build with OpenSSL 1.1 under NetBSD 8.99.12 2018-02-13 12:50:40 +00:00
bsiegert
813892501e Disable ACL support on ChromeOS.
For some reason, the configure script mis-detects acl support, then
fails to build because the header file is missing.
2017-11-25 15:48:49 +00:00
jperkin
30b4ccc1eb Ensure lzma support is explicitly disabled when not using builtin xz. 2016-01-27 12:26:11 +00:00
adam
f5e3e6cf5a Changes 3.1.2:
This is a maintenance update to fix issues with the new RAR seeking
feature. This new release also contains fixes for build failures when
building libarchive using Visual Studio 2012 and MinGW.
2015-01-17 12:44:47 +00:00
ryoon
38c1b23cb6 Fix SCO OpenServer 5.0.7/3.2 build. 2014-07-18 11:08:29 +00:00
jperkin
2f75460771 Only disable OpenSSL if not using a builtin implementation. 2013-06-13 21:36:46 +00:00
jperkin
e482b58899 Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC.

Bump PKGREVISION.
2013-06-13 16:25:19 +00:00
asau
4eca2cfc6f "user-destdir" is default these days 2012-09-11 19:46:52 +00:00
joerg
573c1a6bf5 Bump libarchive and bsdtar to 2.8.4. 2010-07-09 12:03:55 +00:00
joerg
2d0d9c47d0 libarchive 2.8.3 and bsdtar-2.8.3 2010-03-16 17:13:47 +00:00
joerg
15c6bb0417 Update build infrastructure for libarchive 2.8.2. 2010-03-14 18:40:15 +00:00
joerg
53a518f45a Update build rules for bsdtar and libarchive 2.8.0 2010-02-20 03:56:14 +00:00
rillig
ed46b8e252 Fixed some pkglint warnings. 2009-07-17 04:47:27 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
a86584ed84 Explicitly disable building the shared libarchive. This fails to link
on HP-UX against the static libz.a used if the system doesn't have
a native version. It also reduces build time in other cases.
2008-09-22 20:19:18 +00:00
joerg
489db20e86 Update libarchive and bsdtar to 2.5.5.
This further polishes bsdcpio and brings in a number of portability
fixes.

Revert temporary hack to not use vfork on IRIX.
2008-07-14 14:56:50 +00:00
joerg
5664f05a84 Add a temporary workaround for missing vfork on IRIX.
Fixes PR 38674, tested by tnn@.
2008-07-13 14:25:04 +00:00
joerg
bbbef11745 Update build glue for libarchive 2.5.4b. 2008-05-25 19:50:05 +00:00
joerg
62d3ff5b12 Update to libarchive-2.5.1b. Fix a counter bug and make UTF8 conversion
for PAX format more robust.
2008-04-25 15:29:34 +00:00
joerg
63350be898 Update libarchive and bsdtar to 1.5.0b.
- Improve hardlink handling of hardlinks in bsdcpio
- Extend linkify to handle all sane hardlink strategies
- Improve mtree support
- Make bsdtar and bsdcpio more like the NetBSD counterparts
- Drop uudecode dependency.
2008-03-29 14:41:01 +00:00
joerg
e0394bac7c Update to bsdtar-2.4.14 and libarchive-2.4.14. 2008-03-15 11:05:29 +00:00
joerg
a91b2e794d Update build infrastructure for libarchive-2.4.13. 2008-02-26 13:54:14 +00:00
tnn
44223da99f trailing white-space 2008-01-12 06:17:14 +00:00
bjs
f3255c7087 Diction/spelling/grammar fixes. 2007-12-11 17:35:57 +00:00
joerg
d9124f9244 Remove explicit set of USE_BUILTIN.bzip2 and .zlib, it breaks the build
on amd64.
2007-11-30 21:54:06 +00:00
joerg
9d0a207b56 Update to libarchive-2.4.0:
- portability fixes
- run format auction only once, simpler and more reliable
- speed up handling of uncompressed archives
- fix skipping of archive entries of exactly 4GB size on 32bit platforms
- fix reading files > 8 GB from tar archives
- many improvements for bsdcpio
2007-11-30 21:32:27 +00:00
joerg
c3d48fbb81 Import bsdtar, a tar-frontend for libarchive. This version is using
either system zlib and bz2 or statically including them, making
the package standalone. It is supposed to replace pax/tar for
bootstrap.
2007-08-15 22:26:29 +00:00