View | Details | Raw Unified | Return to bug 38041
Collapse All | Expand All

(-)emulators/bochs/Makefile (-4 / +6 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	bochs
9
PORTNAME=	bochs
10
PORTVERSION=	1.3
10
PORTVERSION=	1.4
11
PORTREVISION=	1
12
PORTEPOCH=	1
11
PORTEPOCH=	1
13
CATEGORIES=	emulators
12
CATEGORIES=	emulators
14
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
Lines 28-39 Link Here
28
#
27
#
29
28
30
USE_XLIB=	yes
29
USE_XLIB=	yes
31
GNU_CONFIGURE=	yes
32
USE_GMAKE=	yes
30
USE_GMAKE=	yes
33
31
32
GNU_CONFIGURE=	yes
33
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
34
CONFIGURE_ARGS=	--enable-cdrom \
34
CONFIGURE_ARGS=	--enable-cdrom \
35
		--disable-split-hd
35
		--disable-split-hd
36
CFLAGS+=	-fno-rtti -fno-exceptions -fomit-frame-pointer
36
37
CFLAGS+=	-fno-rtti -fno-exceptions -fomit-frame-pointer \
38
		-I${X11BASE}/include
37
39
38
# PREFIX isn't honored. force it w/ prefix.
40
# PREFIX isn't honored. force it w/ prefix.
39
MAKE_ARGS=	prefix=${PREFIX}
41
MAKE_ARGS=	prefix=${PREFIX}
(-)emulators/bochs/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (bochs-1.3.tar.gz) = 80b0f88c64d564a461aa3f48bf5024a6
1
MD5 (bochs-1.4.tar.gz) = e8a6ad67f78c63423545806886f8c66a
(-)emulators/bochs/pkg-plist (-3 / +3 lines)
Lines 5-14 Link Here
5
share/bochs/bios/BIOS-bochs-2-processors
5
share/bochs/bios/BIOS-bochs-2-processors
6
share/bochs/bios/BIOS-bochs-4-processors
6
share/bochs/bios/BIOS-bochs-4-processors
7
share/bochs/bios/BIOS-bochs-latest
7
share/bochs/bios/BIOS-bochs-latest
8
share/bochs/bios/VGABIOS-cbothamy-0.2a
9
share/bochs/bios/VGABIOS-cbothamy-0.2a-README
10
share/bochs/bios/VGABIOS-elpin-2.40
8
share/bochs/bios/VGABIOS-elpin-2.40
11
share/bochs/bios/VGABIOS-elpin-LICENSE
9
share/bochs/bios/VGABIOS-elpin-LICENSE
10
share/bochs/bios/VGABIOS-lgpl-0.3a
11
share/bochs/bios/VGABIOS-lgpl-README
12
share/bochs/bochsrc.sample
12
share/bochs/bochsrc.sample
13
share/bochs/font/fonts.dir
13
share/bochs/font/fonts.dir
14
share/bochs/font/vga.pcf.gz
14
share/bochs/font/vga.pcf.gz
Lines 32-39 Link Here
32
%%PORTDOCS%%share/doc/bochs/html/guestNT.html
32
%%PORTDOCS%%share/doc/bochs/html/guestNT.html
33
%%PORTDOCS%%share/doc/bochs/html/index.html
33
%%PORTDOCS%%share/doc/bochs/html/index.html
34
%%PORTDOCS%%share/doc/bochs/html/install.html
34
%%PORTDOCS%%share/doc/bochs/html/install.html
35
%%PORTDOCS%%share/doc/bochs/html/iodebug.html
36
%%PORTDOCS%%share/doc/bochs/html/instrumentation.html
35
%%PORTDOCS%%share/doc/bochs/html/instrumentation.html
36
%%PORTDOCS%%share/doc/bochs/html/iodebug.html
37
%%PORTDOCS%%share/doc/bochs/html/mtools.html
37
%%PORTDOCS%%share/doc/bochs/html/mtools.html
38
%%PORTDOCS%%share/doc/bochs/html/smp-simulation.html
38
%%PORTDOCS%%share/doc/bochs/html/smp-simulation.html
39
%%PORTDOCS%%share/doc/bochs/html/sound.html
39
%%PORTDOCS%%share/doc/bochs/html/sound.html

Return to bug 38041