The game calls for lua 5.4, so USES=lua:54 when unbundling lua (PR #260224).
While we are at it:
- turn games/nethack-nox11 into flavor games/nethack@nox11
- simplify Makefile
- remove archaic pkg-deinstall.in; it's function is superseeded by
messages pkg-deinstall(8) prints on its own
PR: 260224
Reported by: wesley.a.wroten@gmail.com
Roll back pessimization introduced in 45526ec for (my) ports which
need *any* version of imagemagick: switch to USES=magick makes them
needlessly requre *specific* version/flavor which cause conflicts.
Rollback pessimization introduced in 45526ec which hardcodes dependency
on specific imagemagick version, while this port needs any version of
convert in any (default/nox11) flavor.
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test
If a dependency on the nox11 flavor is required, use for example
USES=magick:nox11 resp. USES=magick:7,nox11,run,test
See magick.mk for more details on the available flags.
The tree has been completely converted to make use of this.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D32754
Qt testlib is a library for tests; it is not generally needed
at runtime. Move it to a _build dependency for the KDE-related
ports that use it for their tests.
KDE Gear 21.12 has landed and comes with a massive number of updates and
new versions of applications and libraries. Literally, dozens of classic
KDE everyday tools and the specialised sophisticated apps you use to
work, be creative and play, are getting refreshers with design
improvements, new features and performance and stability enhancements.
What's new:
https://kde.org/announcements/gear/21.12.0/#whatsnew
Changelog:
https://kde.org/announcements/changelogs/gear/21.12.0/
Update to 1.0.2 and while we are here:
- make portlint happy
- move scores file to hier(7) directory
- fix plist issues and move plist to a plist file
- remove --disable-debug-log which had the opposite effect
- pass maintainership to fuz@fuz.su as requested by previous maintainer
Upstream fixes:
- always use "%s"-style format for printf()-style functions
- fix build with gcc 10
PR: 260233
- Add French, Polish and German language support for any version of the game
- Improve AI logic handling spells in the battle and its inability to land on a beach
- Fix the logic related to pathfinding and calculation of terrain penalty for heroes on map
- Update Norwegian translation, add Italian translation and update translations for missing texts in the game
- Fix multiple rendering issues with shadows for buttons, battle grid and various text positioning in many dialogs
- Add V-sync option for SDL2 builds to avoid flickering issue present for some players
- Over _**60**_ bugs fixed since 0.9.9 release
The OpenTK X11 backend seems to be broken on FreeBSD, whereas the
SDL2 one is OK, so deliberately force the latter for the time being.
Now there is proper platform detection for FreeBSD and the joystick
patch had been merged upstream.
- Update to 20180412beta1 penultimate snapshot, the very latest one
had introduced too many changes which e.g. broke dedicated server
- Drop needless zip:infozip dependency, set USE_XORG more discretely
- Follow the defaults and link to libjpeg the usual way rather than
load it at run-time with dlopen(3)
- Target `sdl-release' is spelled the same, regardless of the used
SDL version
- Remove SSE port option: upstream makefile logic enables it for x86
CPUs; it's safe to assume that all modern x86 CPUs would support
these instructions
- Amend patches and remove `post-patch' target (patching makefiles
for LOCALBASE with sed(1) is bogus in the first place as it is
passed on the MAKE_ENV and thus propagated down to inner makes)
- Do not try to use unsupported `-fno-signaling-nans' compiler flag
- Define LICENSE (GPLv2 or later) and assume port's maintainership
PR: 259123
common/src/SharedPointer.h:28:10: fatal error: 'tr1/memory' file
not found
#include <tr1/memory>
^~~~~~~~~~~~
While here, register explicit dependency on the `print/freetype2' port
per stage Q/A report.
Reported by: pkg-fallout