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-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-09-28 21:51:28 by Roland Illig | Files touched by this commit (14) |
Log message: Replaced "# defined" with "yes" where appropriate. |
2005-08-20 21:16:23 by Johnny C. Lam | Files touched by this commit (36) |
Log message: Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result. |
2005-06-04 13:20:23 by Julio M. Merino Vidal | Files touched by this commit (6) |
Log message: Fix print-PLIST generation (broken by incorrect regexp in MKDIR handling). |
2005-05-31 20:53:32 by Julio M. Merino Vidal | Files touched by this commit (6) |
Log message: During PLIST generation, suppress MKDIR lines that create directories handled by these packages. Found by wiz@. |
2005-04-29 01:04:08 by Johnny C. Lam | Files touched by this commit (6) |
Log message: We don't need to use ${SORT} to sort a list -- just use the :O modifier. |
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. |
2004-06-05 14:18:24 by Juan Romero Pardines | Files touched by this commit (3) |
Log message: Back out previous commit, as pointed out jmmv these packages are useless in a pkgviews world. |
2004-06-05 02:23:56 by Juan Romero Pardines | Files touched by this commit (2) |
Log message: Enable pkgviews installation. |