diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 11:35:53 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-12-31 11:35:53 +0000 |
| commit | 2a3937f57db58607134987b4f24fc85911320867 (patch) | |
| tree | 62cf1e10f34f29d0f4e09674c7e945dfb2e751be | |
| parent | 3c4bbe4745547a5164e9e51517d3b3c9343fe87c (diff) | |
devel/libunit: Remove expired port
2025-12-31 devel/libunit: Upstream repo archived on Oct 8 2025
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/libunit/Makefile | 51 | ||||
| -rw-r--r-- | devel/libunit/pkg-descr | 2 |
4 files changed, 1 insertions, 54 deletions
@@ -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. |
