From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 29 03:50:01 2004 Return-Path: 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 3313B16A4D2 for ; Thu, 29 Jul 2004 03:50:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092F143D1D for ; Thu, 29 Jul 2004 03:50:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6T3o05u057174 for ; Thu, 29 Jul 2004 03:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6T3o0Bn057172; Thu, 29 Jul 2004 03:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 29 Jul 2004 03:50:00 GMT Resent-Message-Id: <200407290350.i6T3o0Bn057172@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, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5282D16A4CF for ; Thu, 29 Jul 2004 03:48:00 +0000 (GMT) Received: from twix.hotpop.com (twix.hotpop.com [38.113.3.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0DBC43D48 for ; Thu, 29 Jul 2004 03:47:59 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by twix.hotpop.com (Postfix) with SMTP id C847B10319CA for ; Thu, 29 Jul 2004 03:25:30 +0000 (UTC) Received: from hotpop.com (unknown [219.146.248.163]) by smtp-1.hotpop.com (Postfix) with ESMTP id 297EF1A01E5; Thu, 29 Jul 2004 02:35:03 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Thu, 29 Jul 2004 11:47:35 +0800 Message-Id: <20040729023503.297EF1A01E5@smtp-1.hotpop.com> Date: Thu, 29 Jul 2004 11:47:35 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dryice Liu Subject: ports/69736: [update]emulators/bochs: fix typo and add a knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 03:50:01 -0000 >Number: 69736 >Category: ports >Synopsis: [update]emulators/bochs: fix typo and add a knob >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 03:50:00 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Mon Mar 1 16:17:42 CST 2004 >Description: Changes: - Fix mismatch of WITH_BOCHS_TERM and WITH_BOCHS_GUI_TERM - Add a new knob WITH_BOCHS_GUI_NOGUI >How-To-Repeat: N/A >Fix: --- bochs.diff begins here --- diff -ruN bochs.old/Makefile bochs/Makefile --- bochs.old/Makefile Sat Jul 24 04:30:06 2004 +++ bochs/Makefile Thu Jul 29 11:39:44 2004 @@ -57,10 +57,14 @@ .endif .endif -.if defined(WITH_BOCHS_TERM) +.if defined(WITH_BOCHS_GUI_TERM) CONFIGURE_ARGS+= --with-term .endif +.if defined(WITH_BOCHS_GUI_NOGUI) +CONFIGURE_ARGS+= --with-nogui +.endif + .if defined(WITH_BOCHS_AMD64) CONFIGURE_ARGS+= --enable-x86-64 .endif @@ -84,9 +88,14 @@ @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_CPU_LEVEL=\"" @${ECHO_MSG} .endif -.if !defined(WITH_BOCHS_TERM) +.if !defined(WITH_BOCHS_GUI_TERM) @${ECHO_MSG} "If you want to enable the plain text, console-based bochs interface" @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_GUI_TERM=yes\"" + @${ECHO_MSG} +.endif +.if !defined(WITH_BOCHS_GUI_NOGUI) + @${ECHO_MSG} "If you want the bochs display" + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_GUI_NOGUI=yes\"" @${ECHO_MSG} .endif .if !defined(WITH_BOCHS_PROCESSORS) --- bochs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: