View | Details | Raw Unified | Return to bug 89286
Collapse All | Expand All

(-)sim/Makefile (-4 / +4 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	sim
8
PORTNAME=	sim
9
PORTVERSION=	3.4.0
9
PORTVERSION=	3.5.1
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	http://simh.trailing-edge.com/sources/
11
MASTER_SITES=	http://simh.trailing-edge.com/sources/
12
DISTNAME=	${PORTNAME}hv34-0
12
DISTNAME=	${PORTNAME}hv35-1
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	mmendez@gmail.com
15
COMMENT=	PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators
15
COMMENT=	PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators
16
16
17
USE_ZIP=	yes
17
USE_ZIP=	yes
Lines 28-34 Link Here
28
		i1620 s3 altair altairz80 \
28
		i1620 s3 altair altairz80 \
29
		gri ibm1130 id16 id32 sds lgp
29
		gri ibm1130 id16 id32 sds lgp
30
30
31
PORTDOCS=	0readme_34.txt simh_doc.txt simh_swre.txt \
31
PORTDOCS=	0readme_35.txt simh_doc.txt simh_swre.txt \
32
		0readme_ethernet.txt simh_faq.txt
32
		0readme_ethernet.txt simh_faq.txt
33
33
34
PLIST_FILES=	${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin
34
PLIST_FILES=	${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin
(-)sim/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (simhv34-0.zip) = 64d6153312257fcadf5c704cb939cf0c
1
MD5 (simhv35-1.zip) = ead371c802d6a7feba99031bf55895fe
2
SIZE (simhv34-0.zip) = 2138255
2
SHA256 (simhv35-1.zip) = 5828c754cc46f3f9e7cdf5637e5e348684c4c22265b71ef3904fd5321f67a20c
3
SIZE (simhv35-1.zip) = 2236017
(-)sim/files/patch-sim_defs.h (-11 lines)
Lines 1-11 Link Here
1
--- sim_defs.h.orig	Thu May  2 18:23:02 2002
2
+++ sim_defs.h	Wed May 22 08:13:27 2002
3
@@ -319,7 +319,7 @@
4
 #define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1
5
 #define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep)
6
 #define URDATA(nm,loc,rdx,wd,off,dep,fl) \
7
-	#nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
8
+	"nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
9
 #else
10
 #define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1
11
 #define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1

Return to bug 89286