svn commit: r312817 - head/emulators/fmsx
Martin Wilke
miwi at FreeBSD.org
Sat Feb 23 14:15:54 UTC 2013
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 \
More information about the svn-ports-head
mailing list