Andreas Wacknitz
2023-01-22 48c84355fb4db943a7657eedfd79dd983bcebaf1
pdns-recursor: fix dependencies

2 files modified
15 ■■■■ changed files
components/network/pdns-recursor/Makefile 5 ●●●●● patch | view | raw | blame | history
components/network/pdns-recursor/pkg5 10 ●●●● patch | view | raw | blame | history
components/network/pdns-recursor/Makefile
@@ -56,12 +56,13 @@
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += library/c++/protobuf
REQUIRED_PACKAGES += library/security/libsodium
REQUIRED_PACKAGES += library/security/openssl-11
REQUIRED_PACKAGES += runtime/lua-53
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/boost
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += system/management/snmp/net-snmp
REQUIRED_PACKAGES += web/curl
components/network/pdns-recursor/pkg5
@@ -1,20 +1,20 @@
{
    "dependencies": [
        "SUNWcs",
        "library/c++/protobuf",
        "library/security/libsodium",
        "library/security/openssl-11",
        "runtime/lua-53",
        "shell/ksh93",
        "system/library",
        "system/library/boost",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/math",
        "system/management/snmp/net-snmp"
        "system/management/snmp/net-snmp",
        "web/curl"
    ],
    "fmris": [
        "service/network/dns/powerdns-recursor"
    ],
    "name": "pdns-recursor"
}
}