diff --git a/net/libngtcp2-wolfssl/Makefile b/net/libngtcp2-wolfssl/Makefile deleted file mode 100644 index 48b3ec8a1648..000000000000 --- a/net/libngtcp2-wolfssl/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= ngtcp2 -PORTVERSION= 1.12.0 -CATEGORIES= net -MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/ -PKGNAMEPREFIX= lib -PKGNAMESUFFIX= -wolfssl - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Implementation of QUIC protocol (wolfssl backend) -WWW= https://nghttp2.org/ngtcp2/ \ - https://github.com/ngtcp2/ngtcp2 - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -BUILD_DEPENDS= libngtcp2>=${PORTVERSION}<${PORTVERSION}_99:net/libngtcp2 -LIB_DEPENDS= libwolfssl.so:security/wolfssl -RUN_DEPENDS= libngtcp2>=${PORTVERSION}<${PORTVERSION}_99:net/libngtcp2 - -USES= libtool pathfix pkgconfig tar:xz - -CONFIGURE_ARGS= --enable-lib-only \ - --with-jemalloc \ - --with-wolfssl \ - --without-boringssl \ - --without-gnutls \ - --without-libbrotlidec \ - --without-libbrotlienc \ - --without-libev \ - --without-libnghttp3 \ - --without-openssl -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -INSTALL_WRKSRC= ${WRKSRC}/crypto/wolfssl -USE_LDCONFIG= yes - -.include diff --git a/net/libngtcp2-wolfssl/distinfo b/net/libngtcp2-wolfssl/distinfo deleted file mode 100644 index 165024504ae6..000000000000 --- a/net/libngtcp2-wolfssl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1745016931 -SHA256 (ngtcp2-1.12.0.tar.xz) = 2527a4c9305dbed610a000a88f94696526aa8959f74249a59f2b96ee73630629 -SIZE (ngtcp2-1.12.0.tar.xz) = 656116 diff --git a/net/libngtcp2-wolfssl/files/patch-Makefile.in b/net/libngtcp2-wolfssl/files/patch-Makefile.in deleted file mode 100644 index afad6594b328..000000000000 --- a/net/libngtcp2-wolfssl/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig 2022-01-16 12:35:06 UTC -+++ Makefile.in -@@ -425,8 +425,8 @@ top_srcdir = @top_srcdir@ - # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --SUBDIRS = lib tests doc $(am__append_1) $(am__append_2) --dist_doc_DATA = README.rst -+SUBDIRS = lib $(am__append_1) -+dist_doc_DATA = - ACLOCAL_AMFLAGS = -I m4 - EXTRA_DIST = \ - cmakeconfig.h.in \ diff --git a/net/libngtcp2-wolfssl/pkg-descr b/net/libngtcp2-wolfssl/pkg-descr deleted file mode 100644 index badfac901e6b..000000000000 --- a/net/libngtcp2-wolfssl/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ngtcp2 project is an effort to implement QUIC protocol which is now being -discussed in IETF QUICWG for its standardization. - -This port provides the crypto helper library for wolfssl backend. diff --git a/net/libngtcp2-wolfssl/pkg-plist b/net/libngtcp2-wolfssl/pkg-plist deleted file mode 100644 index c0ba6b3e66e4..000000000000 --- a/net/libngtcp2-wolfssl/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libngtcp2_crypto_wolfssl.a -lib/libngtcp2_crypto_wolfssl.so -lib/libngtcp2_crypto_wolfssl.so.5 -lib/libngtcp2_crypto_wolfssl.so.5.2.0 -libdata/pkgconfig/libngtcp2_crypto_wolfssl.pc