View | Details | Raw Unified | Return to bug 197069 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 2-14 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bochs
4
PORTNAME=	bochs
5
PORTVERSION=	2.6.6
5
PORTVERSION=	2.6.7
6
PORTREVISION=	1
7
PORTEPOCH=	2
6
PORTEPOCH=	2
8
CATEGORIES=	emulators
7
CATEGORIES=	emulators
9
MASTER_SITES=	SF
8
MASTER_SITES=	SF
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	antont@inbox.lv
12
COMMENT=	IA-32 (x86) PC emulator that runs DOS, Win 95, and more
11
COMMENT=	IA-32 (x86) PC emulator that runs DOS, Win 95, and more
13
12
14
LICENSE=	LGPL21
13
LICENSE=	LGPL21
Lines 263-269 Link Here
263
	@${LN} -sf .bochsrc ${WRKSRC}/bochsrc-sample.txt
262
	@${LN} -sf .bochsrc ${WRKSRC}/bochsrc-sample.txt
264
263
265
post-install:
264
post-install:
266
.for f in bochs bxcommit bximage bximage_old
265
.for f in bochs bximage
267
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
266
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
268
.endfor
267
.endfor
269
.if ${PORT_OPTIONS:MPLUGINS}
268
.if ${PORT_OPTIONS:MPLUGINS}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (bochs-2.6.6.tar.gz) = cef4f8cf0620b8a8a51bc45620403ea953a5bf165c19624ffa7ba48e82a0995a
1
SHA256 (bochs-2.6.7.tar.gz) = a4354eeb699662da869b038e225160ec726b883f1b4f425a06cf56cbffbb8282
2
SIZE (bochs-2.6.6.tar.gz) = 5012543
2
SIZE (bochs-2.6.7.tar.gz) = 5045466
(-)pkg-plist (-5 / +3 lines)
Lines 1-12 Link Here
1
bin/bochs
1
bin/bochs
2
bin/bxcommit
3
bin/bximage
2
bin/bximage
4
bin/bximage_old
3
man/man1/bochs-dlx.1.gz
5
man/man1/bochs.1.gz
4
man/man1/bochs.1.gz
6
man/man1/bochs-dlx.1.gz
7
man/man1/bxcommit.1.gz
8
man/man1/bximage.1.gz
5
man/man1/bximage.1.gz
9
man/man1/bximage_old.1.gz
10
man/man5/bochsrc.5.gz
6
man/man5/bochsrc.5.gz
11
%%DATADIR%%/BIOS-bochs-latest
7
%%DATADIR%%/BIOS-bochs-latest
12
%%DATADIR%%/BIOS-bochs-legacy
8
%%DATADIR%%/BIOS-bochs-legacy
Lines 21-26 Link Here
21
%%DATADIR%%/bios.bin-1.7.5
17
%%DATADIR%%/bios.bin-1.7.5
22
%%DATADIR%%/keymaps/sdl-pc-de.map
18
%%DATADIR%%/keymaps/sdl-pc-de.map
23
%%DATADIR%%/keymaps/sdl-pc-us.map
19
%%DATADIR%%/keymaps/sdl-pc-us.map
20
%%DATADIR%%/keymaps/sdl2-pc-de.map
21
%%DATADIR%%/keymaps/sdl2-pc-us.map
24
%%DATADIR%%/keymaps/x11-pc-be.map
22
%%DATADIR%%/keymaps/x11-pc-be.map
25
%%DATADIR%%/keymaps/x11-pc-da.map
23
%%DATADIR%%/keymaps/x11-pc-da.map
26
%%DATADIR%%/keymaps/x11-pc-de.map
24
%%DATADIR%%/keymaps/x11-pc-de.map

Return to bug 197069