--- Makefile (revision 516927) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fs-uae -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.2 CATEGORIES= emulators MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/ @@ -29,11 +29,15 @@ INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-jit CFLAGS+= -Wno-c++11-narrowing OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE_i386= JIT +OPTIONS_DEFINE_amd64= JIT +JIT_DESC= Enable JIT compiler (experimental) +JIT_CONFIGURE_ENABLE= jit + post-patch: @${REINPLACE_CMD} -e 's|= bind|= ::bind|' \ ${WRKSRC}/src/od-fs/bsdsocket_posix.cpp \ --- distinfo (revision 516927) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571170591 -SHA256 (fs-uae-3.0.0.tar.gz) = 221568b8f78bac352f84297f0cabe984d3da4f808e39cc3191541c02b389c964 -SIZE (fs-uae-3.0.0.tar.gz) = 4841427 +TIMESTAMP = 1573025332 +SHA256 (fs-uae-3.0.2.tar.gz) = 4ededc341edf12ad84e15ecfaf7942ebba12b75aec8c78fb0275d13c749f8aab +SIZE (fs-uae-3.0.2.tar.gz) = 4843019 --- files/patch-configure (nonexistent) +++ files/patch-configure (working copy) @@ -0,0 +1,12 @@ +--- configure.orig 2019-11-06 11:37:10.261102000 +0100 ++++ configure 2019-11-06 11:37:21.930023000 +0100 +@@ -13526,9 +13526,6 @@ main () + #if !defined(__i386__) && !defined(__x86_64__) + #error JIT is only supported on x86/x86-64 + #endif +- #if defined(__OpenBSD__) || defined(__FreeBSD__) +- #error no JIT on OpenBSD/FreeBSD right now +- #endif + + ; + return 0;