diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-05-29 18:17:24 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-05-29 18:17:24 +0000 |
commit | 392e6e75cf29db056dce33d6e732046760f17b17 (patch) | |
tree | 60767d6214bacbbe11c21ba10a514c6a0e521b27 /emulators | |
parent | 88701bde9187b38374ee70b68a21bb28ae2779c9 (diff) | |
download | ports-392e6e75cf29db056dce33d6e732046760f17b17.tar.gz ports-392e6e75cf29db056dce33d6e732046760f17b17.zip |
- Update to 3.7-1
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=192329
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/simh/Makefile | 5 | ||||
-rw-r--r-- | emulators/simh/distinfo | 6 | ||||
-rw-r--r-- | emulators/simh/files/patch-makefile | 14 | ||||
-rw-r--r-- | emulators/simh/pkg-descr | 2 |
4 files changed, 14 insertions, 13 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 81416193eeb1..a1317f727c87 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -6,11 +6,10 @@ # PORTNAME= simh -PORTVERSION= 3.7 -PORTREVISION= 1 +PORTVERSION= 3.7.1 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ -DISTNAME= ${PORTNAME}v37-0 +DISTNAME= ${PORTNAME}v37-1 MAINTAINER= trasz@freebsd.org COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo index 99e12938d12b..42c2db4c037b 100644 --- a/emulators/simh/distinfo +++ b/emulators/simh/distinfo @@ -1,3 +1,3 @@ -MD5 (simhv37-0.zip) = 5f5f037f8c710862bc7223d5be010c40 -SHA256 (simhv37-0.zip) = 23ae538b7607d231d9e64c170b7a4cc7b7c9d0c1c8bbd662c565ac0a56d15069 -SIZE (simhv37-0.zip) = 2362666 +MD5 (simhv37-1.zip) = c8c57379e2e9afbf9817fbbe99ee1106 +SHA256 (simhv37-1.zip) = 4c3f7374e1faa54c705f7c139e992bb7d3492e9dc62aca5b1e24e5a43bb0f132 +SIZE (simhv37-1.zip) = 2370145 diff --git a/emulators/simh/files/patch-makefile b/emulators/simh/files/patch-makefile index 1ca55e95bb9f..9cd690ee6246 100644 --- a/emulators/simh/files/patch-makefile +++ b/emulators/simh/files/patch-makefile @@ -1,11 +1,11 @@ ---- makefile.orig Fri Feb 2 07:12:20 2007 -+++ makefile Sun Feb 11 15:57:23 2007 -@@ -10,7 +10,7 @@ +--- makefile.orig Tue Feb 6 19:24:54 2007 ++++ makefile Tue May 22 20:10:20 2007 +@@ -13,7 +13,7 @@ + ifeq ($(OSTYPE),macos) + CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I . else - OS_CCDEFS = -D_GNU_SOURCE - endif --CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I . +-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I . +CC += ${CFLAGS} -lm $(OS_CCDEFS) -I . + endif ifeq ($(USE_NETWORK),) else - NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a diff --git a/emulators/simh/pkg-descr b/emulators/simh/pkg-descr index 039169280298..f7421fa12d30 100644 --- a/emulators/simh/pkg-descr +++ b/emulators/simh/pkg-descr @@ -16,3 +16,5 @@ SIMH implements simulators for: These simulators are capable of running the Unix V5, V6 and V7 binaries licenced for non-commercial use by SCO. See ${WRKDIR}/simh_doc.txt for further details. + +WWW: http://simh.trailing-edge.com |