1384 Commits

Author SHA1 Message Date
naddy
87441f817b tweak dependencies for ports that use only speexdsp, not speex 2017-08-15 01:07:45 +00:00
sthen
aea051ad86 fix with newer nasm on i386, from Brad 2017-08-12 22:11:23 +00:00
sthen
fc2065fce0 add -fomit-frame-pointer for i386 to unbreak, clang builds use an extra
register compared to the gcc build and we run out.
2017-08-11 10:37:10 +00:00
bentley
d636091c76 Update to openmsx-0.14.0.
Release notes:
https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_14_0/doc/release-notes.txt
2017-08-08 06:50:54 +00:00
fcambus
60e712ef75 Update fuse-utils to 1.3.3.
OK benoit@
2017-08-05 11:21:44 +00:00
fcambus
bbb9c2cf92 Update fuse to 1.3.8.
OK benoit@
2017-08-05 11:20:54 +00:00
bentley
9f000d9d87 Update to mgba-0.6.0.
Release notes:
https://github.com/mgba-emu/mgba/blob/0.6.0/CHANGES
2017-08-03 08:49:44 +00:00
bentley
cf40cdd1de Update to openmsx-0.13.0. Fixes clang. Drop maintainership.
Reminded by espie@ and juanfra@
2017-08-03 08:35:06 +00:00
fcambus
d72e55429a Update fuse to 1.3.7.
Notable changes:

- Unbreak the gtk flavor and switch to GTK+ 3
- Drop the gettext module

OK bcallah@
2017-08-02 19:33:55 +00:00
brynet
bf97cfc158 Fix mednafen link with clang builds, not thoroughly tested yet.
ok jeremy@
2017-07-31 21:26:12 +00:00
jeremy
af2524e7ee Switch to COMPILER = gcc-only for force gcc
OK espie@
2017-07-31 19:39:26 +00:00
sthen
4771d93bd8 Fix dosbox on clang+i386, patch taken from FreeBSD, jsg also found it in
upstream svn. OK jsg@.
2017-07-29 08:59:35 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
fcambus
76149627a4 Update fuse-utils to 1.3.2.
OK bcallah@, benoit@
2017-07-18 19:18:39 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
juanfra
0ae1f230b6 +emulators/gr-lida 2017-07-08 20:18:55 +00:00
juanfra
44c2a5c45a Comment:
games cataloging tool and emulator launcher

Description:
GR-lida is a software for cataloging games and a launcher for emulators. It
includes support for plugins, additional artwork and manuals.

Maintainer: Juan Francisco Cantero Hurtado <juanfra@openbsd.org>

WWW: http://www.gr-lida.org/

OK bcallah@
2017-07-08 20:17:29 +00:00
jeremy
e94d173a34 Drop maintainership of pcsxr and yabause 2017-07-05 19:43:16 +00:00
sthen
4fcf8f2aaf drop MAINTAINER on a few things 2017-07-05 10:22:05 +00:00
fcambus
9c04a607be Update fuse to 1.3.6.
OK bentley@
2017-06-13 12:57:00 +00:00
mlarkin
fe1a03d164 sdlmame: this requires USE_WXNEEDED for various games
ok sthen
2017-06-07 23:21:33 +00:00
fcambus
eda848ca13 Update advancemess to 3.5. 2017-06-05 07:57:11 +00:00
fcambus
8b6d7c4163 Update advancemame to 3.5. 2017-06-05 07:26:30 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
b31310c666 differing builtins, WANT_CXX 2017-05-27 08:41:44 +00:00
fcambus
504618c573 Fix HOMEPAGE and MASTER_SITES, project moved to GitHub and the distfiles
have been removed from SourceForge.

OK benoit@
2017-05-27 07:55:27 +00:00
espie
503824262e let it build with clang, just need to patch tls auto-detection 2017-05-27 06:38:23 +00:00
espie
3196824396 more WANT_CXX 2017-05-27 04:47:41 +00:00
espie
ccbe42578f compiles like a charm with clang 2017-05-27 04:45:18 +00:00
espie
315d850650 don't compare pointer, not enough to fully fix with clang 2017-05-25 23:40:06 +00:00
schwarze
be4bbeb1a5 identical formatting, drop USE_GROFF and bump 2017-05-15 18:41:30 +00:00
espie
aa8cd6b6a0 let it build with clang 2017-05-13 20:59:05 +00:00
espie
012a41a39f don't try to compile C files with c++, clang really doesn't like that.
Fix the flags so that png is found again.
Unconfuse LDFLAGS and CXXFLAGS>
2017-05-13 20:28:37 +00:00
espie
6d443adc0c clang just does not do lto in our configuration 2017-05-13 20:11:24 +00:00
sthen
c651b84ab4 readd --enable-curses, it causes configure to exit out if curses isn't
detected, so we shouldn't run into it silently breaking again in future.
ok Brad
2017-05-07 20:33:42 +00:00
ajacoutot
259eb4b107 - Remove --enable-curses as the probe is run anyway
- Add ncursesw to WANTLIB

from Brad (maintainer)
2017-05-07 08:43:28 +00:00
uaa
786568238d fixed configure script to enable -curses option
ok sthen@ and brad@
2017-05-06 19:25:18 +00:00
espie
8d860230fd adjust distinfo post DISTFILES change 2017-05-06 15:10:17 +00:00
espie
fe66f38d2f fix type of function, handle inline correctly 2017-05-04 19:59:37 +00:00
espie
ac4242707c fix build with clang (ordered ptr comparison)
and a printf(string) while there
2017-05-04 19:53:43 +00:00
fcambus
540da296e5 Update fuse to 1.3.5.
OK benoit@
2017-05-04 09:33:28 +00:00
espie
841b638a3f the slirp emulator needs gnu89 inlines. Fortunately, this is clean enough
that the CFLAGS don't bleed into C++.
2017-05-01 23:54:02 +00:00
espie
2ca34d5642 link does some weird things with clang thx to the pthread-stubs coming
from cairo/pixman-1 (doesn't work well with pthread-stubs)
Since this is scons, just link with -lpthread already, it's all compiled
-pthread anyway.
2017-04-28 13:17:21 +00:00
fcambus
a0fe3b3203 Fix build errors with Clang. Patches from Pkgsrc.
Binary differs so bump REVISION as well.

OK espie@
2017-04-28 07:37:00 +00:00
jca
4f849e6862 Fix error checks (and clang builds while here)
ok fcambus@
2017-04-24 07:52:21 +00:00
ajacoutot
72b3ad1c60 Update to bochs-2.6.9.
from Brad
2017-04-23 13:25:29 +00:00
ajacoutot
1809344e66 Update to qemu-2.9.0.
from Brad (maintainer)
2017-04-23 13:24:17 +00:00
fcambus
3c00fe1bea Add ucon64. 2017-04-20 13:49:12 +00:00