aboutsummaryrefslogtreecommitdiff
path: root/emulators/sim
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-12 08:17:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-12 08:17:36 +0000
commit0dcf1323b2a3bb56ab7cffac3240088b887d41fc (patch)
tree82f560419b2817163b43c73f3342d5e5e9c093d8 /emulators/sim
parent653de5fb97af541a123e53b04cf60290893e2c88 (diff)
downloadports-0dcf1323b2a3bb56ab7cffac3240088b887d41fc.tar.gz
ports-0dcf1323b2a3bb56ab7cffac3240088b887d41fc.zip
Notes
Diffstat (limited to 'emulators/sim')
-rw-r--r--emulators/sim/Makefile8
-rw-r--r--emulators/sim/distinfo6
-rw-r--r--emulators/sim/files/patch-makefile6
3 files changed, 10 insertions, 10 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile
index c6edefc587af..bf48e4825bb6 100644
--- a/emulators/sim/Makefile
+++ b/emulators/sim/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= sim
-PORTVERSION= 3.6.1
+PORTVERSION= 3.7
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/
-DISTNAME= ${PORTNAME}hv36-1
+DISTNAME= ${PORTNAME}hv37-0
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
USE_ZIP= yes
@@ -28,7 +28,7 @@ BIN_FILES= altair h316 ibm1130 nova pdp15 pdp9 vax780 \
i1401 id32 pdp10 pdp7 sds \
gri i1620 lgp pdp11 pdp8 vax
-PORTDOCS= 0readme_36.txt 0readme_ethernet.txt
+PORTDOCS= 0readme_37.txt 0readme_ethernet.txt
PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/sim-eclipse
PLIST_DIRS= %%DATADIR%%
diff --git a/emulators/sim/distinfo b/emulators/sim/distinfo
index 3219ac012e79..99e12938d12b 100644
--- a/emulators/sim/distinfo
+++ b/emulators/sim/distinfo
@@ -1,3 +1,3 @@
-MD5 (simhv36-1.zip) = 0cfdeaca82e4de7c91e4eb8095877200
-SHA256 (simhv36-1.zip) = df0e69c6371d3bafb07cf9f542a60ff0e6ad2efdbd74edc8f246136d5fee31b4
-SIZE (simhv36-1.zip) = 2233412
+MD5 (simhv37-0.zip) = 5f5f037f8c710862bc7223d5be010c40
+SHA256 (simhv37-0.zip) = 23ae538b7607d231d9e64c170b7a4cc7b7c9d0c1c8bbd662c565ac0a56d15069
+SIZE (simhv37-0.zip) = 2362666
diff --git a/emulators/sim/files/patch-makefile b/emulators/sim/files/patch-makefile
index 6d771593e784..1ca55e95bb9f 100644
--- a/emulators/sim/files/patch-makefile
+++ b/emulators/sim/files/patch-makefile
@@ -1,10 +1,10 @@
---- makefile.orig Mon Aug 22 18:36:56 2005
-+++ makefile Mon Aug 22 18:37:56 2005
+--- makefile.orig Fri Feb 2 07:12:20 2007
++++ makefile Sun Feb 11 15:57:23 2007
@@ -10,7 +10,7 @@
else
OS_CCDEFS = -D_GNU_SOURCE
endif
--CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I .
+-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
+CC += ${CFLAGS} -lm $(OS_CCDEFS) -I .
ifeq ($(USE_NETWORK),)
else