git: 09062fa9068b - main - dns/libdjbdns: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 04:27:18 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=09062fa9068b3466ba589cfdd155d1781536e0fa commit 09062fa9068b3466ba589cfdd155d1781536e0fa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 03:58:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 03:58:07 +0000 dns/libdjbdns: Remove expired port 2023-06-30 dns/libdjbdns: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years Approved by: portmgr (blanket) --- MOVED | 1 + dns/Makefile | 1 - dns/libdjbdns/Makefile | 33 --------------------------------- dns/libdjbdns/distinfo | 2 -- dns/libdjbdns/files/patch-Makefile | 10 ---------- dns/libdjbdns/pkg-descr | 5 ----- dns/libdjbdns/pkg-plist | 27 --------------------------- 7 files changed, 1 insertion(+), 78 deletions(-) diff --git a/MOVED b/MOVED index 0dcee2ca2b27..3c4cef714fb6 100644 --- a/MOVED +++ b/MOVED @@ -7680,3 +7680,4 @@ databases/mongodb40-tools||2023-06-30|Has expired: Upstream EOL reached on 2022- databases/mongodb40||2023-06-30|Has expired: Upstream EOL reached on 2022-04-30 dns/djbdns-tools||2023-06-30|Has expired: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years dns/djbdns||2023-06-30|Has expired: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years +dns/libdjbdns||2023-06-30|Has expired: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years diff --git a/dns/Makefile b/dns/Makefile index 4cee2aaf3b4a..f4fde85804c3 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -96,7 +96,6 @@ SUBDIR += libasr SUBDIR += libasr-devel SUBDIR += libbind - SUBDIR += libdjbdns SUBDIR += libidn SUBDIR += libidn2 SUBDIR += libmicrodns diff --git a/dns/libdjbdns/Makefile b/dns/libdjbdns/Makefile deleted file mode 100644 index e44f1064ac98..000000000000 --- a/dns/libdjbdns/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= libdjbdns -PORTVERSION= 1.05 -PORTREVISION= 2 -CATEGORIES= dns -MASTER_SITES= http://smarden.org/pape/djb/manpages/ -DISTNAME= djbdns-pd-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Public domain DNS client library -WWW= https://cr.yp.to/djbdns/dns.html - -DEPRECATED= No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years -EXPIRATION_DATE=2023-06-30 - -USES= gmake - -USE_LDCONFIG= yes -ALL_TARGET= it - -LIBS= libdjbdns.a libdjbdns.so.1 -INCLUDES= alloc.h byte.h case.h dns.h env.h error.h fmt.h \ - gen_alloc.h gen_allocdefs.h iopause.h ip4.h ndelay.h \ - open.h openreadclose.h readclose.h scan.h select.h \ - socket.h str.h stralloc.h tai.h taia.h uint16.h \ - uint32.h uint64.h - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include/libdjbdns - cd ${WRKSRC} && \ - ${INSTALL_LIB} ${LIBS} ${STAGEDIR}${PREFIX}/lib && \ - ${INSTALL_DATA} ${INCLUDES} ${STAGEDIR}${PREFIX}/include/libdjbdns - -.include <bsd.port.mk> diff --git a/dns/libdjbdns/distinfo b/dns/libdjbdns/distinfo deleted file mode 100644 index a213996e4f29..000000000000 --- a/dns/libdjbdns/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (djbdns-pd-1.05.tar.gz) = 54e6aadba1178cdb7ff4faf8c14772e82dec389e8a7f40afb2b08d3274a9d33f -SIZE (djbdns-pd-1.05.tar.gz) = 17011 diff --git a/dns/libdjbdns/files/patch-Makefile b/dns/libdjbdns/files/patch-Makefile deleted file mode 100644 index 14cb11becd98..000000000000 --- a/dns/libdjbdns/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Sat May 3 02:54:00 2003 -+++ Makefile Sat May 3 02:56:15 2003 -@@ -1,7 +1,3 @@ --CC=gcc --CFLAGS=-O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized \ ---Wshadow -Wcast-qual -Wcast-align -Wwrite-strings -- - IT=libdjbdns.a libdjbdns.so.1 - SYSDEPS=iopause.h select.h uint32.h uint64.h - diff --git a/dns/libdjbdns/pkg-descr b/dns/libdjbdns/pkg-descr deleted file mode 100644 index 8cba1a3ff01f..000000000000 --- a/dns/libdjbdns/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This port contains a subset of djbdns (net/djbdns) - -a DNS client library released to the public domain by its author. - -The library was packaged by Gerrit Pape. The port contains both static -and shared versions of the DNS client library. diff --git a/dns/libdjbdns/pkg-plist b/dns/libdjbdns/pkg-plist deleted file mode 100644 index 4a2cbdc199e2..000000000000 --- a/dns/libdjbdns/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -include/libdjbdns/alloc.h -include/libdjbdns/byte.h -include/libdjbdns/case.h -include/libdjbdns/dns.h -include/libdjbdns/env.h -include/libdjbdns/error.h -include/libdjbdns/fmt.h -include/libdjbdns/gen_alloc.h -include/libdjbdns/gen_allocdefs.h -include/libdjbdns/iopause.h -include/libdjbdns/ip4.h -include/libdjbdns/ndelay.h -include/libdjbdns/open.h -include/libdjbdns/openreadclose.h -include/libdjbdns/readclose.h -include/libdjbdns/scan.h -include/libdjbdns/select.h -include/libdjbdns/socket.h -include/libdjbdns/str.h -include/libdjbdns/stralloc.h -include/libdjbdns/tai.h -include/libdjbdns/taia.h -include/libdjbdns/uint16.h -include/libdjbdns/uint32.h -include/libdjbdns/uint64.h -lib/libdjbdns.a -lib/libdjbdns.so.1