Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.4 12 Jan 2025 21:41:49 |
Piotr Kubaj (pkubaj) |
games/gemrb: update to 0.9.4
Changolog: https://gemrb.org/2025/01/11/gemrb-0-9-4-released.html |
0.9.3_1 30 Sep 2024 09:08:37 |
Piotr Kubaj (pkubaj) Author: Stefan Schlosser |
games/gemrb: USE_GCC again to fix crash
- readd USE_GCC=yes (https://github.com/gemrb/gemrb/issues/2074)
- use compiler:c++14-lang (per gemrb 0.9.3 release notes)
- update pkg-plist (two files are depending on OPENGL option now)
- mention USE_TEST and USE_TRACY build options for completeness |
0.9.3 16 Jul 2024 01:05:12 |
Piotr Kubaj (pkubaj) |
games/gemrb: update to 0.9.3
Changelog: https://gemrb.org/2024/07/10/gemrb-0-9-3-released.html |
0.9.2_1 20 Feb 2024 20:56:07 |
Piotr Kubaj (pkubaj) Author: bsdcode |
games/gemrb: fix crash and improve port
- use GCC (https://github.com/gemrb/gemrb/issues/1786)
- add optional OpenGL and SDL2_mixer support
- add disabled pixelscaling to screensize option
- change GemRB.cfg into a proper conffile
(remove from pkg-plist and annotate GemRB.cfg.sample with @sample)
- fix and modernize pkg-message
- use distfiles form GitHub instead of SourceForge
- make PNG, OGG, TTF and OpenAL support optional
- make optional demo assets also optional in the port
- use compiler:c++11-lang
- remove gnome and localbase uses
- remove DOC_DIR and MAN_DIR from CMAKE_ARGS
- set CMake options explicitly
- use CMake options helpers for boolean options
- organize options into AUDIO, RESOURCE and VIDEO groups
git rm games/gemrb/files/patch-gemrb_plugins_TTFImporter_CMakeLists.txt
git add games/gemrb/files/extra-patch-gemrb_plugins_TTFImporter_CMakeLists.txt |
0.9.2 19 Jan 2024 06:55:23 |
Piotr Kubaj (pkubaj) |
games/gemrb: update to 0.9.2
New features:
- PVR(Z), BAM2, MOS2 and TIS2 support
- support for higher AI speeds ("FPS") and VSync
- support for EE-style saves, TLK locations and many more tables
- PST's floating text and personalized pc comments
- optional smooth fog of war on SDL >= 2.0.18
- 3e-style sneak attack and crippling strike from HoW/iwdee
- Anbernic device support
Improved features:
- PST effect durations
- performance, pathfinding, formations
- combat, opcodes, EE compat, hp handling, demo
- bugfixes |
0.9.1_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
0.9.1 28 Dec 2023 23:03:32 |
Jason E. Hale (jhale) |
games/gemrb: Fix build with CMake >= 3.28.0
PR: 275730
Approved by: portmgr (blanket) |
0.9.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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) |
0.9.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 ) |
0.9.1 30 Aug 2022 23:02:09 |
Piotr Kubaj (pkubaj) |
games/gemrb: update to 0.9.1 |
0.9.0 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.9.0 21 Sep 2021 09:41:17 |
Piotr Kubaj (pkubaj) |
games/gemrb: revive port
Update to 0.9.0, which brings Python 3 support and take maintainership. |
0.8.6 18 Dec 2020 13:39:54 |
rene |
Remove expired ports:
2020-12-15 games/gemrb: Uses deprecated version of python
2020-12-18 net/iplog: Unmaintained and dead upstream. Does not build with modern
compilers. |
0.8.6 30 Jun 2020 09:47:04 |
tobik |
games/gemrb: Set a more reasonable expiration date
This is a leaf port that rmport can trivially remove. No need to
do it too early. |
0.8.6 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.8.6 30 Dec 2019 23:46:53 |
pkubaj |
games/gemrb: fix build on GCC architectures
Use newer GCC:
cc1plus: error: -Werror=pedantic: No option -Wpedantic |
0.8.6 17 Dec 2019 09:49:36 |
tobik |
games/gemrb: Update to 0.8.6
Changes: https://www.gibberlings3.net/forums/topic/30811-gemrb-086-released-revenge-of-the-squirrels-edition/
PR: 242396
Submitted by: tobik
Approved by: lifanov (maintainer timeout, 14 days) |
0.8.5 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
0.8.5 05 Nov 2019 22:21:16 |
zeising |
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.8.5 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0.8.5 25 Dec 2018 20:25:40 |
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 |
0.8.5 11 Dec 2017 16:54:20 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
0.8.5 30 Nov 2017 14:07:29 |
lifanov |
update games/gemrb to 0.8.5
The port is cleaned up to remove a lot of heavy dependencies.
New features
SDL2 resolution-independent window scaling, environmental audio, IRIX
compatibility
regeneration during sleep, time dilation
iwd2 ability stacking, iwd ZZ* weapon bonuses
portrait.2da handling, avatar shadows, dialogF.tlk handling
Improved features
infravision
better compatibility with bgt, 10pp, ia, kelsey, dr
sdl2 input, mouse scrolling, opengl driver
iwd2 cg&lu, item (un)usability, avatar sizes, permanent clabs
ambients, verbal constants, random walk, walk sounds
bugfixes |
0.8.4_4 18 Nov 2017 19:32:39 |
zeising |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine |
0.8.4_3 05 Jun 2017 20:31:33 |
rakuco |
Switch to an out-of-source CMake build.
This prevents some build system files from being installed. Bump PORTREVISION
accordingly. |
0.8.4_2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.8.4_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
0.8.4 14 Dec 2016 03:47:18 |
lifanov |
update MAINTAINER to my FreeBSD.org email
Reviewed by: matthew
Approved by: matthew (maintainer)
Differential Revision: https://reviews.freebsd.org/D8782 |
0.8.4 13 Jul 2016 11:40:24 |
amdmi3 |
- Update 0.8.4 (see http://gibberlings3.net/forums/index.php?showtopic=27878 for
changes)
- Switch to USES=localbase
- Indent CMAKE_ARGS
- Add missing LIB_DEPENDS
- Add missing INSTALLS_ICONS
- Pass maintainership to submitter
PR: 210889
Submitted by: lifanov@mail.lifanov.com
Approved by: beyert@cs.ucr.edu (maintainer) |
0.8.3 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.8.3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.8.3 29 Oct 2015 13:47:39 |
mat |
Update to 0.8.3
PR: 202774
Submitted by: Nikolai Lifanov
Approved by: maintainer
Sponsored by: Absolight |
0.8.0.1_3 15 Jan 2015 13:06:28 |
amdmi3 |
- Fix shebangs
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.8.0.1_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.8.0.1_2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.8.0.1_2 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.8.0.1_1 20 Oct 2014 17:36:03 |
mva |
- Convert games/ to new USES=python
Approved by: portmgr (implicit) |
0.8.0.1_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.8.0.1 15 Jul 2014 23:30:06 |
adamw |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. |
0.8.0.1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.8.0.1 25 Dec 2013 23:29:34 |
antoine |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
0.8.0.1 23 Nov 2013 13:16:59 |
ak |
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
- Update to 0.8.0.1 [1]
PR: ports/184077 (based on) [1]
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) [1] |
0.8.0 22 Oct 2013 13:53:34 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
0.8.0 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.8.0 11 May 2013 12:03:02 |
ak |
- Update to 0.8.0
PR: ports/178217
Submitted by: Jakub Lach <jakub_lach@mailplus.pl>
Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.7.2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.7.2 18 Jan 2013 05:45:03 |
ak |
- Update to 0.7.2 [1]
- Convert Makefile headers to new style [1]
- Convert to new options framework
- Remove broken NO_INSTALL_MANPAGES
PR: ports/174913 (based on) [1]
Submitted by: Jakub Lach <jakub_lach@mailplus.pl>
Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.7.1_1 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
0.7.1 19 Jul 2012 01:33:00 |
ak |
- Fix pkg-plist. Not my day. |
0.7.1 18 Jul 2012 23:50:47 |
ak |
- Fix distinfo |
0.7.1 18 Jul 2012 21:03:44 |
ak |
- Update to 0.7.1 (see http://www.gemrb.org/wiki/doku.php?id=changelog)
- Remove ABI version numbers from LIB_DEPENDS
PR: ports/169934
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.7.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.7.0 19 Mar 2012 20:14:56 |
ak |
- Update to 0.7.0
- add NO_INSTALL_MANPAGES
PR: 166230
Submitted by: Hakisho Nukama <nukama@gmail.com>
Approved by: maintainer, itetcu (mentor)
Feature safe: yes |
0.6.2_2 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.6.2_1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.6.2_1 25 Feb 2011 03:19:29 |
miwi |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
0.6.2 04 Oct 2010 22:44:36 |
pav |
- Mark BROKEN on 6.X
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.6.2 23 Sep 2010 08:07:37 |
pav |
- Try to fix build on 6.x (untested)
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.6.2 18 Sep 2010 09:59:36 |
pav |
- Update to 0.6.2
PR: ports/150319
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.6.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.6.0 08 Feb 2010 08:51:45 |
pav |
- Update to 0.6.0
PR: ports/142161
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.5.0_1 25 Jan 2010 19:15:18 |
pav |
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat) |
0.5.0 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.5.0 13 Jul 2009 23:24:18 |
miwi |
- Update to 0.5.0
PR: 136401
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.4.0 17 Jun 2009 21:33:25 |
dhn |
- Update to 0.4.0
PR: ports/135399
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.3.2 31 Mar 2009 22:31:03 |
miwi |
- Update to 0.3.2
PR: 133252
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.3.1 08 Jan 2009 17:01:39 |
pav |
- USE_GZIP does not need to be defined last few years |
0.3.1 19 Oct 2008 15:26:47 |
miwi |
- Update to 0.3.1
PR: 128198
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
0.3.0 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.3.0 22 Jun 2008 21:48:03 |
gahr |
- New port: gemrb
This Game Engine is a port of the original Infinity Engine (the one of
Baldur's Gate, Icewind Dale, Planescape: Torment, etc...) to Linux/Unix,
Mac OS X and Windows with some enhancements.
PR: 122980
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> |