From owner-svn-ports-head@FreeBSD.ORG Sat Feb 23 14:15:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 17A223FD; Sat, 23 Feb 2013 14:15:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E7B5AF06; Sat, 23 Feb 2013 14:15:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1NEFrC6026369; Sat, 23 Feb 2013 14:15:53 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1NEFrxU026368; Sat, 23 Feb 2013 14:15:53 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302231415.r1NEFrxU026368@svn.freebsd.org> From: Martin Wilke Date: Sat, 23 Feb 2013 14:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312817 - head/emulators/fmsx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2013 14:15:54 -0000 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 \