script; that is, add 'start|stop' argument processing and
the ability to actually stop the script.
Bump PORTREVISION to indicate a functionality change - or rather,
to indicate a change that actually makes this a FreeBSD port..
Final push by: Dan Langille <dan@langille.org> in a somewhat
unrelated e-mail exchange
Obtained from: a svscan SysV init script that I somehow managed
to lose the source and URL for :(
mutt in the freenix world. (Yay!)
Submitted by: Chou Yeh-Jyi <yjchou@age.homeip.net>
o Turn on WITH_MUTT_NCURSES and WITHOUT_MUTT_SGMLFORMAT by default. (Yay!)
- Make the dependency on sgmlformat configurable by the new knob
WITHOUT_MUTT_SGMLFORMAT (requested by Neil Darlow <neil@darlow.co.uk>)
PR: 34369
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
Someone in the OpenSSH world doesn't understand the difference
between application and implementation namespaces. This causes
conflicts with <readpassphrase.h>.
PR: 34362
Submitted by: wollman@hergotha.lcs.mit.edu
the Java plugin was installed in the wrong directory. Bump
PORTREVISION in case this bit anyone else.
Noticed and tested by: Mike Harding <mvh@ix.netcom.com>
pkg_which database. (The first stage was 'portsclean -L'.)
Hopefully these tools will support divided/obsoleted/renamed ports
some way in the not-too-distant future..
pkgdb(1):
- Make pkgdb(1) -F provide a user an option to unregister stale
packages, in addition to deinstalling them.
- Reword: 'remove a package record' -> 'unregister a package', etc. .
pkg_deinstall(1):
- Add a new option:
-c, --collate
Check if any of the installed files of each package have been
overwritten by other packages, and do not deinstall if any.
pkg_which(1):
- Make pkg_which(1) capable of showing multiple file owner packages.
- Add a new option:
-c/--collate PKGNAME
Show files installed by the given packge that have been
overwritten by other packages.
- Strip -c/-o's argument of PKG_DBDIR and a trailing slash.
- Be less verbose unless -v is given.
pkgdb(3):
- Record and handle files that are installed by multiple packages.
- Bump the DB version.
- Squeeze series of slashes seen in the output of 'pkg_info -L'.
- Show the reason for rebuilding a package database.