Index: Makefile =================================================================== --- Makefile (revision 377876) +++ Makefile (working copy) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= bochs -PORTVERSION= 2.6.6 -PORTREVISION= 1 +PORTVERSION= 2.6.7 PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antont@inbox.lv COMMENT= IA-32 (x86) PC emulator that runs DOS, Win 95, and more LICENSE= LGPL21 -USES= gmake libtool pkgconfig +USES= gmake libtool:keepla pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_alsa_asoundlib_h=no CONFIGURE_ARGS= --disable-docbook --disable-instrumentation @@ -20,13 +19,12 @@ SUB_FILES= pkg-message -CFLAGS+= -fno-exceptions -fomit-frame-pointer ${CPPFLAGS} +CFLAGS+= -fno-exceptions -fomit-frame-pointer CXXFLAGS+= -fno-rtti -CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= A20_PIN ALIGN_CHECK ASSERT_CHECK AVX BUSMOUSE \ - CDROM CHAINING CLGD54XX CONF_MSRS CPP_SUFX \ + CDROM CHAINING CLGD54XX CONF_MSRS \ DISASM DOCS \ E1000 ES1370 EVEX FPU \ GAMEPORT IDLE_HACK IODEBUG \ @@ -61,8 +59,6 @@ CLGD54XX_CONFIGURE_ENABLE= clgd54xx CONF_MSRS_DESC= Enable configurable MSR registers support CONF_MSRS_CONFIGURE_ENABLE= configurable-msrs -CPP_SUFX_DESC= Use .cpp as C++ suffix -CPP_SUFX_CONFIGURE_ENABLE= cpp DEBUG_DESCR= Enable Debugging, select this and one of DEBUGGER or GDB_STUB (or none) DEBUGGER_DESC= Enable debugger support DEBUGGER_CONFIGURE_ENABLE= debugger @@ -263,7 +259,7 @@ @${LN} -sf .bochsrc ${WRKSRC}/bochsrc-sample.txt post-install: -.for f in bochs bxcommit bximage bximage_old +.for f in bochs bximage ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} .endfor .if ${PORT_OPTIONS:MPLUGINS} Index: distinfo =================================================================== --- distinfo (revision 377876) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (bochs-2.6.6.tar.gz) = cef4f8cf0620b8a8a51bc45620403ea953a5bf165c19624ffa7ba48e82a0995a -SIZE (bochs-2.6.6.tar.gz) = 5012543 +SHA256 (bochs-2.6.7.tar.gz) = a4354eeb699662da869b038e225160ec726b883f1b4f425a06cf56cbffbb8282 +SIZE (bochs-2.6.7.tar.gz) = 5045466 Index: pkg-plist =================================================================== --- pkg-plist (revision 377876) +++ pkg-plist (working copy) @@ -1,12 +1,8 @@ bin/bochs -bin/bxcommit bin/bximage -bin/bximage_old +man/man1/bochs-dlx.1.gz man/man1/bochs.1.gz -man/man1/bochs-dlx.1.gz -man/man1/bxcommit.1.gz man/man1/bximage.1.gz -man/man1/bximage_old.1.gz man/man5/bochsrc.5.gz %%DATADIR%%/BIOS-bochs-latest %%DATADIR%%/BIOS-bochs-legacy @@ -21,6 +17,8 @@ %%DATADIR%%/bios.bin-1.7.5 %%DATADIR%%/keymaps/sdl-pc-de.map %%DATADIR%%/keymaps/sdl-pc-us.map +%%DATADIR%%/keymaps/sdl2-pc-de.map +%%DATADIR%%/keymaps/sdl2-pc-us.map %%DATADIR%%/keymaps/x11-pc-be.map %%DATADIR%%/keymaps/x11-pc-da.map %%DATADIR%%/keymaps/x11-pc-de.map