2003-06-13 12:55:27 by Chris Pinnock | Files touched by this commit (3) |
Log message: Add NetBSD RCS tags |
2003-06-12 15:39:58 by Jan Schaumann | Files touched by this commit (2) |
Log message: Apply one more patch to satisfy some GNU bison versions on Linux. This closes PR pkg/19860. |
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-19 21:43:18 by Jan Schaumann | Files touched by this commit (6) |
Log message: Make this build and install under Linux: Do not define USE_BYACC, since not all Linuxen have byacc. Patch a grammar file accordingly. Use -Wl,-rpath flags where necessary. This should close PR pkg/19860. |
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-21 22:31:54 by Chris Pinnock | Files touched by this commit (1) |
Log message: Add RCS tag |
2003-04-21 22:31:31 by Chris Pinnock | Files touched by this commit (1) |
Log message: Whitespace fix |
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. |
2003-02-23 14:11:25 by Julio Merino | Files touched by this commit (4) |
Log message: Install missing header file BaseClassI.h. Bump PKGREVISION to 2. Requested in PR pkg/20341 by Marc Recht. |
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message: Instead of including bsd.pkg.install.mk directly in a package Makefile, have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. |