2004-01-05 13:00:10 by Johnny C. Lam | Files touched by this commit (1) |
Log message: bl3ify |
2003-11-04 20:03:53 by Dan McMahill | Files touched by this commit (3) |
Log message: Use ${MAKE} and ${INSTALL} instead of make and install. Also don't check for /usr/X11R6 before running mkfontdir. This package is already marked as USE_X11. Fixes install on Solaris and other systems which use bmake instead of make. |
2003-10-19 23:05:35 by Manuel Bouyer | Files touched by this commit (1) |
Log message: For SunOS case, add -DSYSV to CFLAGS, don't override CFLAGS with it. |
2003-10-03 20:20:53 by Juan Romero Pardines | Files touched by this commit (2) |
Log message: FreeBSD also has stty() and gtty() in libcompat, so link to libcompat here. |
2003-09-15 13:26:45 by Alistair G. Crooks | Files touched by this commit (2) |
Log message: Fix tyop in mailto(1) man page, per PR 21592 from Cesar Catrian C. Don't bother bumping PKGREVISION for this. |
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message: Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. |
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |
2003-04-04 21:48:11 by Jan Schaumann | Files touched by this commit (1) |
Log message: Revert previous. Problem caused by CFLAGS= in /etc/mk.conf, as pointed out by wiz. We need to document that one should use CFLAGS+= in /etc/mk.conf, OR ELSE! |
2003-04-04 21:23:20 by Jan Schaumann | Files touched by this commit (1) |
Log message: The CFLAGS addition needs to go _after_ the inclusion of mk/bsd.prefs.mk, it seems. |