Quoting from http://mail-index.netbsd.org/tech-userlevel/2002/10/16/0000.html
"I've written a tar that owes nothing to anything else. It's in the
public domain and hence is free for NetBSD to steal, anything from
lifting it verbatim to swiping ideas from.
It doesn't currently have anything like --fast-read; that hadn't
occurred to me. Now that it's been pointed out, I'll be adding it; I
think it's a valuable addition, whether or not NetBSD wants my tar."
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g.
for debugging).
Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads
are available.
Bump PKGREVISIONS.
Provided in PR 18577 by David.S at idiom dot com, some modifications
by me to use buildlink2 files, and to specify the correct version of
python required.
Rdiff-backup backs up one directory to another, possibly over a network.
The target directory ends up a copy of the source directory, but extra
reverse diffs are stored in a special subdirectory of that target directory,
so you can still recover files lost some time ago. The idea is to combine
the best features of a mirror and an incremental backup. Rdiff-backup also
preserves subdirectories, hard links, dev files, permissions, uid/gid
ownership (if it is running as root), and modification times. Finally,
rdiff-backup can operate in a bandwidth efficient manner over a pipe, like
rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive
up to a remote location, and only the differences will be transmitted.
...
Enabled compiling of lsof for NetBSD 1.5 with the
NULL file system, using a patch from Andrew Brown
<atatat@atatdot.net>.
...
Applied a patch, supplied by Andrew Brown
<atatat@atatdot.net>, that updates lsof for NetBSD
version 1.6.6. Corrected handling of the NetBSD
nullfs.
...
This obsoletes patch-ab. Again. :)
- set the PKGNAME of the devel version to "cdrecord" as well, and
remove the conflicts lines for cdrecord-{,devel-}[0-9]*
- set the version of the devel version to "1.10.34".
* Install some documentation.
* Honor PKG_SYSCONFDIR (and warn user that the config file directory may
have changed).
* Allow for compiling with OSS support on NetBSD, though it is currently
commented out.
remove unwanted paths to headers and libraries when invoking the
compiler. Also remove patches that are no longer needed with the
complete conversion of this package to buildlink2.
* Also run cdda2wav.1 through tbl to make "man cdda2wav" readable for the
-v option.
* Rearrange logic to simplify/shorten the package Makefile.