2015-11-25 13:51:30 by Jonathan Perkin | Files touched by this commit (10) |
Log message: Remove mk/find-prefix.mk usage from the mail category. The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg. |
2014-12-06 23:14:27 by Amitai Schlair | Files touched by this commit (10) |
Log message: Placate pkglint by abolishing LOCALBASE (no functional change intended) and adding LICENSE and NO_CHECKSUM. Bump version. |
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message: Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. |
2014-09-12 19:07:10 by Amitai Schlair | Files touched by this commit (3) |
Log message: Bump default limits for qmail-{pop3d,smtpd} to 140MB, since a process on NetBSD/amd64 needs 128MB for a stack these days (thanks riastradh@). Bump version. |
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message: Remove example rc.d scripts from PLISTs. These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise. |
2012-10-08 14:19:35 by Aleksej Saushev | Files touched by this commit (307) |
Log message: Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. |
2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message: Remove @dirrm entries from PLISTs |
2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109) |
Log message: Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. |
2008-03-04 18:57:20 by Johnny C. Lam | Files touched by this commit (61) |
Log message: Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target. |
2007-03-24 08:08:35 by Amitai Schlair | Files touched by this commit (1) |
Log message: Quell pkglint: add QMAIL_QUEUE_EXTRA to BUILD_DEFS. |