Warning: current directory name differs from Makefile header: simh-hp2100 != ===> Generating patch ===> Viewing diff with ydiff -s -w 0 diff -ruN ../simh-hp2100.orig/Makefile ./Makefile --- ../simh-hp2100.orig/Makefile 2024-01-23 21:16:41.450403000 +0000 +++ ./Makefile 2024-01-23 21:27:21.828329000 +0000 @@ -1,6 +1,6 @@ PORTNAME= hp2100 DISTVERSION= 3.11-0.31 -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-hp2100.orig/files/patch-SCP_sim__sock.c ./files/patch-SCP_sim__sock.c --- ../simh-hp2100.orig/files/patch-SCP_sim__sock.c 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-SCP_sim__sock.c 2024-01-23 21:26:11.111570000 +0000 @@ -0,0 +1,11 @@ +--- SCP/sim_sock.c.orig 2024-01-23 21:25:45 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