diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-06-28 11:49:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-06-28 11:49:58 +0000 |
commit | 1d5a3ac713545474f13953b7bdf45d6a5832c540 (patch) | |
tree | 2613fc21eca6e4200135d7705ae606fe3ddb96f3 /emulators/gxemul/Makefile | |
parent | edd733db1c0f62ad19736219423b239736a0a6bb (diff) | |
download | pkgsrc-1d5a3ac713545474f13953b7bdf45d6a5832c540.tar.gz |
Update to 0.3.4.
Changes:
x) When emulating a network of multiple machines, the emulated
machines can now be placed on different hosts.
x) NetBSD/evbmips can now be installed and run from a disk image.
(There is no INSTALL kernel for NetBSD/evbmips, so you need to
install using another OS, for example emulated NetBSD/pmax.)
x) NetBSD/sgimips can now be installed. Not onto a SCSI disk,
but the files can be exported via nfs from another emulated
machine. The sgimips machine can then netboot. (Read the
documentation for details.)
Diffstat (limited to 'emulators/gxemul/Makefile')
-rw-r--r-- | emulators/gxemul/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 05ab2fdc6b9..f56341ce830 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:47 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/28 11:49:58 xtraeme Exp $ # -DISTNAME= gxemul-0.3.2 +DISTNAME= gxemul-0.3.4 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ @@ -29,8 +29,6 @@ do-install: PKG_OPTIONS_VAR= PKG_OPTIONS.gxemul PKG_SUPPORTED_OPTIONS= x11 PKG_SUGGESTED_OPTIONS= x11 -# can be removed after 2005Q2 -PKG_OPTIONS_LEGACY_OPTS+= X11:x11 .include "../../mk/bsd.options.mk" |