FreeBSD Bugzilla – Attachment 252614 Details for
Bug 280626
dns/knot3-lib: delete port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix dns/knot-resolver/Makefile
knot-resolver.patch (text/plain), 1011 bytes, created by
Michael Grimm
on 2024-08-08 17:58:26 UTC
(
hide
)
Description:
Fix dns/knot-resolver/Makefile
Filename:
MIME Type:
Creator:
Michael Grimm
Created:
2024-08-08 17:58:26 UTC
Size:
1011 bytes
patch
obsolete
>diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile >index 9de847ea99..2ff681c505 100644 >--- a/dns/knot-resolver/Makefile >+++ b/dns/knot-resolver/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= knot-resolver > DISTVERSION= 5.7.3 > CATEGORIES= dns >+PORTREVISION= 1 > MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ > https://dns.company/downloads/knot-resolver/ > >@@ -16,13 +17,13 @@ BUILD_DEPENDS= bash:shells/bash \ > flake8:devel/py-flake8@${PY_FLAVOR} \ > lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 \ > luacheck:devel/lua-luacheck >-LIB_DEPENDS= libdnssec.so:dns/knot3-lib \ >+LIB_DEPENDS= libdnssec.so:dns/knot3 \ > libgnutls.so:security/gnutls \ >- libknot.so:dns/knot3-lib \ >+ libknot.so:dns/knot3 \ > liblmdb.so:databases/lmdb \ > libnghttp2.so:www/libnghttp2 \ > libuv.so:devel/libuv \ >- libzscanner.so:dns/knot3-lib >+ libzscanner.so:dns/knot3 > RUN_DEPENDS= lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 > > USES= compiler:c11 libedit libtool luajit meson ncurses ninja \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280626
:
252510
|
252612
| 252614