Date: Sat, 19 Nov 2005 18:17:09 +0100 From: "Miguel Mendez" <mmendez@gmail.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/89286: Update emulators/sim to 3.5.1 and pick maintainership Message-ID: <1132420629.0@scienide.energyhq.es.eu.org> Resent-Message-ID: <200511191730.jAJHUOlT048633@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89286 >Category: ports >Synopsis: Update emulators/sim to 3.5.1 and pick maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 19 17:30:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 6.0-STABLE amd64 >Organization: The 32bit world is not enough. >Environment: System: FreeBSD 6.0-STABLE #0: Fri Nov 4 19:55:09 CET 2005 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE64 >Description: Update to 3.5.1 Changelog: http://simh.trailing-edge.com/changes35.html Removed patch-sim_defs.h and it apparently works fine. Booted 4.3BSD/vax without problems... -------- # cat /etc/motd 4.3 BSD Quasijarus UNIX #3: Sat Feb 14 20:31:03 PST 2004 Welcome to UNIX! # -------- >How-To-Repeat: >Fix: --- sim.diff begins here --- diff -ruN sim.old/Makefile sim/Makefile --- sim.old/Makefile Tue Nov 1 23:31:56 2005 +++ sim/Makefile Sat Nov 19 17:34:29 2005 @@ -6,12 +6,12 @@ # PORTNAME= sim -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.1 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ -DISTNAME= ${PORTNAME}hv34-0 +DISTNAME= ${PORTNAME}hv35-1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mmendez@gmail.com COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators USE_ZIP= yes @@ -28,7 +28,7 @@ i1620 s3 altair altairz80 \ gri ibm1130 id16 id32 sds lgp -PORTDOCS= 0readme_34.txt simh_doc.txt simh_swre.txt \ +PORTDOCS= 0readme_35.txt simh_doc.txt simh_swre.txt \ 0readme_ethernet.txt simh_faq.txt PLIST_FILES= ${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin diff -ruN sim.old/distinfo sim/distinfo --- sim.old/distinfo Tue Nov 1 23:31:13 2005 +++ sim/distinfo Sat Nov 19 17:34:05 2005 @@ -1,2 +1,3 @@ -MD5 (simhv34-0.zip) = 64d6153312257fcadf5c704cb939cf0c -SIZE (simhv34-0.zip) = 2138255 +MD5 (simhv35-1.zip) = ead371c802d6a7feba99031bf55895fe +SHA256 (simhv35-1.zip) = 5828c754cc46f3f9e7cdf5637e5e348684c4c22265b71ef3904fd5321f67a20c +SIZE (simhv35-1.zip) = 2236017 diff -ruN sim.old/files/patch-sim_defs.h sim/files/patch-sim_defs.h --- sim.old/files/patch-sim_defs.h Wed May 22 14:15:17 2002 +++ sim/files/patch-sim_defs.h Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- sim_defs.h.orig Thu May 2 18:23:02 2002 -+++ sim_defs.h Wed May 22 08:13:27 2002 -@@ -319,7 +319,7 @@ - #define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1 - #define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep) - #define URDATA(nm,loc,rdx,wd,off,dep,fl) \ -- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT) -+ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT) - #else - #define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1 - #define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1 --- sim.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1132420629.0>