Version: 0.8.2.20180924, Package name: returntotheroots-0.8.2.20180924 |
Maintained by: Brian Callahan |
Master sites: |
Description Return To The Roots is a fan project which aims to renew the original The Settlers 2. We aim to create new features such as a multiplayer mode via the Internet as well as support for modern hardware. You will need an original copy of "The Settlers 2 Gold Edition" to play Return To The Roots. The Settlers 2 is a 4X game similar to Civilization and Alpha Centauri. Comes with a game client (s25client) and map editor (s25edit). |
Filesize: 36665.32 KB |
Version History (View Complete History) |
|
2021-06-09 13:50:11 by Stuart Henderson | Files touched by this commit (73) |
Log message: remove ports libexecinfo, we now have a libunwind-based libexecinfo in base |
2021-04-01 12:58:53 by Brian Callahan | Files touched by this commit (1) |
Log message: Mark BROKEN to not impede new Boost updates. |
2020-12-11 23:59:52 by Brian Callahan | Files touched by this commit (3) |
Log message: Brad is working on a newer Boost. He sent me this diff to fix the build using this new Boost. It doesn't affect the build with the current Boost. While here, sync PLIST (adds the new-ish @so markers). |
2020-08-15 14:30:56 by Rafael Sadowski | Files touched by this commit (5) |
Log message: Unbreak with devel/boost>=1.67.0 |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2019-03-10 22:11:57 by Bjorn Ketelaars | Files touched by this commit (10) |
Log message: Bump REVISION due to pkgpath change in net/miniupnp/miniupnpc. |
2018-12-13 12:53:24 by Stuart Henderson | Files touched by this commit (64) |
Log message: bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost, it has been split into subpackages |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: 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-09-24 15:43:10 by Brian Callahan | Files touched by this commit (7) |
Log message: Update to returntotheroots-0.8.2.20180924. Features some CMake build improvements, so a CMake patch goes away. Also includes some bug fixes and general game improvements. I added the usual "You must purchase this game to use the package" language to pkg/README to make sure it's clear that while the package we offer is open source, the game assets are not. |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-07-03 09:37:53 by Brian Callahan | Files touched by this commit (2) |
Log message: Update to returntotheroots-0.8.2.20180702 |
2018-06-22 14:42:12 by Brian Callahan | Files touched by this commit (6) |
Log message: Update to returnoftheroots-20180604 |
2018-02-10 02:26:02 by Landry Breuil | Files touched by this commit (1) |
Log message: Set ONLY_FOR_ARCHS, CMakeLists.txt explicitely checks for amd64/i386 only. |
2018-01-08 20:47:55 by Brian Callahan | Files touched by this commit (8) |
Log message: Update to returntotheroots-0.8.2.20180107 Upstream now provides a RTTR_EXTRA_BINDIR setting which we can use to not install some binaries to an awkward bin/RTTR directory. We settled on libexec/s25rttr as the directory. |