Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -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-12 | update config.{sub,guess} for various bootstrap tools. fixes build on | grant | 2 | -173/+374 | |
newer platforms such as DragonFly. fixes PR pkg/28579 from Todd Willey. | |||||
2004-08-21 | Fix the version number of the package in the configure script, and modify | jlam | 3 | -19/+16 | |
the Makefiles so that they can be built by really basic make programs. | |||||
2004-08-21 | Check for a few more system headers after the update to pax-20040804. | jlam | 3 | -10/+17 | |
2004-08-21 | Mirror change in archivers/mtree by <heinz> on 2004/04/16: | jlam | 7 | -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-21 | Update archivers/pax to 20040802 (latest version on src HEAD). Changes | jlam | 30 | -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-14 | If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a local | jlam | 1 | -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-13 | Check for all system headers needed in the sources. | jlam | 3 | -278/+559 | |
2004-07-03 | bump to 20040703. | grant | 1 | -2/+2 | |
2004-07-03 | sync with src: | grant | 1 | -13/+19 | |
Salvage the `create parent directories and try again' path which is removed by the previous commit. | |||||
2004-06-26 | bump to 20040626. | grant | 1 | -2/+2 | |
2004-06-26 | sync with src: | grant | 1 | -2/+8 | |
break out of the loop and avoid the infinite loop if attempts to create, unlink and create all fail. | |||||
2004-06-26 | sync with src: | grant | 1 | -4/+9 | |
don't attempt to remove the current directory. | |||||
2004-06-20 | bump to 20040620. | grant | 1 | -2/+2 | |
2004-06-20 | sync pax with src/ from 20040620, includes many bug fixes including | grant | 18 | -179/+291 | |
properly handling broken archives. | |||||
2004-04-12 | pax does not support tape drives on Unixware at the moment. | heinz | 1 | -2/+2 | |
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-11 | Wrap physical mt operations in SUPPORT_TAPE, and define that if either of | tv | 2 | -6/+47 | |
<sys/mtio.h> or <sys/tape.h> is available. | |||||
2004-03-11 | bl3ify | xtraeme | 1 | -3/+3 | |
2003-12-20 | bump version to 20031220. | grant | 1 | -2/+2 | |
2003-12-20 | regen without insane line wrapping. | grant | 3 | -106/+108 | |
2003-12-20 | sync with -current: | grant | 1 | -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-20 | sync with -current: | grant | 24 | -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-05 | Bump to 20031205. Add support for AIX. | erh | 1 | -2/+2 | |
2003-12-05 | Update pax to work on AIX. Use tape.h with appropriate fixups since | erh | 5 | -4/+55 | |
there's no mtio.h | |||||
2003-12-05 | Fix a call to ftree_add. s/NULL/0/ | erh | 1 | -3/+3 | |
2003-09-23 | sync with NetBSD-current's pax-20030923. | grant | 5 | -57/+62 | |
2003-09-15 | don't use VAR+=, it doesn't work with all make(1)s. | grant | 1 | -3/+3 | |
2003-09-15 | bump version to 20030915 after latest changes. | grant | 3 | -12/+12 | |
2003-09-14 | define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.h | grant | 3 | -23/+0 | |
is included. | |||||
2003-09-06 | libnbcompat tests for pwd.h, so no need to test for it here. | grant | 3 | -6/+2 | |
2003-09-06 | (my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that or | grant | 3 | -0/+23 | |
"/dev/tape" if DEFTAPE is undefined. | |||||
2003-09-05 | Update archivers/pax to 20030905. Changes from previous version include | jlam | 42 | -4953/+3586 | |
syncing with -current, making this build using libnbcompat-20030829, and cleaning up the configure script and Makefile. | |||||
2003-09-05 | allow this to build again after the recent lot of libnbcompat | grant | 2 | -6/+4 | |
changes (full sync with -current coming soon). | |||||
2003-07-31 | also install man page source, bump to 20030731. | grant | 2 | -4/+7 | |
2003-07-09 | Bump date for -O change. | wiz | 1 | -2/+2 | |
2003-07-08 | Synch with latest changes by simonb@ in basesrc and as a result, bump | jschauma | 6 | -25/+40 | |
the version to todays date: Add support for gnutar's -O "extract to stdout" option. | |||||
2003-06-30 | install into into bin, not sbin | grant | 1 | -2/+2 | |
2003-06-30 | install catman pages, like bootstrap-pkgsrc does. | grant | 2 | -11/+10 | |
bump to 20030630. | |||||
2003-06-30 | sync with -current: | grant | 1 | -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-24 | Make pax compile on Irix by including pwcache.h, which now includes | jschauma | 2 | -4/+6 | |
forward declarations of the uid_from_user functions. | |||||
2003-06-24 | bump to 20030623 (PKGVERSION is already there) | grant | 2 | -12/+11 | |
2003-06-24 | fix path in comment | grant | 1 | -2/+2 | |
2003-06-24 | sync with -current | grant | 2 | -25/+5 | |
file_subs.c 1.33 pax.h 1.19 | |||||
2003-06-24 | sync with -current: | grant | 2 | -8/+8 | |
gen_subs.c 1.28 tar.c 1.41 | |||||
2003-06-23 | oops, missed from last update. | grant | 3 | -10/+10 | |
sync with -current: ar_subs.c 1.25 pax.c 1.27 tar.c 1.40 | |||||
2003-06-23 | bump to 20030623 | grant | 1 | -2/+2 | |
2003-06-23 | sync with -current rev 1.17 | grant | 1 | -44/+11 | |
2003-06-23 | sync with -current rev 1.26 | grant | 1 | -3/+3 | |
2003-06-23 | Import of NetBSD-current's pax (replacing the older pkgtools/pax). | grant | 42 | -0/+31285 | |
NetBSD pax is the POSIX standard archiver with many extensions. pax will read, write, and list the members of an archive file, and will copy directory hierarchies. pax operation is independent of the specific archive format, and supports a wide variety of different archive formats. This package uses pkgtools/libnbcompat, and is known to build on Solaris 9, Slackware 8.1 and Darwin 6.6. Please send-pr(1) if this package is broken on your platform. |