Commit Graph

14 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
bcallah
5f675b99a4 Update to freeserf-0.3
The changelog is long:
https://github.com/freeserf/freeserf/compare/v0.1.1...v0.3
2019-01-25 20:36:04 +00:00
bcallah
f9bc984c02 Update freeserf to its latest code--this fixes some game-breaking bugs.
This is also likely to be close to the 0.3.0 release of freeserf.
2018-12-25 15:18:20 +00:00
bcallah
53d468fe84 Update to freeserf-0.1.1.20181102 2018-11-11 16:24:38 +00:00
bcallah
021d894d01 Update to freeserf-0.1.1.20181027, which is mostly a small code refactoring 2018-10-28 00:28:03 +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
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
bcallah
e0e61235cf Chase latest FreeSerf updates. 2018-03-03 02:10:52 +00:00
bcallah
85b789cfae Update to freeserf-0.1.1.20180120 2018-01-27 04:42:03 +00:00
bcallah
21643fe812 Update to latest commit, which fixes a crash during normal gameplay. 2018-01-18 23:37:05 +00:00
bcallah
4dfde9ce55 Update freeserf to the latest git commit since upstream has fixed our
32-bit building problems:
3e885957f4
2018-01-09 23:03:00 +00:00
bcallah
b0dd4531e2 Set games/freeserf to be ONLY_FOR_ARCHS=${LP64_ARCHS} to not waste time
trying to build this on 32-bit archs for now. It's broken. Bug report sent
upstream.
Reported by sthen@ on i386, confirmed by me on arm.
2018-01-08 19:37:46 +00:00
bcallah
e1ea44d121 Import games/freeserf, a Settlers 1 (Serf City) clone.
ok awolk@

FreeSerf is a faithful clone of the simulation game The Settlers 1 aka
Serf City, a 4X game in similar vein to Populous and Sim City.

FreeSerf requires data files from the original game, either the DOS
version or the Amiga version, to function properly.
2018-01-05 23:50:19 +00:00