Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
- Replace USE_SIZE with DISABLE_SIZE so that it is possible
to use fetch(1) to download distfile from open servers
which are not reporting distfile size
PR: 63725
Submitted by: Jason Harris <jharris@widomaker.com>
2) sorry I didn't notice ITO-san's e-mail that
also unbreak for this port. maho independently
unbreak this port. thanks.
Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
and kris via bento
to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.
PR: ports/63804
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
of missing value to NArray which is a numeric multi-dimensional array class.
PR: ports/62870
Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
2) silent version up without changing the filename of the archive.
a) minor difference in .MMMinit
b) lib.tar (also .MMMinit)
c) lib.toc (table of contents)
d) plot.mdvi (one of the help file)
3) satisfy portlint
Submitted by: kris via bento
ndiff is a utility for comparing putatively similar files, ignoring small
numeric differences. The utility is written by Nelson H. F. Beebe and
covered by the GNU General Public License (GPL), version 2. It may be
built with arbitrary precision support (more powerful) or using built-in
floating point precision, see Makefile.
Assessing the consistency of a numerical program run in multiple
environments (operating systems, architectures, or compilers) can be a
difficult task for a human, as small differences in numerical output values
are expected. File differencing utilites, such as diff(1), will generally
produce voluminous output, often longer than the original files.
ndiff solves this problem. Taking two two text files expected to be
identical, or at least numerically similar, it allows to specify absolute
and/or relative error tolerances for differences between numerical values
in the two files, and then reports only the lines with values exceeding
those tolerances. It also tells by how much they differ. A simple example:
% ndiff --relative-error 1.0e-3 test019.txt.1 test019.txt.2
### Maximum relative error in matching lines = 8.64e-51 at line 129 field 4
WWW: http://www.math.utah.edu/~beebe/software/ndiff/
I've cleaned up the submitted version a little.
PR: 62221
Submitted by: Stefan A. Deutscher <sad@mailaps.org>