ChangeLog:
# 1.6.1 - 2020-12-11
- Improved display in non-English text-mode clients; previously
columns were not aligned properly in some cases and occasionally
not all available drugs at a location were shown on screen (#54).
- Minimal British English translation added (#57). Configuration file
entries can now use either British English or American English spelling
(i.e. Armor/Armour).
- On Windows the "browse" button in the graphical client options dialog
now opens at the folder containing the selected sound file (#55).
# 1.6.0 - 2020-12-06
- Fixes to build with OpenWRT (thanks to Theodor-Iulian Ciobanu).
- Write server pidfile after fork (thanks to Theodor-Iulian Ciobanu).
- Updated German and French Canadian translations from Benjamin Karaca
and Francois Marier.
- Support for old GTK1 and GLIB1 libraries removed - we now need version 2
of these libraries to build dopewars. GTK+3 is also supported.
- Update metaserver to work with new SourceForge; older versions can no
longer successfully register with the metaserver.
- Switch to using libcurl to talk to the metaserver (this supports https,
unlike the old internal code). The metaserver configuration has changed
accordingly; `MetaServer.Name`, `MetaServer.Port` and `MetaServer.Path` are
replaced with `MetaServer.URL`, while `MetaServer.Auth`, `MetaServer.Proxy*`,
and `MetaServer.UseSocks` are removed (set the `https_proxy` environment
variable instead, as per
https://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Environment)
- The default web browser on Linux has changed from 'mozilla' to
'firefox'; on Mac the system-configured default browser is used.
- On Windows the high score file, log file, and config file are now
stored in the user application data directory (e.g.
`C:\Users\foo\AppData\Local\dopewars`) rather than the same directory as
the dopewars binary.
- Add sound support with SDL2, and on Mac.
- Add 64-bit Windows binaries.
- Fix for a DOS against the server using the REQUESTJET message type
(thanks to Doug Prostko for reporting the problem).
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
(missed those and *emacs* the first time round because they pull
in their png dependencies via default-on options; they were included
in the test bulk build though)
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.