2004-12-28 03:47:52 by Jeremy C. Reed | Files touched by this commit (156) |
Log message: The default location of the pkgsrc-installed rc.d scripts is now under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz). |
2004-12-18 20:24:26 by Johnny C. Lam | Files touched by this commit (6) |
Log message: Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen. The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272. |
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. |
2004-08-03 06:35:42 by Todd Vierling | Files touched by this commit (2) |
Log message: Unfortunately, "mountd" REQUIREs "mountall", causing a \ circular dependency here. So it's not possible to mount cfs from "mountall" -- it will have to be mounted by hand later in startup, e.g. rc.local. |
2004-08-02 19:09:35 by Todd Vierling | Files touched by this commit (2) |
Log message: cfsd needs to be before "mountall" in order to be listed in /etc/fstab. |
2004-08-02 19:09:06 by Todd Vierling | Files touched by this commit (2) |
Log message: Make patch-ag apply correctly. |
2004-07-25 13:59:27 by grant beattie | Files touched by this commit (2) |
Log message: make this build on NetBSD >=2.0E with statvfs(). |
2004-07-25 06:51:26 by grant beattie | Files touched by this commit (2) |
Log message: call ${BSD_INSTALL} instead of "install". fixes install on Solaris. |
2004-07-25 06:47:15 by grant beattie | Files touched by this commit (1) |
Log message: be quiet in post-extract, too. |
2004-07-25 06:46:10 by grant beattie | Files touched by this commit (1) |
Log message: be quieter in post-patch and pre-build targets. |