git: 2a3937f57db5 - main - devel/libunit: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:36:01 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2a3937f57db58607134987b4f24fc85911320867
commit 2a3937f57db58607134987b4f24fc85911320867
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:35:53 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:35:53 +0000
devel/libunit: Remove expired port
2025-12-31 devel/libunit: Upstream repo archived on Oct 8 2025
---
MOVED | 1 +
devel/Makefile | 1 -
devel/libunit/Makefile | 51 -------------------------------------------------
devel/libunit/pkg-descr | 2 --
4 files changed, 1 insertion(+), 54 deletions(-)
diff --git a/MOVED b/MOVED
index 1de288c2e7a8..f3ad107837fe 100644
--- a/MOVED
+++ b/MOVED
@@ -4948,3 +4948,4 @@ www/py-dj51-django-tables2||2025-12-31|Has expired: Extended support of Django 5
www/py-dj51-djangorestframework||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
audio/pc-mixer||2025-12-31|Has expired: Abandoned upstream and depends on deprecated QT5
devel/bam||2025-12-31|Has expired: Outdated, current release in tree is from 2013 while latest upstream is 2018
+devel/libunit||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
diff --git a/devel/Makefile b/devel/Makefile
index 6d5e23a7ccb4..85f6920ecc55 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1485,7 +1485,6 @@
SUBDIR += libunicode-contour
SUBDIR += libuninum
SUBDIR += libunistring
- SUBDIR += libunit
SUBDIR += libunwind
SUBDIR += libuutil
SUBDIR += libuv
diff --git a/devel/libunit/Makefile b/devel/libunit/Makefile
deleted file mode 100644
index 5919112b76b5..000000000000
--- a/devel/libunit/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-PORTNAME= libunit
-PORTVERSION= ${UNIT_VERSION}
-MASTER_SITES?= https://unit.nginx.org/download/
-DISTNAME= unit-${PORTVERSION}
-DISTINFO_FILE= ${.CURDIR}/../../www/unit/distinfo
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Development kit for dynamic web application server
-WWW= https://unit.nginx.org
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Upstream repo archived on Oct 8 2025
-EXPIRATION_DATE=2025-12-31
-
-CATEGORIES= devel www
-
-USES+= compiler:c11 cpe
-
-CPE_VENDOR= nginx
-CPE_PRODUCT= unit
-
-HAS_CONFIGURE= yes
-
-CONFIGURE_ARGS= --prefix=${PREFIX} \
- --ld-opt="-L${LOCALBASE}/lib" \
- --pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
- --no-regex
-
-PLIST_FILES+= include/nxt_auto_config.h \
- include/nxt_unit_field.h \
- include/nxt_unit_request.h \
- include/nxt_unit_response.h \
- include/nxt_unit_sptr.h \
- include/nxt_unit_typedefs.h \
- include/nxt_unit_websocket.h \
- include/nxt_unit.h \
- include/nxt_version.h \
- include/nxt_websocket_header.h \
- lib/libunit.a \
- libdata/pkgconfig/unit.pc
-
-do-build:
- @cd ${WRKSRC} && ${MAKE} build/lib/libunit.a
-
-do-install:
- ${MAKE} -C ${WRKSRC} libunit-install DESTDIR=${STAGEDIR}
-
-.include "../../www/unit/version.mk"
-.include <bsd.port.mk>
diff --git a/devel/libunit/pkg-descr b/devel/libunit/pkg-descr
deleted file mode 100644
index 90ff5515f908..000000000000
--- a/devel/libunit/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Development kit for NGINX Unit, a dynamic web application server, designed
-to run applications in multiple languages.