ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/emulators/bochs/Makefile
(Generate patch)

Comparing trunk/emulators/bochs/Makefile (file contents):
Revision 14011 by laffer1, Thu Apr 11 12:21:50 2013 UTC vs.
Revision 14012 by laffer1, Thu Apr 11 12:24:39 2013 UTC

# Line 1 | Line 1
1 < # $MidnightBSD: mports/emulators/bochs/Makefile,v 1.9 2011/02/02 21:42:14 laffer1 Exp $
1 > # $MidnightBSD: mports/emulators/bochs/Makefile,v 1.10 2013/04/11 12:21:50 laffer1 Exp $
2  
3   PORTNAME=       bochs
4 < PORTVERSION=    2.6
4 > PORTVERSION=    2.6.1
5   PORTEPOCH=      2
6   CATEGORIES=     emulators
7   MASTER_SITES=   SF
8  
9   MAINTAINER=     ports@MidnightBSD.org
10   COMMENT=        An IA-32 (x86) PC emulator that runs DOS, Win 95, and more
11 + LICENSE=        lgpl
12  
12 LICENSE=        lpgl
13
13   OPTIONS_DEFINE= A20_PIN ALIGN_CHECK ASSERT_CHECK \
14                  CDROM CHAINING CLGD54XX CONF_MSRS CPP_SUFX \
15                  DISASM DOCS \
16                  E1000 ES1370 FAST_FUNCCALL FPU \
17                  GAMEPORT IDLE_HACK IODEBUG \
18                  LARGE_RAMFILE LOGGING LONG_PHY_ADDR \
19 <                MISALIGNEDSSE MWAIT NE2000 OPTIMIZATIONS PCI PLUGINS PNIC \
19 >                MWAIT NE2000 OPTIMIZATIONS PCI PLUGINS PNIC \
20                  RAW_SERIAL READLINE REPEAT_SPEED RFB \
21                  SB16 SDL SHOW_IPS SMP SVGA SVM TERM USB USB_OHCI USB_XHCI \
22                  VMX WX X11 X86_64 XPM
# Line 227 | Line 226 | CONFIGURE_ARGS+=--disable-logging
226   CONFIGURE_ARGS+=--enable-long-phy-address
227   .else
228   CONFIGURE_ARGS+=--disable-long-phy-address
230 .endif
231
232 .if ${PORT_OPTIONS:MMISALIGNEDSSE}
233 CONFIGURE_ARGS+=--enable-misaligned-sse
234 .else
235 CONFIGURE_ARGS+=--disable-misaligned-sse
229   .endif
230  
231   .if ${PORT_OPTIONS:MMWAIT}

Comparing trunk/emulators/bochs/Makefile (property cvs2svn:cvs-rev):
Revision 14011 by laffer1, Thu Apr 11 12:21:50 2013 UTC vs.
Revision 14012 by laffer1, Thu Apr 11 12:24:39 2013 UTC

# Line 1 | Line 1
1 < 1.10
1 > 1.11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines