27 Commits

Author SHA1 Message Date
bentley
0216663558 Fix regression tests, which depend on libpng. 2020-09-06 22:33:59 +00:00
rsadowski
24e6155b0b Remove gambatte-qt(4) multi-packages
Tweaks and OK from bentley@
2020-08-30 20:18:25 +00:00
cwen
1681a5baf3 gambatte: fix packaging on base-gcc archs.
Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by
LIB_DEPENDS-*, despite COMPILER_LIBCXX being in WANTLIB-*.

OK bentley@ (maintainer)
2019-10-17 13:29:53 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen
fb7f4374ad sync WANTLIB 2019-07-05 11:52:59 +00:00
sthen
25f0e460f2 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.
2018-10-24 14:27:57 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
bentley
a078c3fa58 Fix gambatte PKGNAME. 2016-08-11 07:42:27 +00:00
zhuk
ed298848a3 Zap more lines from qmake-based ports by moving them from
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.

Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00
zhuk
d4050da217 Switch to MODQMAKE, shaves 7 lines from Makefile.
(requires recent qt4.port.mk)
2016-03-09 17:24:51 +00:00
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
ajacoutot
05039e94de Use consistent email address for the MAINTAINER line.
ok bentley@ (maintainer)
2016-01-11 09:35:44 +00:00
bentley
bc41b8ec6f Remove scons dependency, and build the qt5 frontend by default.
ok kirby@
2015-12-22 04:20:21 +00:00
bentley
618cae847c Update to gambatte-0.5.0.571. 2014-11-19 10:32:48 +00:00
bentley
9d1102da4b Re-add gambatte's manpage, removed by upstream in a recent release. 2014-03-10 04:18:25 +00:00
bentley
a2567353ea Fix tests. 2014-01-31 08:58:21 +00:00
bentley
f2c9fbc68f Update to gambatte-0.5.0.550. 2013-12-26 06:22:58 +00:00
bentley
aa1f2209b6 Update to gambatte-0.5.0.537. 2013-09-21 05:48:48 +00:00
naddy
78f49cd53e the png headers are now directly under include/ 2013-06-04 15:41:17 +00:00
bentley
6503ffbd58 Update to gambatte-r532.
ok landry@
2013-05-31 15:34:55 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
bentley
be5360d931 Update emulators/gambatte to 0.5.0.
Fixes a crash with an alternate video filter.

Also, enable the new regression tests.
Also, sync the manpage with reality.
Also, take maintainership.

ok stsp@
2012-08-13 06:38:00 +00:00
landry
2bfc7d1c3b Make it use/respect MAKE_ENV/MODSCONS_ENV/MODSCONS_CFLAGS.
Reminded by jasper@
2010-12-08 20:13:14 +00:00
jasper
7cb5f279cc - missing 2010-12-08 20:04:20 +00:00
landry
193bf9374c Import gambatte 0.4.1:
Gambatte is an accuracy-focused, cross-platform Game Boy Color emulator.
It is based on hundreds of corner case hardware tests, as well as
previous documentation and reverse engineering efforts.

From Anthony J. Bentley on ports@
2010-12-08 19:58:04 +00:00