| 2012-04-15 15:03:11 by OBATA Akio | Files touched by this commit (2) | |
Log message: Update to 20120415. Rewrite OpenBSD.bsd.man.mk, based on current NetBSD.bsd.man.mk and changed to use mandoc. Fixes manual pages installation with packages using USE_BSD_MAKEFILE=yes on OpenBSD-5.0. |
| 2012-03-05 08:26:37 by Steven Drake | Files touched by this commit (2) |
Log message: Mirror two changes from the NetBSD mk-files. 1) Stop building catpages by default. 2) Derive MANINSTALL from MKCATPAGES. Bump package version. |
| 2012-02-15 16:30:25 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
Don't depend on /usr/ucb/install on SunOS, use ${PREFIX}/bin/install-sh.
|
| 2011-12-05 23:40:22 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Don't disable builtins for GCC. |
| 2011-11-26 16:54:44 by David A. Holland | Files touched by this commit (2) |
Log message: Propagate a fix from NetBSD base bsd.lib.mk: if SHLIB_FULLVERSION is the same as SHLIB_MAJOR, don't try to symlink SHLIB_MAJOR. Otherwise you lose the library and get a symlink pointing to itself, and things fail later with ELOOP. Fixes builds of packages that use bsd.lib.mk for shared libraries and set only a major version number. |
| 2011-11-01 00:41:21 by Steven Drake | Files touched by this commit (2) | |
Log message: Move the NOGCCERROR. When using '+=' on a make variable it must come _after_ '?=' is used on that variable. Bump PKGREVISION |
| 2011-10-30 23:12:45 by Thomas Klausner | Files touched by this commit (1) |
Log message: Add support for groff-1.18. From norc on pkgsrc-users. |
| 2011-08-29 12:43:36 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
IRIX: Set CPP to '${CC} -E' by default (old value is 'CC -E').
This fixes bootstrap failure on IRIX with MIPSPro C compiler when
MIPSPro C++ is not available. Approved by wiz@
|