2006-03-03 05:00:09 by grant beattie | Files touched by this commit (2) |
Log message: disable assembler stuff on Solaris/x86, because it's likely to work only with GNU as(1). XXX this condition should probably be reversed to the positive case, XXX not the negative case so that it works on more platforms. |
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. |
2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. |
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 |
2005-11-09 20:48:44 by Todd Vierling | Files touched by this commit (2) |
Log message: Don't use the asm string functions on Interix. (To be fixed, but for now the symbol naming is wrong, so no --enable-assembler will get it built.) |
2005-10-29 16:14:00 by Juan Romero Pardines | Files touched by this commit (5) |
Log message: Update mysql4* to 4.1.5. Please see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-15.html for more information about bugfixes/changes. |
2005-10-26 19:33:49 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message: Also commit patches for the DragonFly support. |
2005-10-26 19:33:07 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Add DragonFly support. |
2005-09-27 00:34:51 by Juan Romero Pardines | Files touched by this commit (7) |
Log message: Update mysql4* to 4.1.14: Lots of changes, please see http://dev.mysql.com/doc/mysql/en/news-4-1-14.html for more information. |
2005-08-06 20:27:29 by Adrian Portelli | Files touched by this commit (1) |
Log message: Add an explict requirement for readline on 1.6.x which should resolve PR#30678 and PR#30364. |