aboutsummaryrefslogtreecommitdiff
path: root/games/devilutionX/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* games/devilutionX: restore build with update to 1.5.2 (+)Sergey A. Osokin2024-03-221-13/+13
| | | | | Approved by: amdmi3 (maintainer, timeout > 2 weeks) PR: 273883
* games/devilutionX: Mark BROKEN with libfmt 10+Po-Chuan Hsieh2023-12-141-0/+2
|
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* */*: chase the upgrade of devel/libfmt to 9.1.0Thierry Thomas2022-12-191-0/+1
| | | | PR: 268081
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* games/devilutionX: fix build with SDL2 2.24.0Dmitry Marakasov2022-09-071-1/+1
|
* games/devilutionX: update 1.4.0 → 1.4.1Dmitry Marakasov2022-08-041-5/+4
|
* games/devilutionX: fix fetchDmitry Marakasov2022-06-071-1/+2
| | | | | | | 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.
* games/devilutionX: take maintainershipDmitry Marakasov2022-05-191-1/+1
| | | | | | | | | | As proposed by maintainer. While here, update pkg-message with instructions on copying files for Diablo: Hellfire expansion. PR: 264064 Approved by: maintainer
* games/devilutionX: update to 1.4Dmitry Marakasov2022-05-181-22/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - Untie DEBUG (engine debug bode) from WITH_DEBUG knob (build debug binary), these are orthogonal - Properly support optional depends; zerotier is the only one broken as it conflicts with system header (see https://github.com/diasurgical/devilutionX/issues/4585) - Install devilutionx (own) data file - Since it's not versioned, use a little hack to add a tag to the filename to avoid clashes on the future updates; this seemed less evil than introducing DIST_SUBDIR - Use two-level datadir to be consistent with ~/.local/share path - Update pkg-message (Diablo data file doesn't have to be lowercase, works either way) PR: 264064 Approved by: eduardo@FreeBSD.org (maintainer)
* games/devilutionX: chase the upgrade of x11-fonts/charisNuno Teixeira2021-07-031-2/+2
| | | | | - correct PORTVERSION when PORTREVISION should be used - adjust CXXFLAGS -DTTF_FONT_NAME to match charis font name
* games/devilutionX: chase the upgrade of x11-fonts/charisThierry Thomas2021-07-021-1/+2
| | | | | PR: 256932 Reported by: eduardo@ (devilutionX’s maintainer)
* games/devilutionX: update to 1.2.1Nuno Teixeira2021-04-271-1/+1
| | | | | | | ChangeLog: https://github.com/diasurgical/devilutionX/releases/tag/1.2.1 Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D29965
* games/devilutionX: update to 1.2.0Nuno Teixeira2021-04-241-6/+5
| | | | | | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Partial revert r564845 on games/devilutionXDanilo G. Baio2021-02-101-2/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=564850
* Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)Nuno Teixeira2021-02-101-1/+2
| | | | | | | | Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D28534 Notes: svn path=/head/; revision=564845
* games/devilutionX: fix empty credits windowRainer Hurling2021-01-161-1/+2
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=561738
* games/devilutionX:Max Brazhnikov2020-12-151-1/+1
| | | | | | | | | | | - Remove patch which is already included upstream - Use debug mode instead of nightly_build for WITH_DEBUG PR: 251671 Submitted by: Nuno Teixeira (maintainer) Notes: svn path=/head/; revision=558159
* games/devilutionX: change MAINTAINERFernando Apesteguía2020-11-301-1/+1
| | | | | | | | | | | ed.arrakis@gmail.com takes maintainership PR: 251397 Submitted by: ed.arrakis@gmail.com Approved by: benny.goemans@gmail.com (maintainer) Notes: svn path=/head/; revision=556664
* games/devilutionX: Update to 1.1.0Li-Wen Hsu2020-10-221-4/+3
| | | | | | | | | PR: 250365 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> Approved by: malavon <benny.goemans@gmail.com> (maintainer) Notes: svn path=/head/; revision=552931
* games/devilutionX: Update to 1.0.1Fernando Apesteguía2020-03-241-1/+1
| | | | | | | | | | ChangeLog: https://github.com/diasurgical/devilutionX/releases/tag/1.0.1 PR: 244722 Submitted by: benny.goemans@gmail.com (maintainer) Notes: svn path=/head/; revision=529057
* games/devilutionX: Unbreak after r525796Tobias Kortkamp2020-02-181-4/+2
| | | | | | | | | | | | | | | ===> 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 Notes: svn path=/head/; revision=526476
* Remove unnecessary INSTALLS_ICONSMateusz Piotrowski2020-02-111-12/+13
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=525796
* games/devilutionX 1.0.0: version update and fixed some issuesSteve Wills2020-01-021-24/+25
| | | | | | | | PR: 242940 Submitted by: malavon <benny.goemans@gmail.com> (maintainer, with slight changes) Notes: svn path=/head/; revision=521859
* games/devilutionX: fix build on GCC architecturesPiotr Kubaj2019-11-111-1/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=517277
* games/devilutionX: Update to 0.5.0Tobias Kortkamp2019-11-021-7/+2
| | | | | | | | | | This release builds fine with Clang now. PR: 241336 Submitted by: benny.goemans@gmail.com (maintainer) Notes: svn path=/head/; revision=516296
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Regular USE_GITHUB cleanup.Mathieu Arnold2019-06-201-1/+0
| | | | Notes: svn path=/head/; revision=504618
* games/devilutionX: Remove USES=compiler:c++14-langTobias Kortkamp2019-05-271-1/+1
| | | | | | | It does not make any sense when also setting USE_GCC=yes. Notes: svn path=/head/; revision=502770
* games/devilutionX: create portSteve Wills2019-05-261-0/+46
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 Notes: svn path=/head/; revision=502742