From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 25 23:50:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BCA16AA3E for ; Thu, 25 May 2006 23:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A5D43D48 for ; Thu, 25 May 2006 23:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4PNoEg8091016 for ; Thu, 25 May 2006 23:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4PNoE82091015; Thu, 25 May 2006 23:50:14 GMT (envelope-from gnats) Resent-Date: Thu, 25 May 2006 23:50:14 GMT Resent-Message-Id: <200605252350.k4PNoE82091015@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C5516B277 for ; Thu, 25 May 2006 23:46:28 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 8531F43D48 for ; Thu, 25 May 2006 23:46:27 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Fri, 26 May 2006 00:46:25 +0100 (BST) Message-Id: <1148600785.14785@charon.picobyte.net> Date: Fri, 26 May 2006 00:46:25 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97937: emulators/dosbox: Fix build on 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 23:50:17 -0000 >Number: 97937 >Category: ports >Synopsis: emulators/dosbox: Fix build on 4.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 25 23:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: - Fix build on 4.x Reported by pointyhat. >How-To-Repeat: >Fix: --- dosbox.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/dosbox/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 6 Apr 2006 00:07:11 -0000 1.13 +++ Makefile 25 May 2006 23:21:11 -0000 @@ -27,6 +27,8 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --enable-core-inline +USE_GCC= 3.2+ + post-patch: @${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \ ${WRKSRC}/docs/dosbox.1 Index: files/patch-src::cpu::core_dyn_x86.cpp =================================================================== RCS file: files/patch-src::cpu::core_dyn_x86.cpp diff -N files/patch-src::cpu::core_dyn_x86.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src::cpu::core_dyn_x86.cpp 25 May 2006 23:21:11 -0000 @@ -0,0 +1,11 @@ +--- src/cpu/core_dyn_x86.cpp.orig Thu Feb 9 12:32:52 2006 ++++ src/cpu/core_dyn_x86.cpp Thu May 25 22:58:53 2006 +@@ -22,6 +22,8 @@ + + #define CHECKED_MEMORY_ACCESS + ++#include ++ + #include + #include + #include --- dosbox.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: