diff options
author | wiz <wiz> | 2001-09-14 22:18:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-14 22:18:22 +0000 |
commit | ef71c9b57f15c5f526b737a7f9ab6c9dffd2dd97 (patch) | |
tree | 852cbd431a7cc5f6b9149b75d766ab465ffbbd21 /emulators/swarm | |
parent | 0ead0365eba97f2c3772527adb8a73e87a9efa8e (diff) | |
download | pkgsrc-ef71c9b57f15c5f526b737a7f9ab6c9dffd2dd97.tar.gz |
Update to 0.57, based on pkg/13849 by Hiramatsu Yoshifumi.
Lots of changes, with at least the effect that madplay now works inside swarm.
Diffstat (limited to 'emulators/swarm')
-rw-r--r-- | emulators/swarm/Makefile | 5 | ||||
-rw-r--r-- | emulators/swarm/distinfo | 9 | ||||
-rw-r--r-- | emulators/swarm/patches/patch-aa | 17 | ||||
-rw-r--r-- | emulators/swarm/patches/patch-ab | 12 |
4 files changed, 13 insertions, 30 deletions
diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile index 0f2b333b7a8..d0c8fd8f07f 100644 --- a/emulators/swarm/Makefile +++ b/emulators/swarm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/14 22:18:22 wiz Exp $ +# -DISTNAME= swarm-0.26 +DISTNAME= swarm-0.57 CATEGORIES= emulators MASTER_SITES= http://www.dcs.gla.ac.uk/~michael/phd/bin/ diff --git a/emulators/swarm/distinfo b/emulators/swarm/distinfo index 747ffb07764..ef1b371a8be 100644 --- a/emulators/swarm/distinfo +++ b/emulators/swarm/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 10:49:59 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/09/14 22:18:22 wiz Exp $ -SHA1 (swarm-0.26.tar.gz) = 9ed423fcfddab14bc6850b6d790a243d4ff074a8 -Size (swarm-0.26.tar.gz) = 338683 bytes -SHA1 (patch-aa) = 15e7a7c41a7b0598bb201428c57d3a86b4829733 -SHA1 (patch-ab) = 175f6788406c45f869739ce5af41eadd77787a8d +SHA1 (swarm-0.57.tar.gz) = 63868d16472e4dcca2a595ea6c993abd5220c933 +Size (swarm-0.57.tar.gz) = 386019 bytes +SHA1 (patch-ab) = 10279324142fdbe50a4525bd7285c7cd328f3875 diff --git a/emulators/swarm/patches/patch-aa b/emulators/swarm/patches/patch-aa deleted file mode 100644 index e3a5cbbdaae..00000000000 --- a/emulators/swarm/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2000/07/07 23:35:57 wiz Exp $ - ---- ../bin/scripts/arch.orig Sun May 7 17:19:51 2000 -+++ ../bin/scripts/arch Sat Jul 8 01:04:09 2000 -@@ -183,6 +183,12 @@ - kbin=$bin - k_version=$version;; - -+NetBSD) -+ arch=$machine -+ bin=${machine}_netbsd -+ karch=$arch -+ kbin=$bin;; -+ - FreeBSD) case "$machine" in - i[3456]86) arch=ix86; machine=$arch; bin=${machine}_freebsd;; - *) echo 1>&2 "Unknown $system machine $machine"; exit 3;; diff --git a/emulators/swarm/patches/patch-ab b/emulators/swarm/patches/patch-ab index 76954af4dcf..89997f45eb1 100644 --- a/emulators/swarm/patches/patch-ab +++ b/emulators/swarm/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1 2000/09/24 23:14:01 hubertf Exp $ +$NetBSD: patch-ab,v 1.2 2001/09/14 22:18:23 wiz Exp $ ---- Makefile.orig Sun Sep 24 19:07:00 2000 +--- Makefile.orig Wed Apr 11 17:43:07 2001 +++ Makefile -@@ -24,7 +24,7 @@ - +@@ -25,7 +25,7 @@ + GCC = gcc ROOT = .. ARCH = `$(ROOT)/bin/scripts/arch` --CFLAGS = -D$(ARCH) -DQUIET -+CFLAGS+= -D$(ARCH) -DQUIET -D__int8_t_defined +-CFLAGS = -D$(ARCH) -DSHARED_CACHE -DQUIET #-DDEBUG_MEM ++CFLAGS += -D$(ARCH) -DSHARED_CACHE -DQUIET #-DDEBUG_MEM OPTS = -g -DEBUG OBJS = core.o main.o alu.o cache.o direct.o swarm.o swi.o armproc.o \ |