2006-01-04 19:06:17 by John R. Shannon | Files touched by this commit (2) |
Log message: Update to 3.4.5. This is a bug fix release. |
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message: Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile. |
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-05 09:43:44 by Roland Illig | Files touched by this commit (1) |
Log message: The Solaris /bin/sh doesn't like two adjacent open parentheses. Removed them completely, as they had been unnecessary. As ${MKDIR} already includes the -p option, the ${TEST} is not necessary and has been dropped, too. Fixes PR 32002. |
2005-09-28 16:15:50 by Roland Illig | Files touched by this commit (23) |
Log message: Removed trailing white-space. |
2005-07-09 02:16:53 by Krister Walfridsson | Files touched by this commit (1) |
Log message: Prevent paths to the build directories from being included in the package for BUILD_F77. Solves PR pkg/30628. Bump PKGREVISION. |
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-20 21:25:21 by John R. Shannon | Files touched by this commit (2) |
Log message: Update from 3.3.3 to 3.3.4. This is a bugfix release. There is a very significant reduction in the number of regressions, particularily with libstdc++. |
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. |