summaryrefslogtreecommitdiff
path: root/archivers/pax
AgeCommit message (Collapse)AuthorFilesLines
2005-05-31Changed values of some variables to "yes" instead of #defined.rillig1-7/+7
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2004-12-12update config.{sub,guess} for various bootstrap tools. fixes build ongrant2-173/+374
newer platforms such as DragonFly. fixes PR pkg/28579 from Todd Willey.
2004-08-21Fix the version number of the package in the configure script, and modifyjlam3-19/+16
the Makefiles so that they can be built by really basic make programs.
2004-08-21Check for a few more system headers after the update to pax-20040804.jlam3-10/+17
2004-08-21Mirror change in archivers/mtree by <heinz> on 2004/04/16:jlam7-15/+179
Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead of HAVE_STRUCT_STAT_ST_FLAGS. This avoids confusion on UnixWare which has 'st_flags' but does _not_ support file flags.
2004-08-21Update archivers/pax to 20040802 (latest version on src HEAD). Changesjlam30-170/+759
from previous include: - include a pax2nbcompat script to ease importing from src HEAD into pkgsrc. * for copy mode, show more meaningful information on SIGINFO.
2004-08-14If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a localjlam1-2/+9
version of libnbcompat instead of requiring libnbcompat to be installed. This simplifies testing of bootstrap packages without root privileges on a system that has already been bootstrapped.
2004-08-13Check for all system headers needed in the sources.jlam3-278/+559
2004-07-03bump to 20040703.grant1-2/+2
2004-07-03sync with src:grant1-13/+19
Salvage the `create parent directories and try again' path which is removed by the previous commit.
2004-06-26bump to 20040626.grant1-2/+2
2004-06-26sync with src:grant1-2/+8
break out of the loop and avoid the infinite loop if attempts to create, unlink and create all fail.
2004-06-26sync with src:grant1-4/+9
don't attempt to remove the current directory.
2004-06-20bump to 20040620.grant1-2/+2
2004-06-20sync pax with src/ from 20040620, includes many bug fixes includinggrant18-179/+291
properly handling broken archives.
2004-04-12pax does not support tape drives on Unixware at the moment.heinz1-2/+2
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-11Wrap physical mt operations in SUPPORT_TAPE, and define that if either oftv2-6/+47
<sys/mtio.h> or <sys/tape.h> is available.
2004-03-11bl3ifyxtraeme1-3/+3
2003-12-20bump version to 20031220.grant1-2/+2
2003-12-20regen without insane line wrapping.grant3-106/+108
2003-12-20sync with -current:grant1-8/+9
Don't emit any warnings when tar is trying to figure out if the file is really tar format. valid CPIO files should not trigger a warning from tar.c
2003-12-20sync with -current:grant24-894/+62
Move Keith Muller's code from a 4-clause to a 3-clause licence by removing the advertising clause. confirmed to the board by Keith Muller.
2003-12-05Bump to 20031205. Add support for AIX.erh1-2/+2
2003-12-05Update pax to work on AIX. Use tape.h with appropriate fixups sinceerh5-4/+55
there's no mtio.h
2003-12-05Fix a call to ftree_add. s/NULL/0/erh1-3/+3
2003-09-23sync with NetBSD-current's pax-20030923.grant5-57/+62
2003-09-15don't use VAR+=, it doesn't work with all make(1)s.grant1-3/+3
2003-09-15bump version to 20030915 after latest changes.grant3-12/+12
2003-09-14define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.hgrant3-23/+0
is included.
2003-09-06libnbcompat tests for pwd.h, so no need to test for it here.grant3-6/+2
2003-09-06(my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that orgrant3-0/+23
"/dev/tape" if DEFTAPE is undefined.
2003-09-05Update archivers/pax to 20030905. Changes from previous version includejlam42-4953/+3586
syncing with -current, making this build using libnbcompat-20030829, and cleaning up the configure script and Makefile.
2003-09-05allow this to build again after the recent lot of libnbcompatgrant2-6/+4
changes (full sync with -current coming soon).
2003-07-31also install man page source, bump to 20030731.grant2-4/+7
2003-07-09Bump date for -O change.wiz1-2/+2
2003-07-08Synch with latest changes by simonb@ in basesrc and as a result, bumpjschauma6-25/+40
the version to todays date: Add support for gnutar's -O "extract to stdout" option.
2003-06-30install into into bin, not sbingrant1-2/+2
2003-06-30install catman pages, like bootstrap-pkgsrc does.grant2-11/+10
bump to 20030630.
2003-06-30sync with -current:grant1-11/+46
---------------------------- revision 1.18 date: 2003/06/24 16:23:31; author: christos; state: Exp; lines: +44 -9 Revert previous change, and fix the -T problem differently: When the options of the second argument are exhausted, call the appropriate getopt() routine to process the rest of the arguments instead of finishing option processing. Fixes: tar cf - -T foo
2003-06-24Make pax compile on Irix by including pwcache.h, which now includesjschauma2-4/+6
forward declarations of the uid_from_user functions.
2003-06-24bump to 20030623 (PKGVERSION is already there)grant2-12/+11
2003-06-24fix path in commentgrant1-2/+2
2003-06-24sync with -currentgrant2-25/+5
file_subs.c 1.33 pax.h 1.19
2003-06-24sync with -current:grant2-8/+8
gen_subs.c 1.28 tar.c 1.41
2003-06-23oops, missed from last update.grant3-10/+10
sync with -current: ar_subs.c 1.25 pax.c 1.27 tar.c 1.40
2003-06-23bump to 20030623grant1-2/+2
2003-06-23sync with -current rev 1.17grant1-44/+11