Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
pkgsrc changes:
- Pick backends using options framework
Upstream changes:
Too many changes, please see HOMEPAGE.
|
|
their files via a custom do-install target.
|
|
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
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
|
|
|
|
|
|
INCOMPAT_CURSES. Approved by wiz.
|
|
|
|
pfqueue is an effort to give postqueue/mailq/postsuper a console
(ncurses) interface: it won't add any particular functionality to
those provided with postfix itself, but will hopefully make them to
use.
It's a real-time queue scanner, that show per-queue lists of existing
messages; the messages can be deleted, put on hold or released
Just for example, it may be useful to inspect a traffic jam at a given
time, to see what is falling into and unexpectedly crowding you deferred
queue
|