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-05-10 22:21:57 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message: Add share/themes/Clearlooks and bump version to 1.1. This is needed because the clearlooks gtk2 and metacity theme will be now in different packages. |
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-12-24 11:05:53 by Julio M. Merino Vidal | Files touched by this commit (4) | |
Log message: Initial import of theme-dirs, version 1.0: theme-dirs installs a set of shared directories used by GTK2+ (gtk2-engines) and other GNOME packages (such as metacity and gnome-themes). It is useful to simplify PLIST handling in other packages. |