2007-07-31 12:12:00 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Don't use malloc.h. |
2007-02-02 20:37:35 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Modular Xorg support. |
2006-10-04 23:43:01 by Thomas Klausner | Files touched by this commit (21) |
Log message: Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. |
2006-09-24 15:50:08 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Rename static variable to avoid conflict with time(2). |
2006-09-08 09:49:36 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Needs tar as tool. Use tools framework for unzip as well, instead of manual build dependency. |
2006-03-09 22:04:46 by Johnny C. Lam | Files touched by this commit (130) |
Log message: Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. Remove deprecated ossaudio.buildlink3.mk. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2006-01-21 19:57:42 by Johnny C. Lam | Files touched by this commit (47) |
Log message: Update package Makefile now that bsd.pkg.extract.mk is using the "extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax. |
2006-01-13 01:04:16 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Fix errno. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |