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-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-12 22:36:56 by Joerg Sonnenberger | Files touched by this commit (43) | |
Log message: Bump all motif packages for recent openmotif update. The major version of the shared libXm has changed. |
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-26 22:19:21 by Mark Davies | Files touched by this commit (2) |
Log message: Fix build on NetBSD-current of the included tcsh in the same way that tron fixed the actual tcsh package. |
2005-09-28 16:15:50 by Roland Illig | Files touched by this commit (23) |
Log message: Removed trailing white-space. |
2005-08-23 13:48:52 by Roland Illig | Files touched by this commit (58) |
Log message: The real user name in PKG_USERS does not need to be escaped with double backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk. |
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. |
2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message: Create directories before installing files into them. |