Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Major changes since 0.6.0:
* A new diff frontend based on -u instead of --side-by-side.
Now this works even for people who have 150 characters
per line ;-) There is also a change bar a la tkdiff.
* The log tree now shows the tags attached to each
revision, thanks to a patch by Florent Pillet.
* It compiles and works again with KDE pre2.0
* Arrow keys work in the diff dialog
* Support for cvs watch / cvs edit (the latter based
on an idea by Steffen Dettmer
* Less flicker in diff, annotate and resolve view
when using Qt2/KDE2
* Bug fixes
Changes since 0.5.0:
* repositories dialog
* Implemented "Open recent"
* Implemented "History"
* Added a button in the checkout dialog to obtain a list of modules
* Show sandbox in caption
* Much more detailed pseudo session management.
Please delete your cervisiarc file!
* Implemented "Merge"
* Implemented "Prune empty directories"
* Implemented "Select by tag" in log dialog
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).
Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).