IABSD.fr/ports/emulators

Branch :


Log

Author Commit Date CI Message
c651b84a 2017-05-07 20:33:42 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
259eb4b1 2017-05-07 08:43:28 - Remove --enable-curses as the probe is run anyway - Add ncursesw to WANTLIB from Brad (maintainer)
78656823 2017-05-06 19:25:18 fixed configure script to enable -curses option ok sthen@ and brad@
8d860230 2017-05-06 15:10:17 adjust distinfo post DISTFILES change
fe66f38d 2017-05-04 19:59:37 fix type of function, handle inline correctly
ac424270 2017-05-04 19:53:43 fix build with clang (ordered ptr comparison) and a printf(string) while there
540da296 2017-05-04 09:33:28 Update fuse to 1.3.5. OK benoit@
841b638a 2017-05-01 23:54:02 the slirp emulator needs gnu89 inlines. Fortunately, this is clean enough that the CFLAGS don't bleed into C++.
2ca34d56 2017-04-28 13:17:21 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.
a0fe3b32 2017-04-28 07:37:00 Fix build errors with Clang. Patches from Pkgsrc. Binary differs so bump REVISION as well. OK espie@