7 Commits

Author SHA1 Message Date
bentley
2a4647e9fb Fix runtime crash by mmap'ing MAP_STACK memory.
with assistance from deraadt@

ok stsp@
2019-11-05 09:27:29 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +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
naddy
70a6c5ec6a When mixing C and C++ code, we need to link with c++(1). Actually,
upstream does this right.
ok bentley@
2018-09-20 16:32:12 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
bentley
8f3b367046 Check for endianness the POSIX way. Should fix the build on arm. 2018-01-18 06:30:52 +00:00
bentley
2e25e2f2a8 Import higan-106.
higan is a multi-system emulator. It currently supports the following systems:

 - Nintendo Famicom
 - Nintendo Super Famicom
   - Super Game Boy
   - BS-X Satellaview
   - Sufami Turbo
 - Nintendo Game Boy
 - Nintendo Game Boy Color
 - Nintendo Game Boy Advance
 - Sega Master System
 - Sega Game Gear
 - Sega Mega Drive
 - NEC PC Engine
 - NEC SuperGrafx
 - Bandai WonderSwan
 - Bandai WonderSwan Color

ok stsp@
2017-12-24 06:51:38 +00:00