Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2026 22:06:59 +0000
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9fbacc00b081 - main - emulators/open-simh: Update to 4.1.0.20260507
Message-ID:  <6a21f703.42612.6a245a7e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9fbacc00b081839b83e1ec547f7528d525038bec

commit 9fbacc00b081839b83e1ec547f7528d525038bec
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-06-04 22:06:28 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-06-04 22:06:54 +0000

    emulators/open-simh: Update to 4.1.0.20260507
---
 emulators/open-simh/Makefile  | 12 +++++++++---
 emulators/open-simh/distinfo  |  6 +++---
 emulators/open-simh/pkg-plist |  1 +
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/emulators/open-simh/Makefile b/emulators/open-simh/Makefile
index 85e4d88046b4..1f54a314aa0d 100644
--- a/emulators/open-simh/Makefile
+++ b/emulators/open-simh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	open-simh
-PORTVERSION=	4.1.0.20240303
+PORTVERSION=	4.1.0.20260507
 CATEGORIES=	emulators
 
 MAINTAINER=	kbowling@FreeBSD.org
@@ -10,7 +10,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
-LIB_DEPENDS=	libpcre.so:devel/pcre \
+LIB_DEPENDS=	libpcre2-8.so:devel/pcre2 \
 		libpng16.so:graphics/png
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
 
@@ -21,7 +21,7 @@ USE_GITHUB=	yes
 
 GH_ACCOUNT=	open-simh
 GH_PROJECT=	simh
-GH_TAGNAME=	d4f85d01bdf7301d5f7a2c4e51c3a84024561b26
+GH_TAGNAME=	0dc9decac98fc99c8db9722cd5d941b9e73ac67b
 
 USE_SDL=	sdl2 ttf2
 
@@ -34,6 +34,12 @@ MAKE_ENV=	CFLAGS_O="${CFLAGS}" \
 
 CONFLICTS_INSTALL=	simh simh-hp2100 simh-hp3000
 
+OPTIONS_DEFINE=		VDE
+OPTIONS_DEFAULT=	VDE
+VDE_DESC=		VDE Ethernet networking support
+
+VDE_LIB_DEPENDS=	libvdeplug.so:net/vde2
+
 .include <bsd.port.pre.mk>
 
 post-extract:
diff --git a/emulators/open-simh/distinfo b/emulators/open-simh/distinfo
index e060c81bd43e..c6a21d2dd98e 100644
--- a/emulators/open-simh/distinfo
+++ b/emulators/open-simh/distinfo
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1780609478
+SHA256 (open-simh-simh-4.1.0.20260507-0dc9decac98fc99c8db9722cd5d941b9e73ac67b_GH0.tar.gz) = 42bcc24cd011b81cc54761c7bbdf82a0d5647065278b4bd9824760307284380f
+SIZE (open-simh-simh-4.1.0.20260507-0dc9decac98fc99c8db9722cd5d941b9e73ac67b_GH0.tar.gz) = 31403476
diff --git a/emulators/open-simh/pkg-plist b/emulators/open-simh/pkg-plist
index c3a2036543a8..4d7a17d64596 100644
--- a/emulators/open-simh/pkg-plist
+++ b/emulators/open-simh/pkg-plist
@@ -28,6 +28,7 @@ bin/infoserver1000
 bin/infoserver150vxt
 bin/intel-mds
 bin/lgp
+bin/linc
 bin/microvax1
 bin/microvax2
 bin/microvax2000


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a21f703.42612.6a245a7e>