diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-14 21:48:12 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-14 21:48:12 +0000 |
commit | 7f4c8201575688325864fb59476b917201d2b1f2 (patch) | |
tree | 66f516abb429bb69af6c777bd96cd81d6c4e32f7 /emulators/bochs | |
parent | 18011ed32efa6995f29c04b72ce6d91a81c9a5b7 (diff) | |
download | ports-7f4c8201575688325864fb59476b917201d2b1f2.tar.gz ports-7f4c8201575688325864fb59476b917201d2b1f2.zip |
Notes
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 10 | ||||
-rw-r--r-- | emulators/bochs/distinfo | 2 | ||||
-rw-r--r-- | emulators/bochs/pkg-plist | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 4c638d6fde6b..10251c669c75 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -7,8 +7,7 @@ # PORTNAME= bochs -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -28,12 +27,15 @@ RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients # USE_XLIB= yes -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-cdrom \ --disable-split-hd -CFLAGS+= -fno-rtti -fno-exceptions -fomit-frame-pointer + +CFLAGS+= -fno-rtti -fno-exceptions -fomit-frame-pointer \ + -I${X11BASE}/include # PREFIX isn't honored. force it w/ prefix. MAKE_ARGS= prefix=${PREFIX} diff --git a/emulators/bochs/distinfo b/emulators/bochs/distinfo index 736007fae2dc..3713470e14c9 100644 --- a/emulators/bochs/distinfo +++ b/emulators/bochs/distinfo @@ -1 +1 @@ -MD5 (bochs-1.3.tar.gz) = 80b0f88c64d564a461aa3f48bf5024a6 +MD5 (bochs-1.4.tar.gz) = e8a6ad67f78c63423545806886f8c66a diff --git a/emulators/bochs/pkg-plist b/emulators/bochs/pkg-plist index d6f9b9d1d232..ff4ddf408dd3 100644 --- a/emulators/bochs/pkg-plist +++ b/emulators/bochs/pkg-plist @@ -5,10 +5,10 @@ libexec/bochs.bin share/bochs/bios/BIOS-bochs-2-processors share/bochs/bios/BIOS-bochs-4-processors share/bochs/bios/BIOS-bochs-latest -share/bochs/bios/VGABIOS-cbothamy-0.2a -share/bochs/bios/VGABIOS-cbothamy-0.2a-README share/bochs/bios/VGABIOS-elpin-2.40 share/bochs/bios/VGABIOS-elpin-LICENSE +share/bochs/bios/VGABIOS-lgpl-0.3a +share/bochs/bios/VGABIOS-lgpl-README share/bochs/bochsrc.sample share/bochs/font/fonts.dir share/bochs/font/vga.pcf.gz @@ -32,8 +32,8 @@ share/bochs/font/vga.pcf.gz %%PORTDOCS%%share/doc/bochs/html/guestNT.html %%PORTDOCS%%share/doc/bochs/html/index.html %%PORTDOCS%%share/doc/bochs/html/install.html -%%PORTDOCS%%share/doc/bochs/html/iodebug.html %%PORTDOCS%%share/doc/bochs/html/instrumentation.html +%%PORTDOCS%%share/doc/bochs/html/iodebug.html %%PORTDOCS%%share/doc/bochs/html/mtools.html %%PORTDOCS%%share/doc/bochs/html/smp-simulation.html %%PORTDOCS%%share/doc/bochs/html/sound.html |