Port details |
- devilutionX Diablo I engine for modern operating systems
- 1.5.3 games =3 1.5.2_1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2019-05-26 18:34:58
- Last Update: 2024-10-24 16:09:52
- Commit Hash: 7a0e045
- People watching this port, also watch:: rust, py311-Automat, py311-python-gdsii, py39-PyOpenGL, jdictionary
- License: CC-BY-NC-SA-4.0 OFL11 SUL
- WWW:
- https://github.com/diasurgical/devilutionX
- Description:
- Open-Source implementation of the Diablo(TM) game engine for X. This port
requires a file from the original game to work.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- devilutionX>0:games/devilutionX
- To install the port:
- cd /usr/ports/games/devilutionX/ && make install clean
- To add the package, run one of these commands:
- pkg install games/devilutionX
- pkg install devilutionX
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: devilutionX
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726845241
SHA256 (devilutionx.mpq?tag=v4) = c563903af73f7037be0a7d3752e3422f2074b75cddce6bca951a138f3597197e
SIZE (devilutionx.mpq?tag=v4) = 5293561
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:
-
- SimpleIni.h : devel/simpleini
- cmake : devel/cmake-core
- ninja : devel/ninja
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- Library dependencies:
-
- libfmt.so : devel/libfmt
- libsodium.so : security/libsodium
- libSDL_audiolib.so : audio/sdl_audiolib
- libSDL2_image.so : graphics/sdl2_image
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for devilutionX-1.5.3:
DEBUG=off: Build with debugging support
LTO=on: Use Link-Time Optimization
SOUND=on: Sound (audio) support
TEST=off: Build and/or run tests
====> Options available for the group NETWORKING
NETWORK=on: Enable network support
TCP=on: TCP multiplayer option
ZEROTIER=off: ZeroTier multiplayer option (broken)
ENCRYPTION=on: Encrypt network packets
===> Use 'make config' to modify these settings
- Options name:
- games_devilutionX
- USES:
- cmake compiler:c++11-lang dos2unix gettext-tools pkgconfig sdl
- pkg-message:
- For install:
- This game requires a datafile from the original Diablo(tm) CD or the GOG release.
If you don't own it yet, you can buy it at https://www.gog.com/game/diablo
Copy DIABDAT.MPQ to ~/.local/share/diasurgical/devilution/
For the Hellfire expansion you will also need to copy hellfire.mpq, hfmonk.mpq, hfmusic.mpq and hfvoice.mpq files.
If you have any issues with this game, please file a bug report on the GitHub page:
https://github.com/diasurgical/devilutionX/issues
- If upgrading from < 1.1.0:
- Upgrading from before 1.1.0 needs to do remove ~/.local/share/diasurgical/devilution/diablo.ini
so devilutionX runs correctly
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.3 24 Oct 2024 16:09:52 |
Dmitry Marakasov (amdmi3) |
games/devilutionX: update 1.5.2 → 1.5.3
PR: 282292 |
1.5.2_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
1.5.2 22 Mar 2024 12:48:36 |
Sergey A. Osokin (osa) |
games/devilutionX: restore build with update to 1.5.2 (+)
Approved by: amdmi3 (maintainer, timeout > 2 weeks)
PR: 273883 |
1.4.1_2 14 Dec 2023 15:49:39 |
Po-Chuan Hsieh (sunpoet) |
games/devilutionX: Mark BROKEN with libfmt 10+ |
1.4.1_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.4.1_1 19 Dec 2022 09:31:34 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.4.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.4.1 07 Sep 2022 17:22:39 |
Dmitry Marakasov (amdmi3) |
games/devilutionX: fix build with SDL2 2.24.0 |
1.4.1 04 Aug 2022 21:00:47 |
Dmitry Marakasov (amdmi3) |
games/devilutionX: update 1.4.0 → 1.4.1 |
1.4.0 07 Jun 2022 01:33:51 |
Dmitry Marakasov (amdmi3) |
games/devilutionX: fix fetch
The port mistakenly used 1.4 branch instead of 1.4.0 tag, so the
fetch was broken as soon as the branch was updated. Point it back
to the commit it was built and tested on. It's several commits after
1.4.0 in fact. |
1.4 19 May 2022 17:36:17 |
Dmitry Marakasov (amdmi3) |
games/devilutionX: take maintainership
As proposed by maintainer.
While here, update pkg-message with instructions on copying files
for Diablo: Hellfire expansion.
PR: 264064
Approved by: maintainer |
1.4 18 May 2022 18:54:10 |
Dmitry Marakasov (amdmi3) |
games/devilutionX: update to 1.4
- Update to 1.4
- Drop dependency on font, no longer needed
- Drop unnecessary .desktop file patches (also upstream PR exists)
- Install from the port (instead of patching CMakeLists.txt), to be
more explicit and flexible
- Convert to pkg-plist as there are more files now
- The new version tries to fetch dependencies from the net, for some
depenencies this is unconditional. Fetch these properly with
GH_TUPLE and place in a directory where CMake expectes them.
- Upstream code expects patch component in the version, so add an extra
.0 to VERSION_NUM. This should not break on (future) X.Y.Z versions
as the component will move to micropatch position and will be ignored
- BINARY_RELEASE option is gone (Only the first 15 lines of the commit message are shown above ) |
1.2.1_1 03 Jul 2021 10:11:40 |
Nuno Teixeira (eduardo) |
games/devilutionX: chase the upgrade of x11-fonts/charis
- correct PORTVERSION when PORTREVISION should be used
- adjust CXXFLAGS -DTTF_FONT_NAME to match charis font name |
1 02 Jul 2021 14:15:00 |
Thierry Thomas (thierry) |
games/devilutionX: chase the upgrade of x11-fonts/charis
PR: 256932
Reported by: eduardo@ (devilutionX’s maintainer) |
1.2.1 27 Apr 2021 06:16:24 |
Nuno Teixeira (eduardo) |
games/devilutionX: update to 1.2.1
ChangeLog: https://github.com/diasurgical/devilutionX/releases/tag/1.2.1
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D29965 |
1.2.0 24 Apr 2021 14:09:54 |
Nuno Teixeira (eduardo) |
games/devilutionX: update to 1.2.0
While here:
- set version correctly with -DVERSION_NUM=${PORTVERSION} (cmake)
- pet portclippy by using "_" prefix in local variable "MY_DEPENDS"
Changes:
https://github.com/diasurgical/devilutionX/releases/tag/1.2.0
Approved by: dbaio (mentor)
Differential Revision: https://reviews.freebsd.org/D29638 |
1.1.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0_2 10 Feb 2021 11:07:31 |
dbaio |
Partial revert r564845 on games/devilutionX
Reported by: mat |
1.1.0_1 10 Feb 2021 07:42:50 |
eduardo |
Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D28534 |
1.1.0_1 16 Jan 2021 17:00:07 |
rhurlin |
games/devilutionX: fix empty credits window
Fix empty "Show Credits" window by changing TTF_FONT_PATH
to TTF_FONT_DIR/TTF_FONT_NAME, introduced in v1.1.0 [1].
[1]
https://github.com/diasurgical/devilutionX/commit/791aa60cab453899dfaa7456cde1e8c23fcbee79
PR: 252601
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit) |
1.1.0 15 Dec 2020 12:44:32 |
makc |
games/devilutionX:
- Remove patch which is already included upstream
- Use debug mode instead of nightly_build for WITH_DEBUG
PR: 251671
Submitted by: Nuno Teixeira (maintainer) |
1.1.0 30 Nov 2020 17:31:27 |
fernape |
games/devilutionX: change MAINTAINER
ed.arrakis@gmail.com takes maintainership
PR: 251397
Submitted by: ed.arrakis@gmail.com
Approved by: benny.goemans@gmail.com (maintainer) |
1.1.0 22 Oct 2020 06:01:59 |
lwhsu |
games/devilutionX: Update to 1.1.0
PR: 250365
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com>
Approved by: malavon <benny.goemans@gmail.com> (maintainer) |
1.0.1 24 Mar 2020 17:48:45 |
fernape |
games/devilutionX: Update to 1.0.1
ChangeLog: https://github.com/diasurgical/devilutionX/releases/tag/1.0.1
PR: 244722
Submitted by: benny.goemans@gmail.com (maintainer) |
1.0.0 18 Feb 2020 21:07:10 |
tobik |
games/devilutionX: Unbreak after r525796
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: /applications/devilutionx.desktop
Error: Orphaned: /icons/hicolor/16x16/apps/devilutionx.png
Error: Orphaned: /icons/hicolor/32x32/apps/devilutionx.png
Error: Orphaned: /icons/hicolor/48x48/apps/devilutionx.png
http://package21.nyi.freebsd.org/data/113amd64-default-qat/526187/logs/devilutionX-1.0.0.log
Pointy hat: 0mp |
1.0.0 11 Feb 2020 08:52:17 |
0mp |
Remove unnecessary INSTALLS_ICONS
Setting INSTALLS_ICONS makes no sense as the port is not setting
USES=gnome.
Also while here:
- Use MY_DEPENDS for shared build and run time dependencies.
- Sort variables.
- Use CMAKE_ON instead of CMAKE_ARGS where possible.
Approved by: portmgr (blanket approval) |
1.0.0 02 Jan 2020 16:53:35 |
swills |
games/devilutionX 1.0.0: version update and fixed some issues
PR: 242940
Submitted by: malavon <benny.goemans@gmail.com> (maintainer, with slight
changes) |
0.5.0 11 Nov 2019 18:20:06 |
pkubaj |
games/devilutionX: fix build on GCC architectures
Needs C++11 compiler:
Target "devilution" requires the language dialect "CXX11" , but CMake does
not know the compile flags to use to enable it.
Approved by: mentors (implicit approval) |
0.5.0 02 Nov 2019 11:09:31 |
tobik |
games/devilutionX: Update to 0.5.0
This release builds fine with Clang now.
PR: 241336
Submitted by: benny.goemans@gmail.com (maintainer) |
0.4.0_1 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0.4.0_1 26 Jul 2019 20:46:57 |
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 |
0.4.0 20 Jun 2019 07:12:41 |
mat |
Regular USE_GITHUB cleanup. |
0.4.0 27 May 2019 06:32:24 |
tobik |
games/devilutionX: Remove USES=compiler:c++14-lang
It does not make any sense when also setting USE_GCC=yes. |
0.4.0 26 May 2019 18:34:43 |
swills |
games/devilutionX: create port
Open-Source implementation of the Diablo(TM) game engine for X. This port
requires a file from the original game to work.
WWW: https://github.com/diasurgical/devilutionX
PR: 237997
Submitted by: benny.goemans@gmail.com |