pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update emulators/mips64emul to 20040627.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ddce0ded284b
branches: trunk
changeset: 477214:ddce0ded284b
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon Jun 28 04:01:10 2004 +0000
description:
Update emulators/mips64emul to 20040627.
Changes:
27 Jun 2004:
(Early.) I found and fixed an interrupt related bug in the BT459 ramdac
device, which affected the performance of any machine using the PMAG-BA
negatively (that means DECstations), so now Ultrix 4.2 boots into graphical
login in about 25 seconds! Wow. For X11 bitdepths other than 8 or 24, a
warning message is printed at startup. Adding a BUGS file containing a
list of known bugs. I'm doing a lot of other minor fixes, optimizations,
and beautifying of the code as well. I measured the time of another full
NetBSD 1.6.2 install, on the same host and with the same compiler as on
the 24th of June:
Runtime flags: -CR4000 -D2 -q -M32 -I6000000
Total install time (NetBSD 1.6.2, silent mode): about 50 minutes
Total time until the login prompt appears: about 2 minutes
(This is with -CR4000 and without -X.)
Compiling the emulator inside itself: 1.5 hours
-fomit-frame-pointer is now enabled by default by the configure script,
if the C compiler supports it. Adding a minimal man page, doc/mips64emul.1.
25 Jun 2004:
(Later) Adding a -v (verbose) command line option. If -v is not specified,
the emulator goes into -q (quiet) mode just before it starts to execute
MIPS code.
diffstat:
doc/CHANGES | 3 ++-
emulators/mips64emul/Makefile | 10 +++++++---
emulators/mips64emul/PLIST | 10 +++++++++-
emulators/mips64emul/distinfo | 6 +++---
4 files changed, 21 insertions(+), 8 deletions(-)
diffs (71 lines):
diff -r 6bad0b872f18 -r ddce0ded284b doc/CHANGES
--- a/doc/CHANGES Mon Jun 28 01:12:09 2004 +0000
+++ b/doc/CHANGES Mon Jun 28 04:01:10 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6358 2004/06/27 23:13:30 schmonz Exp $
+$NetBSD: CHANGES,v 1.6359 2004/06/28 04:01:10 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3119,3 +3119,4 @@
Updated py-soappy to 0.11.4 [recht 2004-06-27]
Updated py-fpconst to 0.7.0 [recht 2004-06-27]
Added rss2email-2.32 [schmonz 2004-06-27]
+ Updated mips64emul to 20040627 [xtraeme 2004-06-28]
diff -r 6bad0b872f18 -r ddce0ded284b emulators/mips64emul/Makefile
--- a/emulators/mips64emul/Makefile Mon Jun 28 01:12:09 2004 +0000
+++ b/emulators/mips64emul/Makefile Mon Jun 28 04:01:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/06/23 18:30:27 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/28 04:01:11 xtraeme Exp $
#
DISTNAME= mips64emul-${DIST_VER}
@@ -14,15 +14,19 @@
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/mips64emul-${DIST_VER}
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin share/doc/${PKGBASE}
-DIST_VER= 20040623
+DIST_VER= 20040627
GLOBAL_LDFLAGS= -L${X11BASE}/lib \
${_COMPILER_LD_FLAG}${RPATH_FLAG}${X11BASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mips64emul ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/mips64emul.1 ${PREFIX}/man/man1
+.for f in README HISTORY BUGS TODO RELEASE LICENSE
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PKGBASE}
+.endfor
SUBST_CLASSES= x11
SUBST_STAGE.x11= post-patch
diff -r 6bad0b872f18 -r ddce0ded284b emulators/mips64emul/PLIST
--- a/emulators/mips64emul/PLIST Mon Jun 28 01:12:09 2004 +0000
+++ b/emulators/mips64emul/PLIST Mon Jun 28 04:01:10 2004 +0000
@@ -1,2 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/21 20:30:22 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/06/28 04:01:11 xtraeme Exp $
bin/mips64emul
+man/man1/mips64emul.1
+share/doc/mips64emul/BUGS
+share/doc/mips64emul/HISTORY
+share/doc/mips64emul/LICENSE
+share/doc/mips64emul/README
+share/doc/mips64emul/RELEASE
+share/doc/mips64emul/TODO
+@dirrm share/doc/mips64emul
diff -r 6bad0b872f18 -r ddce0ded284b emulators/mips64emul/distinfo
--- a/emulators/mips64emul/distinfo Mon Jun 28 01:12:09 2004 +0000
+++ b/emulators/mips64emul/distinfo Mon Jun 28 04:01:10 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/06/23 18:30:27 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2004/06/28 04:01:11 xtraeme Exp $
-SHA1 (mips64emul-20040623.tar.gz) = 68648ca6265f2044cc0a99b6a62c5b9a1ad3d508
-Size (mips64emul-20040623.tar.gz) = 377312 bytes
+SHA1 (mips64emul-20040627.tar.gz) = e9172c29ab072dbc8503100b572503063cf2ba1a
+Size (mips64emul-20040627.tar.gz) = 381622 bytes
Home |
Main Index |
Thread Index |
Old Index