Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2025 11:51:56 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e513368df215 - main - www/unit-wasm: Remove expired port
Message-ID:  <69550e5c.3377c.86329db@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

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

commit e513368df21590971cfe78720920366aaa60a39d
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:51:49 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:51:49 +0000

    www/unit-wasm: Remove expired port
    
    2025-12-31 www/unit-wasm: Upstream repo archived on Oct 8 2025
---
 MOVED                  |  1 +
 www/Makefile           |  1 -
 www/unit-wasm/Makefile | 34 ----------------------------------
 3 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index e1db6d293b24..26e019dfdea4 100644
--- a/MOVED
+++ b/MOVED
@@ -4962,3 +4962,4 @@ databases/pgpool-II-42||2025-12-31|Has expired: Upstream EOL reaches on 2025-11-
 www/unit-perl||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
 www/unit-php||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
 graphics/p5-Image-PNG-QRCode||2025-12-31|Has expired: Abandoned
+www/unit-wasm||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
diff --git a/www/Makefile b/www/Makefile
index 57cb70b0d8f8..6685dede545d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2648,7 +2648,6 @@
     SUBDIR += unit
     SUBDIR += unit-java
     SUBDIR += unit-ruby
-    SUBDIR += unit-wasm
     SUBDIR += unitc
     SUBDIR += urlfinder
     SUBDIR += uwebsockets
diff --git a/www/unit-wasm/Makefile b/www/unit-wasm/Makefile
deleted file mode 100644
index 2c0c15bf2cd7..000000000000
--- a/www/unit-wasm/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PKGNAMESUFFIX=	-${UNIT_MODNAME}
-
-UNIT_MODNAME=	wasm
-
-COMMENT=	WASM module for NGINX Unit
-
-PLIST_FILES=	libexec/unit/modules/${UNIT_MODNAME}.unit.so
-
-RUN_DEPENDS=	unitd:www/unit
-
-LIB_DEPENDS=	libwasmtime.so:devel/libwasmtime
-
-USE_RC_SUBR?=	# reset to empty
-
-MASTERDIR=	${.CURDIR}/../unit
-
-post-configure:
-	cd ${CONFIGURE_WRKSRC} && \
-	${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} wasm \
-		--module=${UNIT_MODNAME} \
-		--include-path=${PREFIX}/include \
-		--lib-path=${PREFIX}/lib
-
-do-build:
-	cd ${CONFIGURE_WRKSRC} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
-			${MAKEFILE} ${MAKE_ARGS} ${UNIT_MODNAME}
-
-do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/
-	${INSTALL_LIB} ${WRKSRC}/build/lib/unit/modules/${UNIT_MODNAME}.unit.so \
-		${STAGEDIR}${PREFIX}/libexec/unit/modules/
-
-.include "${MASTERDIR}/Makefile"


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69550e5c.3377c.86329db>