2007-09-06 23:51:55 by Johnny C. Lam | Files touched by this commit (24) |
Log message: Convert all libnbcompat/buildlink3.mk references to inplace.mk. |
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. |
2006-11-28 17:46:16 by Todd Vierling | Files touched by this commit (2) |
Log message: Standards say that timeval is in <sys/time.h> (needed for Interix). |
2005-11-01 20:07:45 by Todd Vierling | Files touched by this commit (1) |
Log message: Forgot to add comment to .include to indicate why (utimes() support). |
2005-11-01 20:07:03 by Todd Vierling | Files touched by this commit (1) |
Log message: Add libnbcompat on Interix. |
2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message: Create directories before installing files into them. |
2005-02-24 14:41:00 by Alistair G. Crooks | Files touched by this commit (190) |
Log message: Add RMD160 digests. |
2005-02-19 04:52:24 by Jan Schaumann | Files touched by this commit (1) |
Log message: correct distinfo after fixing a minor typo in the distfile (no version bump since that distfile only existed for <1 minute) |
2005-02-19 04:49:09 by Jan Schaumann | Files touched by this commit (2) |
Log message: Update to 0.2, which makes this work on systems that don't have setprogname or set LOGIN_NAME_MAX. |
2004-09-20 23:16:06 by Jan Schaumann | Files touched by this commit (4) | |
Log message: Import news: The news utility prints news items stored in /var/news. When invoked without any arguments, news prints the name and timestamp of each current item followed by its contents, most recent first. An item is considered ``current'' if it has a modification time newer than the file ~/.news_time, a file that news creates if it does not exist. If that file does exist, news will update the timestamp on that file each time it is run. This version of the System V news utility was written by Jan Schaumann <jschauma@NetBSD.org> following the manual page from an IRIX system. |