o Fix port Makefile breakage in example/calc preventing calc from
being installed
PR: 29321
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>,
bento
pkg_deinstall:
- Bring in most of the options of pkg_delete(1).
- Add a new option `-P', which preserves shared libraries.
- List failed packages if any.
- Obsolete GNU style long options, which take space and would
only rarely be used.
portupgrade:
- Make portupgrade use pkg_deinstall instead of pkg_delete, to
utilize its -P option.
- Now portupgrade always uninstalls old packages, but
preserves shared libraries by default. The -u option has
been changed to mean "Do not preserve old shared libraries".
Note, however, that its behavior is the same as before, it
is just the default behavior that has been changed.
With this change, portupgrade no longer leaves extra garbage
even if you don't specify -u, but only old versions of
shared libraries for safety. :)
- Utilize $tmpdir properly for pkg_tarup. (previously
PKGREPOSITORY was used prior to PKG_TMPDIR or TMPDIR)
- Add a notice regarding the disk space for backup files.
Since it's my birthday today, I just wish this update doesn't contain
terrible bugs.. ;)
Note that OpenLDAP1 and OpenLDAP are mutually exclusive, because
the corresponding ports install some common files.
PR: ports/29118
Submitted by: Chris Knight <chris@aims.com.au>
ImageMagick versions. Add WITHOUT_ option to disable them.
Enable modules by default, much smaller executable up to 10Mb runtime.
Add WITHOUT_ option to disable them.
Use IMAGEMAGICK portion for two WITHOUT_ option names mentioned above - it
allows to put them to /etc/make.conf without conflicts.
Add few comments about options
The points where this is different from the original one are here:
- fix bugs
- change the installed directory from /usr/share/wnn7 to
/usr/local/{share/emacs,lib/xemacs}
updated to 0.33.6.3
PR: 28392
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Prompted by: Kato Tsuguru <tkato@prontomail.com> on PR 29448