2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison |
2005-05-08 05:14:35 by Min Sik Kim | Files touched by this commit (5) |
Log message: Apply patches provided by MOCHIDA Shuji in PR pkg/29889 to teach nbitools more about Darwin. |
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-04-05 17:22:11 by Min Sik Kim | Files touched by this commit (2) |
Log message: Correct a preprocessor directive to make this package build on Darwin. Patch provided by MOCHIDA Shuji in PR pkg/29889. |
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message: Add RMD160 digests. |
2005-01-18 18:05:21 by Min Sik Kim | Files touched by this commit (1) |
Log message: Let packages that require nbitools use GNU make on Linux, because imake in nbitools generates Makefile that needs GNU make on Linux. |
2004-12-30 01:04:56 by Min Sik Kim | Files touched by this commit (1) |
Log message: Use GNU make on Linux because imake generates Makefile that requires GNU make. |
2004-12-28 11:30:58 by Min Sik Kim | Files touched by this commit (2) |
Log message: Include sys/stat.h to use "struct stat" on Linux. |
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-04-29 20:59:25 by Min Sik Kim | Files touched by this commit (4) |
Log message: Change an argument passed to cpp so that it will not confuse buildlink3. The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org. |