diff options
author | kent <kent> | 2004-06-11 12:59:27 +0000 |
---|---|---|
committer | kent <kent> | 2004-06-11 12:59:27 +0000 |
commit | 9e77ab76080ec24f75170bc4d0c3235434ff61fa (patch) | |
tree | dac15fdd626e17500548d2fd307c76a780de1655 /emulators | |
parent | 818e01a5ea8de2fddbf9c005456b4ea77da3cb1b (diff) | |
download | pkgsrc-9e77ab76080ec24f75170bc4d0c3235434ff61fa.tar.gz |
Update PEACE to 20040611 snapshot
- support statvfs change of NetBSD
- implement SuspendThread() and ResumeThread()
- introduce a simple debugger
- IsProcessorFeaturePresent(): implement PF_XMMI64_INSTRUCTIONS_AVAILABLE
and PF_FLOATING_POINT_PRECISION_ERRATA
- Some HCURSOR-related functions are implemented.
- improve Virtual*() functions support
- SEH support for SIGFPE and SIGSEGV
- debug messages are printed via stderr, not stdout
- fix a problem of CreateDIBitmap()
- implement GetPaletteEntries()
- implement GetDIBColorTable() and SetDIBColorTable()
- implement Heap*() functions
- make kernel object handles indexes in the handle table instead
of addresses of memory block.
- improve Event/Mutex/Semaphore implementation
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/peace/Makefile | 12 | ||||
-rw-r--r-- | emulators/peace/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile index 283cc36450a..717a5e31b55 100644 --- a/emulators/peace/Makefile +++ b/emulators/peace/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/03/09 12:40:13 kent Exp $ +# $NetBSD: Makefile,v 1.11 2004/06/11 12:59:27 kent Exp $ # -PEACE_VERSION= 0.0.20040309 +PEACE_VERSION= 0.0.20040611 DISTNAME= peace-${PEACE_VERSION} -SITES_peace-0.0.20040309.tar.gz=http://chiharu.hauN.org/peace/dist/ +SITES_peace-0.0.20040611.tar.gz=http://chiharu.hauN.org/peace/dist/ CATEGORIES= emulators MAINTAINER= peace-sacrifice@hauN.org @@ -12,15 +12,15 @@ COMMENT= Enable to run Win32 executables DISTFILES+= peace-${PEACE_VERSION}.tar.gz MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peace/} ONLY_FOR_PLATFORM= NetBSD-1.6Z[D-Z]*-* NetBSD-[2-9]*-* -# bin/showstack requires perl5 -# DEPENDS+= perl5:../../lang/perl5 DEPENDS+= icu>=2.4nb1:../../textproc/icu +# bin/showstack requires perl5 and cross-i386-netbsdpe +# DEPENDS+= perl5:../../lang/perl5 +# DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe BUILD_DEPENDS= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe BUILD_DEPENDS+= w32api>=2.5:../../devel/w32api BUILD_DEPENDS+= x11-links-*:../../pkgtools/x11-links -#WRKSRC= ${WRKDIR}/peace CPPFLAGS+= -I${WRKDIR}/cross/i386-netbsdpe/include LDFLAGS= -L${WRKSRC}/lib PECOFFDIR= ${PREFIX}/emul/pecoff diff --git a/emulators/peace/distinfo b/emulators/peace/distinfo index 2a27f9461a0..95d074ce5a5 100644 --- a/emulators/peace/distinfo +++ b/emulators/peace/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/03/09 12:40:13 kent Exp $ +$NetBSD: distinfo,v 1.6 2004/06/11 12:59:27 kent Exp $ -SHA1 (peace-0.0.20040309.tar.gz) = 3007d341c1b8fb95d428ba5b3825d446b391f347 -Size (peace-0.0.20040309.tar.gz) = 517902 bytes +SHA1 (peace-0.0.20040611.tar.gz) = ea7423a11b909f19cf523dc75b630eb832bbe9ca +Size (peace-0.0.20040611.tar.gz) = 572332 bytes |