Port details |
- barony 3D roguelike game
- 3.3.7_1 games
=0 Version of this port present on the latest quarterly branch. - Maintainer: devnexen@gmail.com
 - Port Added: 2018-08-14 19:29:47
- Last Update: 2021-06-22 18:53:08
- Commit Hash: da3162c
- License: GPLv3
- Description:
- Barony is a 3D, first-person roguelike. The goal of the game is
to descend to the bottom of a dark dungeon known as the Devil's
Bastion and destroy an undead lich named Baron Herx, who terrorized
the peaceful town of Hamlet in life and is now harboring a curse
against the land from beyond the grave. To aid you in your quest
are friendly humans who have been eeking out a rough life within
the dungeon for generations, as well as any friends you can bring
with you in real life: Barony is the first of its kind as a
first-person roguelike in that it fully supports cooperative
multiplayer for up to four players.
WWW: http://www.baronygame.com/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/barony/ && make install clean
- To add the package, run one of these commands:
- pkg install games/barony
- pkg install barony
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: barony
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1614184660
SHA256 (TurningWheel-Barony-v3.3.7_GH0.tar.gz) = a0b8942e269e8dafcc42173292bcb1bd4acd1c2dd35d5b483a0a6059ef277bb3
SIZE (TurningWheel-Barony-v3.3.7_GH0.tar.gz) = 53830405
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rapidjson>=0 : devel/rapidjson
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libogg.so : audio/libogg
- libphysfs.so : devel/physfs
- libpng.so : graphics/png
- libvorbisfile.so : audio/libvorbis
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libopenal.so.1 : audio/openal-soft
- libSDL2_image.so : graphics/sdl2_image
- libSDL2_net.so : net/sdl2_net
- libSDL2.so : devel/sdl20
- libSDL2_ttf.so : graphics/sdl2_ttf
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- games_barony
- USES:
- cmake:insource compiler:c++11-lib dos2unix gl localbase:ldflags openal pkgconfig sdl xorg
- pkg-message:
- For install:
- Barony requires the original game files from Barony: Blessed Edition
(e.g. 3.2.x) to work properly. These can come from the GOG.com
or the Steam versions of the game.
If using the GOG.com version, you should download the Linux version
barony_cursed_edition_en_3_2_2_24038.sh and use the unzip command
line to extract the data.
The files will be in a directory named data/noarch/game. You can
move the contents of this directory to the /usr/local/share/barony
directory for a global install. You will also need to fix the
permissions on the files.
The easiest way to do this is to follow these steps:
$ unzip barony_cursed_edition_en_3_2_2_24038.sh
$ sudo cp -R data/noarch/game/* /usr/local/share/barony
$ sudo find /usr/local/share/barony -type d ! -perm 755 -exec chmod 755 {} \;
As an alternative, the game assets can be placed into a personal folder
of your choice and the game can be launched with the -datadir= option,
for example:
$ barony -datadir=$HOME/.barony
You do not have to fix file permissions in this case.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Jun 2021 18:53:08 3.3.7_1 |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
07 Apr 2021 08:09:01 3.3.7 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.3.7 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Feb 2021 18:36:37
3.3.7 |
tobik  |
games/barony: Update to 3.3.7
Submitted by: maintainer
Differential Revision: https://reviews.freebsd.org/D27753 |
19 Mar 2020 23:02:31
3.3.0 |
tobik  |
Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).
PR: 226980
Reviewed by: jbeich (earlier version)
Differential Revision: https://reviews.freebsd.org/D23030 |
11 Jan 2020 10:11:50
3.3.0 |
tobik  |
games/barony: Update to 3.3.0
Submitted by: devnexen@gmail.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D23025 |
08 Nov 2019 10:47:01
3.2.2_3 |
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
13 Aug 2019 16:03:12
3.2.2_3 |
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
26 Jul 2019 20:46:57
3.2.2_3 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
11 Jan 2019 20:55:49
3.2.2_2 |
amdmi3  |
Switch from devel/physfs-devel to devel/physfs (which us currently the same) |
25 Dec 2018 20:25:40
3.2.2_1 |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
3.2.2_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
30 Sep 2018 15:32:44
3.2.2 |
wen  |
- Update to 3.2.2
- Update pkg-message
PR: 231792
Submitted by: devnexen@gmail.com(maintainer)
Differential Revision: https://reviews.freebsd.org/D17354 |
12 Sep 2018 13:53:49
3.2.1 |
tobik  |
games/barony: Update to 3.2.1
PR: 231109
Submitted by: maintainer
Differential Revision: https://reviews.freebsd.org/D16995 |
11 Sep 2018 18:34:28
3.1.4_1 |
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
14 Aug 2018 19:29:28
3.1.4 |
tobik  |
New port: games/barony
Barony is a 3D, first-person roguelike. The goal of the game is
to descend to the bottom of a dark dungeon known as the Devil's
Bastion and destroy an undead lich named Baron Herx, who terrorized
the peaceful town of Hamlet in life and is now harboring a curse
against the land from beyond the grave. To aid you in your quest
are friendly humans who have been eeking out a rough life within
the dungeon for generations, as well as any friends you can bring
with you in real life: Barony is the first of its kind as a
first-person roguelike in that it fully supports cooperative
multiplayer for up to four players.
WWW: http://www.baronygame.com/
PR: 227353
Submitted by: David Carlier <devnexen@gmail.com>
Reviewed by: amdmi3, jbeich, tobik
Differential Revision: https://reviews.freebsd.org/D15310 |