2006-10-01 23:00:20 by Roland Illig | Files touched by this commit (2) |
Log message: Added a patch for Solaris 10, which does neither have futimes() nor struct stat.st_flags. |
2006-07-23 16:11:06 by Roland Illig | Files touched by this commit (1) |
Log message: Honour PKGMANDIR. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2005-10-31 15:31:47 by Todd Vierling | Files touched by this commit (2) |
Log message: Fix build on Interix (u_int64_t, but no uint64_t). |
2005-10-31 06:11:41 by Min Sik Kim | Files touched by this commit (5) |
Log message: Make this package build on platforms with setxattr(2) (e.g., Linux and Darwin). |
2005-10-23 20:00:57 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed typo. |
2005-08-01 00:31:04 by Alistair G. Crooks | Files touched by this commit (2) |
Log message: Update archangel to 20050730 + include <stdint.h> if we have it, so that we can use uintXX_t types on OSes that don't have them in <sys/types.h> (thanks, Mac OS X) + clean up some uninitialised warnings on NetBSD-current + rein in on the compilation flags, since older versions of gcc seem to barf on -std=c99 (thanks to David Maxwell for pointing this one out). |
2005-07-24 09:44:07 by Alistair G. Crooks | Files touched by this commit (2) |
Log message: Update archangel to 20050724 version. Differences from previous version: + properly recognise __attribute__() - pointed out very eloquently by Joerg Sonnenberger + add -V switch to aatar to print the version + fix more fallout from autoconf, showed up by bulk builds on 3.0 |
2005-07-20 23:35:44 by Alistair G. Crooks | Files touched by this commit (2) |
Log message: Update archangel to 20050720 sources. Changes since previous version: + lint fixes, highlighted by amd64 bulk build results - cast 64bit entities to the correct type when printing the values. |
2005-07-17 01:14:45 by Alistair G. Crooks | Files touched by this commit (2) | |
Log message: Update archangel to sources from 20050716: + updated options parsing in aatar + fixed a bug whereby zero-length files would not be added to the archive correctly |