2005-05-15 04:01:58 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Mention that it is also helpful for providing definitions and functions missing from other Unix platforms. |
2005-05-15 04:01:14 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Add "devel" to categories. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-02-20 06:55:51 by grant beattie | Files touched by this commit (1) |
Log message: don't use the implied source in the `bits' rule, just specify the source. appeases make(1) on Solaris. |
2005-02-16 00:35:42 by grant beattie | Files touched by this commit (1) |
Log message: redo previous in a slightly different way to appease NetBSD make(1). |
2005-02-15 17:04:42 by Thomas Klausner | Files touched by this commit (1) |
Log message: Revert previous, since it breaks compilation on 2.0 and -current. See PR 29387. |
2005-02-15 09:55:55 by grant beattie | Files touched by this commit (1) |
Log message: honour LDFLAGS when linking the `bits' binary. |
2005-02-04 01:43:42 by Johnny C. Lam | Files touched by this commit (1) |
Log message: src2nbcompat uses \n backreferences in gensub, which isn't supported in the NetBSD 2.0 awk, so make explicit that we're using gawk. |
2005-01-06 06:32:30 by Todd Vierling | Files touched by this commit (11) |
Log message: Don't "cp -p" for *source* files. Builds are usually done as an \ unprivileged user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.) |
2004-12-12 01:46:29 by grant beattie | Files touched by this commit (10) | ![]() |
Log message: update config.{sub,guess} for various bootstrap tools. fixes build on newer platforms such as DragonFly. fixes PR pkg/28579 from Todd Willey. |