diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-17 13:40:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-17 13:40:09 +0000 |
commit | 6c3dc470628df6ada171efee62eb67475f33eb97 (patch) | |
tree | 2ffb49eb3baaa4a4777155a84f594dc39bb704dd /emulators | |
parent | 3fb5f9a181c77c096d74a49e5e00b07cb6ba8680 (diff) | |
download | ports-6c3dc470628df6ada171efee62eb67475f33eb97.tar.gz ports-6c3dc470628df6ada171efee62eb67475f33eb97.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 20 | ||||
-rw-r--r-- | emulators/bochs/distinfo | 2 | ||||
-rw-r--r-- | emulators/bochs/pkg-message | 3 | ||||
-rw-r--r-- | emulators/bochs/pkg-plist | 2 |
4 files changed, 10 insertions, 17 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index e91984f1beb0..4f31e97ca51d 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -7,10 +7,10 @@ # PORTNAME= bochs -PORTVERSION= 2000_0104c +PORTVERSION= 2000.0325 CATEGORIES= emulators MASTER_SITES= ftp://ftp.bochs.com/pub/ -DISTFILE= ${PORTNAME}-${PORTVERSION}c +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}a MAINTAINER= obrien@FreeBSD.org @@ -18,17 +18,16 @@ VGABIOS= VGABIOS-elpin-2.20 BIOS= BIOS-bochs-990925a USE_XLIB= yes -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-cpu-level=4 --enable-vga \ +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-cpu-level=4 \ + --enable-vga \ + --enable-fpu \ --with-x11 --prefix=${PREFIX} .ifdef(WANT_DEBUGGER) CONFIGURE_ARGS+= --enable-debugger --enable-disasm .endif -RESTRICTED= "Commercial software" -NO_CDROM= ${RESTRICTED} - pre-configure: @${PERL} -pi.fbsd \ -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/lib/bochs/bios/| ;' \ @@ -37,16 +36,15 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bochs ${PREFIX}/bin - -@${MKDIR} ${PREFIX}/lib/bochs + @${MKDIR} ${PREFIX}/lib/bochs ${INSTALL_DATA} ${WRKSRC}/.bochsrc ${PREFIX}/lib/bochs/bochsrc.sample - -@${MKDIR} ${PREFIX}/lib/bochs/bios + @${MKDIR} ${PREFIX}/lib/bochs/bios ${INSTALL_DATA} ${WRKSRC}/bios/${VGABIOS} \ ${PREFIX}/lib/bochs/bios ${INSTALL_DATA} ${WRKSRC}/bios/${BIOS} \ ${PREFIX}/lib/bochs/bios .if !defined(NOPORTDOCS) - -@${MKDIR} ${PREFIX}/share/doc/bochs - ${INSTALL_MAN} ${WRKSRC}/docs-html/LICENSE ${PREFIX}/share/doc/bochs + @${MKDIR} ${PREFIX}/share/doc/bochs ${INSTALL_MAN} ${WRKSRC}/docs-html/*.html ${PREFIX}/share/doc/bochs ${INSTALL_MAN} ${WRKSRC}/docs-html/*.gif ${PREFIX}/share/doc/bochs .endif diff --git a/emulators/bochs/distinfo b/emulators/bochs/distinfo index f8b48bdc200c..b0b1397e1576 100644 --- a/emulators/bochs/distinfo +++ b/emulators/bochs/distinfo @@ -1 +1 @@ -MD5 (bochs-2000_0104c.tar.gz) = f0d9ba161382b971451bace7101a7ce7 +MD5 (bochs-2000_0325a.tar.gz) = 6a6fc6794b81c88d71037f17c918a880 diff --git a/emulators/bochs/pkg-message b/emulators/bochs/pkg-message index f8b6a54104ac..c1c3492b6577 100644 --- a/emulators/bochs/pkg-message +++ b/emulators/bochs/pkg-message @@ -1,6 +1,3 @@ Bochs requires a .bochsrc file to be present in either your current directory or your home directory before starting. A sample of the .bochsrc file can be found in /usr/local/lib/bochs/bochsrc.sample. - -*** BOCHS is commercial software *** -Please read /usr/local/share/doc/bochs/LICENSE for details. diff --git a/emulators/bochs/pkg-plist b/emulators/bochs/pkg-plist index b83e5ca4b40c..e68033f7a803 100644 --- a/emulators/bochs/pkg-plist +++ b/emulators/bochs/pkg-plist @@ -4,7 +4,6 @@ lib/bochs/bios/BIOS-bochs-990925a lib/bochs/bochsrc.sample share/doc/bochs/3rdparty.license.html share/doc/bochs/DOS.html -share/doc/bochs/LICENSE share/doc/bochs/Linux.html share/doc/bochs/Minix.html share/doc/bochs/OldWindows95.html @@ -24,7 +23,6 @@ share/doc/bochs/guestNT.html share/doc/bochs/index.html share/doc/bochs/install.html share/doc/bochs/instrumentation.html -share/doc/bochs/licensing.html share/doc/bochs/mtools.html share/doc/bochs/sound.html share/doc/bochs/undercon.gif |