Index: simh/Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/simh/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- simh/Makefile 13 Apr 2007 13:03:46 -0000 1.46 +++ simh/Makefile 22 May 2007 17:51:27 -0000 @@ -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 Index: simh/distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/simh/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- simh/distinfo 12 Feb 2007 08:17:36 -0000 1.20 +++ simh/distinfo 22 May 2007 18:08:19 -0000 @@ -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 Index: simh/pkg-descr =================================================================== RCS file: /home/pcvs/ports/emulators/simh/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- simh/pkg-descr 26 Jan 2006 09:32:57 -0000 1.2 +++ simh/pkg-descr 22 May 2007 17:51:54 -0000 @@ -16,3 +16,5 @@ 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 Index: simh/files/patch-makefile =================================================================== RCS file: /home/pcvs/ports/emulators/simh/files/patch-makefile,v retrieving revision 1.5 diff -u -r1.5 patch-makefile --- simh/files/patch-makefile 12 Feb 2007 08:17:36 -0000 1.5 +++ simh/files/patch-makefile 22 May 2007 18:10:43 -0000 @@ -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