2007-08-23 11:42:08 by Joerg Sonnenberger | Files touched by this commit (4) | |
Log message: Remove xorg-dirs. |
2006-02-12 16:29:19 by Juan Romero Pardines | Files touched by this commit (16) |
Log message: Joerg Sonnenberger will be the maintainer. |
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-08 10:52:17 by Roland Illig | Files touched by this commit (20) |
Log message: Bumped the PKGREVISION of the packages that have been broken by the recent "pkglint --autofix" change. |
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). |