Date: Sat, 5 Feb 2000 20:52:50 -0800 (PST) From: dann@greycat.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16511: emulators/bochs: Makefile in error Message-ID: <200002060452.UAA65638@bigphred.greycat.com>
next in thread | raw e-mail | index | archive | help
>Number: 16511 >Category: ports >Synopsis: Makefile in error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 5 21:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dann Lunsford >Release: FreeBSD 3.4-STABLE i386 >Organization: Total lack of >Environment: FreeBSD bigphred.greycat.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Wed Jan 19 15:09:13 PST 2000 root@bigphred.greycat.com:/usr/src/sys/compile/PHRED i386 >Description: The bochs port Makefile changes the sample .bochsrc to conform to where it will put the BIOS and VGA BIOS files, but does so incorrectly. >How-To-Repeat: Build bochs, then look at bochsrc.sample. The bios dirctory is incorrectly specified. >Fix: --- Makefile.orig Sat Feb 5 20:25:23 2000 +++ Makefile Sat Feb 5 20:29:32 2000 @@ -33,8 +33,8 @@ pre-configure: @${PERL} -pi.fbsd \ - -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/bios/| ;' \ - -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/bios/|' \ + -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/lib/bochs/bios/| ;' \ + -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/lib/bochs/bios/|' \ ${WRKSRC}/.bochsrc do-install: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002060452.UAA65638>