Hi, It turns out a load of the fs-uae launcher does not render properly due to our wxWidgets port not having graphics context support. The following diff enables it.
If you wish to test this with fs-use then rebuild py-wxWidgets too. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/x11/wxWidgets/Makefile,v retrieving revision 1.43 diff -u -p -u -r1.43 Makefile --- Makefile 6 Nov 2012 09:37:14 -0000 1.43 +++ Makefile 2 Dec 2012 23:20:15 -0000 @@ -9,7 +9,7 @@ V = 2.8.12 DISTNAME = wxWidgets-${V} PKGNAME-main = wxWidgets-gtk2-${V} PKGNAME-media = wxWidgets-media-${V} -REVISION-main = 7 +REVISION-main = 8 REVISION-media =3 CATEGORIES = x11 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=wxwindows/} @@ -50,8 +50,8 @@ WANTLIB += GL SM X11 Xcomposite Xcursor WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 expat WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 WANTLIB += glib-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 -WANTLIB += jpeg m pango-1.0 pangoft2-1.0 pixman-1 png pthread-stubs -WANTLIB += stdc++ tiff xcb xcb-render xcb-shm z +WANTLIB += jpeg m pango-1.0 pangoft2-1.0 pixman-1 png pthread +WANTLIB += pthread-stubs stdc++ tiff xcb xcb-render xcb-shm z MODULES = devel/gettext @@ -90,7 +90,8 @@ CONFIGURE_ARGS =--disable-backtrace \ --with-odbc \ --with-opengl \ --with-sdl \ - --without-gnomeprint + --without-gnomeprint \ + --enable-graphics_ctx CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ ac_cv_lib_esd_esd_close=no -- Best Regards Edd Barrett http://www.theunixzoo.co.uk -- Best Regards Edd Barrett http://www.theunixzoo.co.uk