pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/peace Update PEACE to 20040611 snapshot



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23665e056ef0
branches:  trunk
changeset: 476469:23665e056ef0
user:      kent <kent%pkgsrc.org@localhost>
date:      Fri Jun 11 12:59:27 2004 +0000

description:
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:

 emulators/peace/Makefile |  12 ++++++------
 emulators/peace/distinfo |   6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 837080853fd6 -r 23665e056ef0 emulators/peace/Makefile
--- a/emulators/peace/Makefile  Fri Jun 11 10:49:36 2004 +0000
+++ b/emulators/peace/Makefile  Fri Jun 11 12:59:27 2004 +0000
@@ -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@localhost
@@ -12,15 +12,15 @@
 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+=      icu>=2.4nb1:../../textproc/icu
+# bin/showstack requires perl5 and cross-i386-netbsdpe
 # DEPENDS+=    perl5:../../lang/perl5
-DEPENDS+=      icu>=2.4nb1:../../textproc/icu
+# 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 -r 837080853fd6 -r 23665e056ef0 emulators/peace/distinfo
--- a/emulators/peace/distinfo  Fri Jun 11 10:49:36 2004 +0000
+++ b/emulators/peace/distinfo  Fri Jun 11 12:59:27 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index