Warning: current directory name differs from Makefile header: simh-hp3000 != ===> Generating patch ===> Viewing diff with ydiff -s -w 0 diff -ruN ../simh-hp3000.orig/Makefile ./Makefile --- ../simh-hp3000.orig/Makefile 2024-01-23 21:11:46.707288000 +0000 +++ ./Makefile 2024-01-23 21:08:00.153487000 +0000 @@ -1,6 +1,6 @@ PORTNAME= hp3000 DISTVERSION= 3.11-0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \ http://simh.trailing-edge.com/hp/docs/:app \ diff -ruN ../simh-hp3000.orig/files/patch-SCP_sim__sock.c ./files/patch-SCP_sim__sock.c --- ../simh-hp3000.orig/files/patch-SCP_sim__sock.c 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-SCP_sim__sock.c 2024-01-22 23:40:30.723029000 +0000 @@ -0,0 +1,11 @@ +--- SCP/sim_sock.c.orig 2024-01-22 23:39:57 UTC ++++ SCP/sim_sock.c +@@ -1254,7 +1254,7 @@ return sbytes; + + void sim_close_sock (SOCKET sock) + { +-shutdown(sock, SD_BOTH); ++shutdown(sock, SHUT_RDWR); + closesocket (sock); + } + ====> Cleaning up ===> Done