freebsd-ports/dns
Mathieu Arnold f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
..
adns Remove wrong build dependency on m4 2018-01-14 21:38:50 +00:00
adsuck Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
ares - MASTER_SITES cleanup 2017-08-01 17:07:58 +00:00
autotrust - Chase ldns shlip bump 2017-03-03 04:12:20 +00:00
axfr2acl - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
bind-tools Switch bind-tools to BIND9 9.12. 2018-01-24 10:43:21 +00:00
bind9-devel Update to latest commit. 2018-07-02 13:48:00 +00:00
bind911 Include a patch to fix CVE-2018-5738 in all the BIND9 ports. 2018-06-14 15:42:52 +00:00
bind912 Include a patch to fix CVE-2018-5738 in all the BIND9 ports. 2018-06-14 15:42:52 +00:00
bind913 Second part of the previous commit, somehow lost the first time. 2018-06-15 13:16:38 +00:00
bindgraph
bundy Those ports have been broken a while now. 2018-05-17 06:32:17 +00:00
c-ares - Update to 1.14.0 2018-05-21 12:46:26 +00:00
checkdns
cli53 Update MAINTAINER to my new FreBSD.org account 2018-03-20 06:16:18 +00:00
credns Use BROKEN_SSL 2018-02-17 11:59:54 +00:00
crossip
curvedns - Update libsodium to 1.0.15 [1] 2017-10-22 10:09:33 +00:00
ddclient dns/ddclient: Move to newer snapshot 2018-07-07 18:54:31 +00:00
ddns
denominator Fix WWW 2017-06-25 17:18:48 +00:00
dhisd - Switch to USES=localbase 2017-03-04 09:01:47 +00:00
djbdns Bump loop detection limit to 500 2018-01-16 19:54:19 +00:00
djbdns-tools
dlint
dnrd
dns2blackhole Update to 0.1. DOCS option is removed, see manpage instead. 2017-10-23 03:36:01 +00:00
dns2tcp
dns_balance Update dns/dns_balance to 2.1 2017-02-10 17:46:17 +00:00
dnscap Update to 1.9.0 2018-03-01 15:19:13 +00:00
dnscheck
dnscheckengine Remove Perl core modules 2017-06-26 03:24:33 +00:00
dnscrypt-proxy Update maintainer email address 2018-04-24 00:49:55 +00:00
dnscrypt-proxy2 dns/dnscrypt-proxy2: Update to 2.0.15 2018-06-07 18:41:54 +00:00
dnscrypt-wrapper Update to 0.4.1 2018-03-13 20:31:58 +00:00
dnsdbck - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
dnsdbq Mark ports broken on mips64 that are already broken on powerpc64. In 2018-07-02 04:00:29 +00:00
dnsdist Revert r473259 and r473260 which are committed by accident 2018-06-24 21:11:14 +00:00
dnsenum
dnsflood - MASTER_SITES cleanup 2017-08-01 17:07:58 +00:00
dnsforwarder Correction to r473019: Revert the unintended change to the 'Created by' headers. 2018-06-22 08:28:00 +00:00
dnshistory Remove libpcre.so.3 compatibility link that was added in r374303 to 2016-12-08 17:26:09 +00:00
dnsjava Remove support for variables that have been deprecated for a while. 2018-01-09 07:40:55 +00:00
dnsmasq dns/dnsmasq update to release v2.79 2018-03-19 21:10:34 +00:00
dnsmasq-devel Mark IGNORE since the stable version dns/dnsmasq is newer. 2018-03-20 16:53:15 +00:00
dnsmax-perl
dnsperf Update to 2.1.0.0. 2018-05-13 04:19:16 +00:00
dnsproxy Add https to WWW: line 2018-05-25 15:54:02 +00:00
dnsrecon dns/dnsrecon: Update to 0.8.13. 2018-06-19 19:11:01 +00:00
dnsreflector
dnstable Upgrade dnstable to version 0.10.1: 2018-06-25 17:11:08 +00:00
dnstable-convert New port dns/dnstable_convert. It was split out of dnstable to reduce the 2018-06-25 17:14:41 +00:00
dnstop
dnstracer Now builds on sparc64. 2017-04-05 02:10:25 +00:00
dnsutl For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
dnsviz Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
dnswalk dns/dnswalk: Unbreak port 2017-05-12 19:48:17 +00:00
dnswall
doc Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
dq Update to 20180112 2018-01-19 17:03:12 +00:00
drool - Update to 1.1.0 2018-02-18 12:54:21 +00:00
dsc Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
dsp dns/{dsc|dsp|p5-DSC|p5-App-DSC-DataTool}: fix WWW in pkg-descr 2018-03-23 20:05:03 +00:00
dynip Add dns/dynip. 2017-12-14 17:08:01 +00:00
erlang-idna dns/erlang-idna: Update to 5.1.2 2018-06-10 08:13:09 +00:00
ez-ipupdate
fastresolve - Fix LICENSE 2017-11-30 09:00:19 +00:00
firedns
fpdns
gdnsd sysutils/liburcu: Update port to 0.10.0 2017-07-17 14:44:39 +00:00
gdnsd2 - Add libmaxminddb for geoip2 support 2017-11-23 21:35:00 +00:00
gen6dns Upgrade to version 1.3. 2017-10-21 11:44:23 +00:00
getdns - Update to 1.4.2 2018-05-21 01:41:52 +00:00
ghtool - Add LICENSE 2018-02-24 09:02:59 +00:00
go-geodns Add dns/go-geodns: DNS server with per-client targeted responses 2018-06-07 14:18:54 +00:00
hesiod
hostdb Move from google code to github 2017-03-28 08:06:22 +00:00
hs-dns lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-gnuidn lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
idnkit - Add LICENSE 2017-12-07 17:37:37 +00:00
idnkit2 - Add INSTALL_TARGET=install-strip 2017-04-26 15:08:03 +00:00
inadyn
inadyn-mt dns/inadyn-mt: update to 02.28.10 2018-06-21 13:49:35 +00:00
ipcheck - Fix shebangs 2017-04-21 10:50:59 +00:00
ironsides Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
kadnode dns/kadnode: Update to 2.2.3 2018-05-21 15:17:23 +00:00
kf5-kdnssd Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
knot-resolver Revert r473259 and r473260 which are committed by accident 2018-06-24 21:11:14 +00:00
knot1 Update maintainer email address 2018-04-24 00:49:55 +00:00
knot2 dns/knot2: update 2.6.5 -> 2.6.7 2018-07-04 05:25:22 +00:00
ldapdns
ldns Switch some MASTER_SITES from http/ftp to https. 2018-02-27 13:03:48 +00:00
libasr dns/libasr: Unbreak 2018-03-18 03:19:13 +00:00
libasr-devel dns/libasr-devel: Unbreak 2018-03-18 03:24:22 +00:00
libbind Register dependency on groff 2017-05-28 21:18:04 +00:00
libdjbdns
libidn dns/libidn: Update 1.33 -> 1.34 2018-05-08 05:04:15 +00:00
libidn2 Update to 2.0.5 2018-05-19 11:06:15 +00:00
libnspsl Update 2017-10-27 15:46:21 +00:00
libpsl devel/icu: update to 62.1 2018-06-29 14:22:11 +00:00
linux-c6-libasyncns - Autodetect the installed linux_base port and use LINUX_DEFAULT only as 2017-01-31 16:54:21 +00:00
linux-c7-libasyncns Enable i386 support to Linux CentOS 7 ports. 2017-01-31 20:32:46 +00:00
maradns Update to 2.0.15. 2018-05-03 14:05:55 +00:00
mdnsd Mark ports broken on powerpc64, categories d-f. 2018-06-18 03:49:09 +00:00
mDNSResponder_nss Fix typo 2018-05-21 02:35:40 +00:00
mydns For ports under cad', devel', dns, and `math' categories: remove 2018-05-05 15:09:22 +00:00
mydns-ng For ports under cad', devel', dns, and `math' categories: remove 2018-05-05 15:09:22 +00:00
noip - Convert to option helper install target (add OPTIONS_DEFINE=DOCS 2018-01-11 18:09:00 +00:00
nsd dns/nsd: upgrade to version 4.1.22 2018-06-14 22:59:05 +00:00
nslint
nsnotifyd dns/nsnotifyd: Add basic rc script 2018-04-05 20:37:15 +00:00
nsping
nss_mdns
nss_resinit
opendd
opendnssec dns/opendnssec: update 1.4.12 -> 1.4.14 2017-05-02 19:29:30 +00:00
opendnssec2 Update to 2.1.3: 2017-08-14 14:46:31 +00:00
openmdns Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
openresolv For ports under cad', devel', dns, and `math' categories: remove 2018-05-05 15:09:22 +00:00
p5-AnyEvent-CacheDNS Update WWW 2018-05-27 20:15:16 +00:00
p5-AnyEvent-DNS-EtcHosts Fix license information for portgs that use "the same license as Perl". 2017-09-15 08:58:46 +00:00
p5-App-DSC-DataTool Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
p5-BIND-Conf_Parser Update WWW 2018-05-27 20:15:16 +00:00
p5-BIND-Config-Parser Update WWW 2018-05-27 20:15:16 +00:00
p5-Data-Validate-Domain Update WWW 2018-05-27 20:15:16 +00:00
p5-DNS-Config Update WWW 2018-05-27 20:15:16 +00:00
p5-DNS-EasyDNS Update WWW 2018-05-27 20:15:16 +00:00
p5-DNS-Ldns
p5-DNS-Zone Update WWW 2018-05-27 20:15:16 +00:00
p5-DNS-ZoneParse Update WWW 2018-05-27 20:15:16 +00:00
p5-DSC dns/{p5-DSC|p5-App-DSC-DataTool}: improve PORTNAME as suggested by mat 2018-03-23 20:10:23 +00:00
p5-IO-Async-Resolver-DNS Update WWW 2018-05-27 20:15:16 +00:00
p5-Mozilla-PublicSuffix Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-Amazon-Route53 Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-Bonjour Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-Async Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-Check Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-Codes Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-Lite Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-Match Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-Resolver-Mock Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-Resolver-Programmable Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-RR-SRV-Helper Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-SEC Update to 1.09 2018-06-05 18:56:19 +00:00
p5-Net-DNS-TestNS Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-ToolKit Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-Zone-Parser Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNS-ZoneFile-Fast Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNSBL-MultiDaemon Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DNSBL-Statistics Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-Domain-ExpireDate Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-Domain-TLD Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-DRI Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-LibIDN Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-LibIDN2 Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-Nslookup Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-RBLClient Update WWW 2018-05-27 20:15:16 +00:00
p5-Net-RNDC Update WWW 2018-05-27 20:15:16 +00:00
p5-pgeodns
p5-POE-Component-Client-DNS Update WWW 2018-05-27 20:15:16 +00:00
p5-POE-Component-Client-DNS-Recursive Update WWW 2018-05-27 20:15:16 +00:00
p5-POE-Component-Client-DNSBL Update WWW 2018-05-27 20:15:16 +00:00
p5-POE-Component-Resolver Update WWW 2018-05-27 20:15:16 +00:00
p5-POE-Component-Server-DNS Update WWW 2018-05-27 20:15:16 +00:00
p5-POE-Filter-DNS-TCP Update WWW 2018-05-27 20:15:16 +00:00
p5-Stanford-DNSserver
p5-Tie-DNS Update WWW 2018-05-27 20:15:16 +00:00
p5-URBL-Prepare Update WWW 2018-05-27 20:15:16 +00:00
packetq Update maintainer email address 2018-04-24 00:49:55 +00:00
pdnsd
pear-File_DNS Introduce PHP flavors. 2018-03-08 19:48:41 +00:00
pear-Horde_Idna Horde package update: 2017-06-27 10:02:04 +00:00
pear-Net_DNS2 dns/pear-Net_DNS2: Update to 1.4.4 2018-02-14 18:41:43 +00:00
powerdns Revert r473259 and r473260 which are committed by accident 2018-06-24 21:11:14 +00:00
powerdns-recursor Revert r473259 and r473260 which are committed by accident 2018-06-24 21:11:14 +00:00
powerdns-recursor40 devel/boost-*: update to 1.67.0 2018-04-18 13:57:42 +00:00
public_suffix_list Update dns/public_suffix_list to 20180328 2018-04-07 16:33:58 +00:00
py-aiodns Add py-aiodns 1.1.1, simple DNS resolver for asyncio. 2018-05-29 12:29:16 +00:00
py-cloudflare Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-dns Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
py-dns-lexicon dns/py-dns-lexicon: Update to 2.4.4 2018-06-28 20:51:52 +00:00
py-dnschain Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org 2018-02-25 00:40:37 +00:00
py-dnspython Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-easyzone Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-idna dns/py-idna: Update to 2.6 2018-03-20 02:32:39 +00:00
py-idna_ssl Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-idnkit2 Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
py-ldns - Update to 1.7.0 2017-03-03 04:11:14 +00:00
py-namebench Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-publicsuffix Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-py3dns Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-pycares Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-pydnstable Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-pywdns Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-tld Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-tldextract Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
radns
rbldnsd For ports under cad', devel', dns, and `math' categories: remove 2018-05-05 15:09:22 +00:00
rbllookup
rbllookup-ng - Add LICENSE 2016-11-23 19:11:54 +00:00
renewck - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
rpsl2acl - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
rubygem-dnsruby Update to 1.60.2 2017-08-11 21:39:07 +00:00
rubygem-idn-ruby Fix RUN_DEPENDS 2017-10-05 09:49:49 +00:00
rubygem-net-dns
rubygem-public_suffix Update dns/public_suffix_list to 20180328 2018-04-07 16:33:58 +00:00
rubygem-public_suffix_service Update dns/public_suffix_list to 20180328 2018-04-07 16:33:58 +00:00
rubygem-simpleidn Update to 0.1.1 2018-04-01 21:45:03 +00:00
rubygem-validates_hostname Update to 1.0.8 2017-11-14 22:51:02 +00:00
samba-nsupdate Add missing USES=libtool. 2017-12-25 20:26:58 +00:00
scavenge
sheerdns Clean up a few things in `dns/sheerdns' port: 2017-02-04 00:12:45 +00:00
sleuth
sshfp Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
tinystats
totd
udns dns/udns: Unbreak pkg-plist 2018-05-10 06:53:32 +00:00
unbound Update to 1.7.3 2018-06-21 21:12:11 +00:00
updatedd
validns Use BROKEN_SSL 2018-02-17 11:59:59 +00:00
vhostcname - Update DNS Tools ports to their most recent versions 2017-06-27 07:05:14 +00:00
vizone
void-zones-tools Bump PORTREVISION for ports depending on the canonical version of GCC 2017-09-10 20:55:38 +00:00
walker
wdns Fix OPTIONS_DEFAULT: remove EXAMPLES which is added by framework 2017-05-28 23:17:04 +00:00
whoseip
wrapsrv
yadifa Update to 2.3.8. 2018-03-22 14:13:11 +00:00
zkt Bump the minimum bind version to dns/bind911 in dependent ports. 2018-07-04 11:52:25 +00:00
zonecheck Restore trailing slash. 2017-12-30 09:59:17 +00:00
zonenotify
Makefile Remove expired ports: 2018-07-04 12:57:28 +00:00