View | Details | Raw Unified | Return to bug 276573
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	hp3000
1
PORTNAME=	hp3000
2
DISTVERSION=	3.11-0.10
2
DISTVERSION=	3.11-0.10
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	emulators
4
CATEGORIES=	emulators
5
MASTER_SITES=	http://simh.trailing-edge.com/hp/releases/:src \
5
MASTER_SITES=	http://simh.trailing-edge.com/hp/releases/:src \
6
		http://simh.trailing-edge.com/hp/docs/:app \
6
		http://simh.trailing-edge.com/hp/docs/:app \
(-)./files/patch-SCP_sim__sock.c (+11 lines)
Line 0 Link Here
1
--- SCP/sim_sock.c.orig	2024-01-22 23:39:57 UTC
2
+++ SCP/sim_sock.c
3
@@ -1254,7 +1254,7 @@ return sbytes;
4
 
5
 void sim_close_sock (SOCKET sock)
6
 {
7
-shutdown(sock, SD_BOTH);
8
+shutdown(sock, SHUT_RDWR);
9
 closesocket (sock);
10
 }
11
 

Return to bug 276573