Date: Mon, 22 Aug 2005 18:50:29 +0200 From: "Miguel Mendez" <flynn@energyhq.es.eu.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/85224: Update emulators/sim to 0.3.4 Message-ID: <1124729429.0@scienide.energyhq.es.eu.org> Resent-Message-ID: <200508221700.j7MH0ag5082408@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85224 >Category: ports >Synopsis: Update emulators/sim to 0.3.4 >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: Mon Aug 22 17:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 6.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD 6.0-BETA2 #0: Sat Aug 13 13:14:05 CEST 2005 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE64 >Description: Changelog: http://simh.trailing-edge.com/changes34.html >How-To-Repeat: >Fix: --- sim.diff begins here --- diff -ruN sim.old/Makefile sim/Makefile --- sim.old/Makefile Sun Dec 12 02:54:29 2004 +++ sim/Makefile Mon Aug 22 18:41:14 2005 @@ -6,10 +6,10 @@ # PORTNAME= sim -PORTVERSION= 3.2.0 +PORTVERSION= 3.4.0 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ -DISTNAME= ${PORTNAME}hv32-0 +DISTNAME= ${PORTNAME}hv34-0 MAINTAINER= jedgar@FreeBSD.org COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators @@ -28,7 +28,7 @@ i1620 s3 altair altairz80 \ gri ibm1130 id16 id32 sds lgp -PORTDOCS= 0readme_32.txt simh_doc.txt simh_swre.txt \ +PORTDOCS= 0readme_34.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 Wed Jun 23 18:28:58 2004 +++ sim/distinfo Mon Aug 22 18:36:47 2005 @@ -1,2 +1,2 @@ -MD5 (simhv32-0.zip) = 431a1b7915e9aa9253eab83a366590bf -SIZE (simhv32-0.zip) = 1914305 +MD5 (simhv34-0.zip) = 64d6153312257fcadf5c704cb939cf0c +SIZE (simhv34-0.zip) = 2138255 diff -ruN sim.old/files/patch-makefile sim/files/patch-makefile --- sim.old/files/patch-makefile Wed Jun 23 18:28:59 2004 +++ sim/files/patch-makefile Mon Aug 22 18:38:07 2005 @@ -1,11 +1,11 @@ ---- makefile.orig Wed Jun 23 18:01:06 2004 -+++ makefile Wed Jun 23 18:01:50 2004 +--- makefile.orig Mon Aug 22 18:36:56 2005 ++++ makefile Mon Aug 22 18:37:56 2005 @@ -10,7 +10,7 @@ else OS_CCDEFS = -D_GNU_SOURCE endif --CC = gcc -std=c99 -O2 -g -lm $(OS_CCDEFS) -I . +-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I . +CC += ${CFLAGS} -lm $(OS_CCDEFS) -I . ifeq ($(USE_NETWORK),) else - NETWORK_OPT = -DUSE_NETWORK -lpcap -isystem /usr/local/include -L /usr/local/lib + NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a --- 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?1124729429.0>