aboutsummaryrefslogtreecommitdiff
path: root/games/openmw
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost: bump consumers after boost upgrade (+)Dima Panov23 hours1-1/+1
| | | | Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
* games/openmw: prepare for Boost-1.89, do not link with stub Boost::systemDima Panov2025-09-221-5/+5
|
* games/openmw: prevent hook up Qt5 buildtools instead of Qt6 in mixed ↵Dima Panov2025-07-301-0/+7
| | | | | | environment (+) While here, prepare for upcoming Boost.system removal
* games/openmw: Switch Qt5 -> Qt6 (+)Dima Panov2025-07-294-19/+75
| | | | | Improve crashhandler structures patch Also unbreak i386 build by backpoting MR4791 from upstream
* lang/luajit: update to v2.1Sergey A. Osokin2025-07-091-0/+1
| | | | | | | | Disconnect lang/luajit-devel from the build, will be removed soon. Bump PORTREVISIONs for the consumers. Discussed with: adamw PR: 225342
* games/openmw: update to 0.49.0 release (+)Dima Panov2025-07-0733-691/+186
| | | | | GitHub Announce: https://github.com/OpenMW/openmw/releases/tag/openmw-0.49.0 Full release notes: https://openmw.org/2025/openmw-0-49-0-released/
* games/openmw: fix patch line terminators after 13a36f14c8a5Dimitry Andric2025-06-172-18/+18
| | | | | | | | The files components/myguiplatform/myguiloglistener.[ch]pp are with DOS line terminators, so the patch files will have a mix of CRLF and LF line terminators. This got lost when applying the patch in the PR. PR: 284814
* games/openmw: fix build against recent mygui and libc++ 19Dimitry Andric2025-06-1726-3/+568
| | | | PR: 284814
* devel/boost: bump consumers after Boost updateDima Panov2025-06-021-1/+1
|
* archivers/unshield: Update to 1.6.2Po-Chuan Hsieh2025-04-181-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/twogood/unshield/releases
* */*: Bump consumers of devel/icuDaniel Engberg2025-02-141-1/+1
| | | | ...to avoid library mismatches
* devel/boost: bump consumers after Boost-1.87 updateDima Panov2025-02-141-1/+1
| | | | Sponsored by: Future Crew, LLC
* devel/boost: bump consu,ers after update Boost to 1.86 releaseDima Panov2024-11-201-1/+1
| | | | Sponsored by: Future Crew, LLC
* games/openmw: fix to sol's optional::emplace for clang++ 19 (+)Dima Panov2024-11-061-0/+12
| | | | Obtained from: https://github.com/ThePhD/sol2/pull/1606/
* */*: bump consumers after devel/boost* updateDima Panov2024-10-031-1/+1
| | | | | With hat: office Sponsored by: Future Crew, LLC
* games/openmw: unbreak build on i386 (+)Dima Panov2024-08-133-2/+38
| | | | | | While here, unbreak build with GCC14+ Reported by: pkg-fallout
* devel/boost: bump consumers after library updateDima Panov2024-02-131-1/+1
|
* games/openmw: Broken on amd64 and arm64 on 15 due to clang crashYuri Victorovich2024-01-291-0/+3
| | | | Reported by: fallout
* devel/icu: update to 74.1Jan Beich2023-11-171-1/+1
| | | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1 Reported by: GitHub (watch releases) PR: 274317 Exp-run by: antoine (incomplete) Approved by: fluffy
* devel/boost*: bump all consumers after 1.83.0Dima Panov2023-09-271-0/+1
|
* games/openmw: regen distinfo (+)Dima Panov2023-08-121-3/+3
| | | | | | | Upstream have uploaded rerolled tarball. No functional changes applied. Reported by: pkg-fallout
* games/openmw: update to 0.48.0 release (+)Dima Panov2023-08-045-135/+225
| | | | | | OpenMW 0.48.0 Released! Release notes: https://openmw.org/2023/openmw-0-48-0-released/
* */*: bump all direct Boost cunsumersDima Panov2023-04-271-1/+1
|
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* games/openmw: Move to FFmpeg 4Daniel Engberg2023-04-272-1/+15
| | | | | | | Move to FFmpeg 4 due to dependency of graphics/osg Approved by: portmgr (blanket, build fix) Sponsored by: Blinkinblox
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* */*: bump libboost*.so libraries consumert after Boost upgradeDima Panov2023-01-161-1/+1
|
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-2/+2
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* 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)
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-1/+1
|
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-221-1/+1
| | | | PR: 246106
* devel/bullet: flavorize, use CMAKE_[ON|OFF] macros, build extras (+)Dima Panov2021-12-151-1/+2
| | | | | | | games/openmw: bump PORTREVISION to force rebuild with flavorized bullet-double Requested by: amdmi3 Sponsored by: Netzkommune GmbH
* games/openmw: update to 0.47 releaseDima Panov2021-12-145-27/+57
| | | | Sponsored by: Netzkommune GmbH
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | 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
* Remove my useless "Created by" linesTobias Kortkamp2021-04-191-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/[freeciv, openmv]: adoptDima Panov2020-09-291-1/+1
| | | | Notes: svn path=/head/; revision=550487
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* games/openmw: Update to openmw-0.46.0Tobias Kortkamp2020-06-0915-190/+18
| | | | | | | Changes: https://github.com/OpenMW/openmw/releases/tag/openmw-0.46.0 Notes: svn path=/head/; revision=538322
* - Bump revision after graphics/osg update, add patches to fix build with ↵Dmitry Marakasov2020-02-143-1/+74
| | | | | | | newer mygui and osg Notes: svn path=/head/; revision=526186
* games/openmw: Use graphics/osgTobias Kortkamp2019-12-131-2/+2
| | | | Notes: svn path=/head/; revision=520005
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* - Move graphics/osg to graphics/osg34 in preparation for update to 3.6Dmitry Marakasov2019-12-091-2/+2
| | | | | | | PR: 230442 Notes: svn path=/head/; revision=519633
* Add missing USES to my portsTobias Kortkamp2019-10-311-1/+1
| | | | Notes: svn path=/head/; revision=516140
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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
* games/openmw: fix build with GCC-based architecturesPiotr Kubaj2019-05-0810-0/+102
| | | | | | | | | | | | | | | | | | | | | | After mygui upgrade, a couple of include <memory> are needed to build with GCC. Errors: /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:78:14: error: 'unique_ptr' in namespace 'std' does not name a template type std::unique_ptr<MWMechanics::Alchemy> mAlchemy; ^~~~~~~~~~ /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:78:9: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to +'#include <memory>'? /wrkdirs/usr/ports/games/openmw/work/openmw-openmw-0.45.0/apps/openmw/mwgui/alchemywindow.hpp:14:1: +#include <memory> PR: 237773 Approved by: tobik (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20184 Notes: svn path=/head/; revision=501004