Commit Graph

13 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
espie
313cadef3c enable curses interface. wasn't aware of it,
thanks hisacro (ports@displ.nl)for that.
2021-02-16 08:45:02 +00:00
espie
234fd88d0b nethack update to 3.6, not based on the ports@ update which was missing
quite a few details
2021-02-16 08:40:06 +00:00
espie
730c3230f4 help vim make sense of that file, no functional change 2021-02-16 08:30:01 +00:00
espie
810676b4af do things one step at a time: fix -fno-common 2021-02-16 08:29:25 +00:00
rsadowski
ca36ab149a PLIST changed, missed a bump, by gkoehler@ 2020-09-15 04:21:49 +00:00
rsadowski
ddeda13cbf Unbreak nethack
- Move lib/X11/app-defaults/NetHack-${V} to PFRAG.no-no_x11.
- Remove lib/X11/app-defaults/NetHack-${V} from PLIST
  (My fault in the last commit).
- Remove PFRAG.no-qt-no-no_x11.

Checked: nethack-3.4.3p16 installs lib/X11/app-defaults/NetHack-3.4.3 an
nethack-3.4.3p16-no_x11 not.

Input form espie, Spotted by naddy, jasper, sorry for the noise.
2020-09-12 18:39:59 +00:00
rsadowski
414107e2b2 Remove qt3 support in games/nethack
OK kn@, espie@ timeout
2020-09-11 12:39:17 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
espie
44847f81ba update to 3.6.2
took me a while to get to it, because I had to check for compatibility,
and the build system is still... unique.

Save files from 3.6.0 will still work, so the directories stay the same.
2019-05-18 15:00:41 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
naddy
fea1b183a1 Restore two changes that were lost on the 3.6 side:
* unhardcode g++ in nethack,qt
* hack to ensure linking qt flavor with C++

Don't hide the link command.
2018-09-20 13:34:27 +00:00
espie
9941e70fb5 long awaited nethack 3.6.0 port, finally
a bit cleaned-up compared to the old port

This is still the same game, but new and improved.

imported alongside the old one, because people may not have finished
ascending their old characters.

borrowed some stuff from Solene's port from... over a year ago ?

okay solene@
2018-04-25 16:56:31 +00:00