notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
barony 3D roguelike game
3.3.7_2 games on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.7_2Version of this port present on the latest quarterly branch.
Maintainer: devnexen@gmail.com search for ports maintained by this maintainer
Port Added: 2018-08-14 19:29:47
Last Update: 2022-11-14 20:03:54
Commit Hash: 835b479
License: GPLv3
WWW:
http://www.baronygame.com/
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/barony
  2. bin/barony-editor
  3. /usr/local/share/barony/lang/en.ttf
  4. /usr/local/share/barony/lang/en.txt
  5. /usr/local/share/licenses/barony-3.3.7_2/catalog.mk
  6. /usr/local/share/licenses/barony-3.3.7_2/LICENSE
  7. /usr/local/share/licenses/barony-3.3.7_2/GPLv3
Collapse this list.
Dependency lines:
  • barony>0:games/barony
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):
barony
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.3.7_23.3.7_2-3.3.7_23.3.7_2-3.3.0-
FreeBSD:13:quarterly3.3.7_23.3.7_2-3.3.7_23.3.7_23.3.7_23.3.7_23.3.7_2
FreeBSD:14:latest3.3.7_23.3.7_2-3.3.7_23.3.7_23.3.7_2-3.3.7_2
FreeBSD:14:quarterly3.3.7_23.3.7_2-3.3.7_23.3.7_23.3.7_23.3.7_23.3.7_2
FreeBSD:15:latest3.3.7_23.3.7_2n/a3.3.7_2n/a3.3.7_23.3.7_23.3.7_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. rapidjson>=0 : devel/rapidjson
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. sdl2-config : devel/sdl20
  6. xorgproto>=0 : x11/xorgproto
  7. xorgproto>=0 : x11/xorgproto
Library dependencies:
  1. libogg.so : audio/libogg
  2. libphysfs.so : devel/physfs
  3. libpng.so : graphics/png
  4. libvorbisfile.so : audio/libvorbis
  5. libGL.so : graphics/libglvnd
  6. libGLU.so : graphics/libGLU
  7. libopenal.so.1 : audio/openal-soft
  8. libSDL2_image.so : graphics/sdl2_image
  9. libSDL2_net.so : net/sdl2_net
  10. libSDL2.so : devel/sdl20
  11. 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
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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/TurningWheel/Barony/tar.gz/v3.3.7?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.7_2
14 Nov 2022 20:03:54
commit hash: 835b479670531fb700f0f3aad9333f121e144852commit hash: 835b479670531fb700f0f3aad9333f121e144852commit hash: 835b479670531fb700f0f3aad9333f121e144852commit hash: 835b479670531fb700f0f3aad9333f121e144852 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Robert Clausecker
games/barony: Fix build on armv7

The type real_t is float on ARM but double on other platforms.  Pepper
in a bunch of extra casts to make clang happy.

The alternative of making real_t a double on ARM does not work.

PR:		267442
Approved by:	maintainer timeout, >2 weeks
MFH:		2022Q4
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.3.7_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.7_1
22 Jun 2021 18:53:08
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
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
3.3.7
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.3.7
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.3.7
24 Feb 2021 18:36:37
Revision:566500Original commit files touched by this commit
tobik search for other commits by this committer
games/barony: Update to 3.3.7

Submitted by:	maintainer
Differential Revision:	https://reviews.freebsd.org/D27753
3.3.0
19 Mar 2020 23:02:31
Revision:528750Original commit files touched by this commit
tobik search for other commits by this committer
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
3.3.0
11 Jan 2020 10:11:50
Revision:522644Original commit files touched by this commit
tobik search for other commits by this committer
games/barony: Update to 3.3.0

Submitted by:	devnexen@gmail.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23025
3.2.2_3
08 Nov 2019 10:47:01
Revision:517046Original commit files touched by this commit
tobik search for other commits by this committer
games: Add missing USES={gnome,gl,sdl,xorg}
3.2.2_3
13 Aug 2019 16:03:12
Revision:508837Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories e-g)
3.2.2_3
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
3.2.2_2
11 Jan 2019 20:55:49
Revision:490013Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch from devel/physfs-devel to devel/physfs (which us currently the same)
3.2.2_1
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
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
3.2.2_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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
3.2.2
30 Sep 2018 15:32:44
Revision:480962Original commit files touched by this commit
wen search for other commits by this committer
- Update to 3.2.2
- Update pkg-message

PR:		231792
Submitted by:	devnexen@gmail.com(maintainer)
Differential Revision:	https://reviews.freebsd.org/D17354
3.2.1
12 Sep 2018 13:53:49
Revision:479601Original commit files touched by this commit
tobik search for other commits by this committer
games/barony: Update to 3.2.1

PR:		231109
Submitted by:	maintainer
Differential Revision:	https://reviews.freebsd.org/D16995
3.1.4_1
11 Sep 2018 18:34:28
Revision:479538Original commit files touched by this commit
zeising search for other commits by this committer
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
3.1.4
14 Aug 2018 19:29:28
Revision:477198Original commit files touched by this commit
tobik search for other commits by this committer
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

Number of commits found: 19