ports/99095: [Maintainer Update] update emulators/sim to 3.6

Miguel Mendez mmendez at energyhq.be
Sun Jun 18 11:10:17 UTC 2006


>Number:         99095
>Category:       ports
>Synopsis:       [Maintainer Update] update emulators/sim to 3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 18 11:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 6.1-RC amd64
>Organization:
The 32bit world is not enough. 
>Environment:


System: FreeBSD 6.1-RC #0: Sat Apr  8 23:33:39 CEST 2006
    root at scienide.energyhq.be:/usr/obj/usr/src/sys/SCIENIDE64



>Description:


Update to 3.6
Changelog: http://simh.trailing-edge.com/changes36.html
Fix conflict with java/eclipse, as reported by Robert A. Getschmann



>How-To-Repeat:





>Fix:


--- sim.diff begins here ---
diff -ruN sim.old/Makefile sim/Makefile
--- sim.old/Makefile	Wed Mar  1 21:56:24 2006
+++ sim/Makefile	Sun Jun 18 12:50:43 2006
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	sim
-PORTVERSION=	3.5.2
-PORTREVISION=	1
+PORTVERSION=	3.6.0
 CATEGORIES=	emulators
 MASTER_SITES=	http://simh.trailing-edge.com/sources/
-DISTNAME=	${PORTNAME}hv35-2
+DISTNAME=	${PORTNAME}hv36-0
 
 MAINTAINER=	mmendez at energyhq.be
 COMMENT=	Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
@@ -28,13 +27,12 @@
 
 BIN_FILES=	altair    h316   ibm1130 nova  pdp15 pdp9 vax780 \
 		altairz80 hp2100 id16    pdp1  pdp4  s3          \
-		eclipse   i1401  id32    pdp10 pdp7  sds         \
+		i1401  id32    pdp10 pdp7  sds         \
 		gri       i1620  lgp     pdp11 pdp8  vax
 
-PORTDOCS=	0readme_35.txt simh_doc.txt simh_swre.txt \
-		0readme_ethernet.txt simh_faq.txt
+PORTDOCS=	0readme_36.txt 0readme_ethernet.txt
 
-PLIST_FILES=	${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin
+PLIST_FILES=	${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin /bin/sim-eclipse
 PLIST_DIRS=	%%DATADIR%%
 
 .include <bsd.port.pre.mk>
@@ -53,6 +51,8 @@
 .for file in ${BIN_FILES}
 	${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
 .endfor
+# eclipse conflicts with /usr/ports/java/eclipse, install it as sim-eclipse
+	${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/sim-eclipse
 
 	@${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR}
diff -ruN sim.old/distinfo sim/distinfo
--- sim.old/distinfo	Thu Jan 26 10:32:57 2006
+++ sim/distinfo	Sun Jun 18 12:43:23 2006
@@ -1,3 +1,3 @@
-MD5 (simhv35-2.zip) = e3d2a168f2da62e10e0013f1f9111d82
-SHA256 (simhv35-2.zip) = 12c6e6290b599b7f131027a533ee12add8d68735128805e012309db46f2ab9fb
-SIZE (simhv35-2.zip) = 2259795
+MD5 (simhv36-0.zip) = 3e5b13362132e039b228dd0ad9ac1a3c
+SHA256 (simhv36-0.zip) = dfd4d76490b56cc1df538016c45f041912a1f52916c6725e177250a88e343d17
+SIZE (simhv36-0.zip) = 2215996
--- sim.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list