diff --git a/emulators/open-simh/Makefile b/emulators/open-simh/Makefile index 17bcbb249034..85e4d88046b4 100644 --- a/emulators/open-simh/Makefile +++ b/emulators/open-simh/Makefile @@ -1,52 +1,52 @@ PORTNAME= open-simh -PORTVERSION= 4.1.0.20230920 +PORTVERSION= 4.1.0.20240303 CATEGORIES= emulators MAINTAINER= kbowling@FreeBSD.org COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others WWW= https://opensimh.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu LIB_DEPENDS= libpcre.so:devel/pcre \ libpng16.so:graphics/png RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu USES= dos2unix gmake libedit sdl DOS2UNIX_GLOB= *.c *.h *.ini *.mak *.txt makefile USE_GITHUB= yes GH_ACCOUNT= open-simh GH_PROJECT= simh GH_TAGNAME= d4f85d01bdf7301d5f7a2c4e51c3a84024561b26 USE_SDL= sdl2 ttf2 MAKEFILE= makefile MAKE_ENV= CFLAGS_O="${CFLAGS}" \ FONTPATH="${PREFIX}/share/fonts/dejavu" \ GCC="${CC}" \ TESTS=0 \ WARNINGS=ALLOWED CONFLICTS_INSTALL= simh simh-hp2100 simh-hp3000 .include post-extract: @${MKDIR} ${WRKSRC}/BIN post-build: # eclipse, gri and nova conflict with other ports, prefix with simh- @${MV} ${WRKSRC}/BIN/eclipse ${WRKSRC}/BIN/simh-eclipse @${MV} ${WRKSRC}/BIN/gri ${WRKSRC}/BIN/simh-gri @${MV} ${WRKSRC}/BIN/nova ${WRKSRC}/BIN/simh-nova do-install: @${RM} -rf ${WRKSRC}/BIN/buildtools ${INSTALL_PROGRAM} ${WRKSRC}/BIN/* ${STAGEDIR}${PREFIX}/bin .include diff --git a/emulators/open-simh/distinfo b/emulators/open-simh/distinfo index 639efebe6b54..e060c81bd43e 100644 --- a/emulators/open-simh/distinfo +++ b/emulators/open-simh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695274105 -SHA256 (open-simh-simh-4.1.0.20230920-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = da2fcf7b37d9804ccc8bae6787573d624ba5347ae5fa4ab2cec6141aebeef159 -SIZE (open-simh-simh-4.1.0.20230920-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = 31243456 +TIMESTAMP = 1716438772 +SHA256 (open-simh-simh-4.1.0.20240303-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = da2fcf7b37d9804ccc8bae6787573d624ba5347ae5fa4ab2cec6141aebeef159 +SIZE (open-simh-simh-4.1.0.20240303-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = 31243456 diff --git a/emulators/open-simh/files/patch-sim__sock.c b/emulators/open-simh/files/patch-sim__sock.c deleted file mode 100644 index 3efc4d002fe8..000000000000 --- a/emulators/open-simh/files/patch-sim__sock.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sim_sock.c.orig 2024-03-21 04:42:41 UTC -+++ sim_sock.c -@@ -1412,7 +1412,7 @@ void sim_close_sock (SOCKET sock) - - void sim_close_sock (SOCKET sock) - { --shutdown(sock, SD_BOTH); -+shutdown(sock, SHUT_RDWR); - closesocket (sock); - } -