Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz
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.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
timestamps, use a copy cached on ftp.n.o. Set DIST_SUBDIR too for the
benefit of anyone who picked up some random nightly copy other than
today's. Nothing important has changed, so no revbump.
pkgsrc changes:
- use REPLACE_PERL instead of hand-rolled sed
- use ncursesw
- make curses selection work
- add INSTALLATION_DIRS
upstream changes:
Changes to support Unicode terminals. Link against ncursesw instead
of ncurses, since the former knows how to translate ACS_ULCORNER et
al into the right Unicode code points; also call setlocale() before
starting up curses, so that it knows it has to.
Also closes PR pkg/37366.