port, updating it to the latest (and final) version. Patches from the
previous version are merged.
PR: 23728
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
Due to the size difference between a struct timeval on FreeBSD/Alpha
(2 longs for a total of 128 bits) and a struct timeval nearly
everywhere else in the known universe (2 ints, for a total of 64-bits,
even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit
of help.
Submitted by: Adrew Gallatin <gallatin@cs.duke.edu>
Obtained from: NetBSD
Move files in share/* to share/zephyr/
Fix bogus path to xzwrite.bitmap in XZwrite
Remove appropriate directories in PLIST
PR: 10139
Submitted by: Sheldon Hearn <sheldonh@iafrica.com>