Date: Sat, 23 Feb 2013 14:15:53 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312817 - head/emulators/fmsx Message-ID: <201302231415.r1NEFrxU026368@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 23 14:15:53 2013 New Revision: 312817 URL: http://svnweb.freebsd.org/changeset/ports/312817 Log: - Broken does not build cd /work/a/ports/emulators/fmsx/work/fMSX/Unix && gmake gcc -O3 -pthread -I.. -I../../EMULib -I/usr/local/include -I../../Z80 -DZLIB -DUNIX -DMITSHM -DFMSX -DLSB_FIRST -DBPP32 -DCONDEBUG -DDEBUG -c -o ../../EMULib/EMULib.o ../../EMULib/EMULib.c gcc -O3 -pthread -I.. -I../../EMULib -I/usr/local/include -I../../Z80 -DZLIB -DUNIX -DMITSHM -DFMSX -DLSB_FIRST -DBPP32 -DCONDEBUG -DDEBUG -c -o ../../EMULib/Console.o ../../EMULib/Console.c ../../EMULib/Console.c: In function 'CONMenu': ../../EMULib/Console.c:828: warning: cast from pointer to integer of different size ../../EMULib/Console.c:863: warning: cast from pointer to integer of different size ../../EMULib/Console.c: In function 'CONFile': Modified: head/emulators/fmsx/Makefile (contents, props changed) Modified: head/emulators/fmsx/Makefile ============================================================================== --- head/emulators/fmsx/Makefile Sat Feb 23 14:15:48 2013 (r312816) +++ head/emulators/fmsx/Makefile Sat Feb 23 14:15:53 2013 (r312817) @@ -29,6 +29,8 @@ USE_DOS2UNIX= EMULib/NetUnix.c EMULib/Ru RESTRICTED= Legal status of distributed ROM images unclear WRKSRC= ${WRKDIR} +BROKEN= does not build + OPTIONS= BPP8 "With BPP8" Off \ BPP16 "With BPP16" Off \ BPP24 "With BPP24" Off \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302231415.r1NEFrxU026368>