2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-02-23 15:45:28 by Alistair G. Crooks | Files touched by this commit (69) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2004-09-18 22:14:18 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Make previous commit do what was intended (by including bsd.prefs.mk,
and removing some extra " characters).
|
2004-09-18 16:01:53 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
If we're lucky, x86_64 will build with i386's configuration. Let's
see...
|
2004-07-28 04:47:35 by Min Sik Kim | Files touched by this commit (24) |
Log message:
Enable pkgviews installation.
|
2004-05-03 00:26:12 by Dan Winship | Files touched by this commit (2) |
Log message:
fix install user/group on darwin
|
2004-01-22 08:18:44 by grant beattie | Files touched by this commit (9) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2003-07-21 18:24:42 by Martti Kuparinen | Files touched by this commit (7) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-02-23 12:29:00 by Lubomir Sedlacik | Files touched by this commit (2) |
Log message:
Updated to version 1.4.3.
Changes:
- Support for BSDi version 4.x
- Suport for BSDi on sparc
- Support for sparc64 FreeBSD
- Support for i786-cygwin
- Added +DAportable to the HP-UX cc compiler flags
- New Platform 9000-831-hp-ux-cc
- Added floatingpint printing support for OS/2
- Added support for macppc-netbsd-cc NetBSD on MAC
- Workaround for an OpenBSD bug in ctype.h (illegaly #defines EOF)
- Added IPv6 support to 'rmt'
- Better casting for debug printf() in 'rmt'
- Better autoconfiguration for librmt and its users yields in better
compilation and portability results for OS that do not support the
needed internet features for remote tape support.
- Special support for an undocumented but unfortunately important
"feature" for symlinks on HP-UX.
Now star tries to retain the permissions of a symlink by
stting umask() before creating the symlink.
- Fixed a bug that caused star to be unable to correctly deal with
ACLs where the user or group name contains spaces.
- Workaround for reading rotten archives caused by above bug.
- Fixed a bug that caused star to create broken archives if
the POSIX.1-2001 extended format is used for sparse files > 8 GB.
For this reason, a new extended header tag SCHILY.realsize has
been added.
- Fixed a bug that caused star to dump core on UNIX-98 TAR compat mode
with e.g. 'star cbv' because star did not check for the missing arg to
the -b option.
- 'star -n -tpath ...' now only prints the pathnames to allow
to use the ooutput directly in scripts. If you like the old
behavior, use 'star -nv ...'
|