OpenBSD CVS

CVS log for ports/games/gemrb/Makefile


[BACK] Up to [local] / ports / games / gemrb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Wed May 29 08:30:36 2024 UTC (4 days, 16 hours ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +2 -4 lines
Diff to previous 1.22 (unified)

MODPY_COMPILEALL for the remaining py2 ports using it

Revision 1.22 / (download) - annotate - [select for diffs], Tue Sep 26 09:41:36 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (unified)

-> SITES

Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 24 11:40:40 2023 UTC (13 months, 1 week ago) by ajacoutot
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (unified)

x11/gtk+3,-guic -> x11/gtk+4,-guic + bump included inherits from MODULE.

Revision 1.20 / (download) - annotate - [select for diffs], Sat May 28 06:19:59 2022 UTC (2 years ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.19: +0 -2 lines
Diff to previous 1.19 (unified)

Fix build with CMake 3.23

- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23

Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 11 19:04:27 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.18: +0 -2 lines
Diff to previous 1.18 (unified)

drop RCS Ids

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jun 15 04:23:45 2021 UTC (2 years, 11 months ago) by kirby
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.17: +15 -5 lines
Diff to previous 1.17 (unified)

Update to gemrb-0.8.8.
Changelog:
	https://gemrb.org/2020/08/24/gemrb-0-8-7-released.html
	https://gemrb.org/2021/06/02/gemrb-0-8-8-released.html

Revision 1.17 / (download) - annotate - [select for diffs], Sat May 8 13:00:22 2021 UTC (3 years ago) by rsadowski
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

Fix build with upcoming cmake

Revision 1.16 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:22 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (unified)

Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 13 08:24:26 2019 UTC (4 years, 5 months ago) by kirby
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (unified)

update to gemrb-0.8.6

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 31 07:55:32 2019 UTC (4 years, 10 months ago) by kirby
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

- add README
- fix typo in files/baldurs_gate_1.cfg
- remove GameOverridePath option in files/baldurs_gate1.cfg
- backport fix from upstream for "Unable to create cache directory"

from Nam Nguyen with some tweaks by me.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 12 20:46:18 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:03 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.11: +4 -2 lines
Diff to previous 1.11 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 29 22:16:13 2018 UTC (5 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

@tag gtk-update-icon-cache

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 27 21:03:46 2018 UTC (5 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (unified)

first tag: update-desktop-database

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 27 18:12:30 2017 UTC (6 years, 6 months ago) by kirby
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.8: +5 -7 lines
Diff to previous 1.8 (unified)

update to gemrb-0.8.5

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 26 22:45:21 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 16 19:18:55 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

use COMPILER_LIBCXX where applicable

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 10 11:46:18 2017 UTC (7 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

use LIBCXX

Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 26 07:06:36 2016 UTC (8 years, 1 month ago) by kirby
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (unified)

drop converters/libiconv module

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 20 16:12:24 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (unified)

drop SHARED_ONLY from python and ruby ports

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 6 20:28:36 2016 UTC (8 years, 2 months ago) by kirby
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (unified)

update to gemrb-0.8.4

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 2 11:56:55 2015 UTC (8 years, 7 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

a few minor pkg_subst fixes, for the coming patch (disallow -c without -m
outside of WRKDIR)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Aug 21 09:14:21 2015 UTC (8 years, 9 months ago) by kirby
Branch: kirby
CVS Tags: kirby_20150821
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

GemRB (Game engine made with preRendered Background) is a portable
open-source implementation of Bioware's Infinity Engine which was
written to support pseudo-3D role playing games based on the Dungeons &
Dragons ruleset.

With help from bentley@ and edd@
OK bentley@


Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 21 09:14:21 2015 UTC (8 years, 9 months ago) by kirby
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.