diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-08 01:06:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-08 01:06:00 +0800 |
commit | 1e5cf633d82809d3b7a0172d0ebe9398ffb60332 (patch) | |
tree | b0a1699ebce452f50e922f7f86a8ca40a42345c4 /dns | |
parent | ee88bea625d80b694fd230739820618b050b942c (diff) | |
download | freebsd-ports-gnome-1e5cf633d82809d3b7a0172d0ebe9398ffb60332.tar.gz freebsd-ports-gnome-1e5cf633d82809d3b7a0172d0ebe9398ffb60332.tar.zst freebsd-ports-gnome-1e5cf633d82809d3b7a0172d0ebe9398ffb60332.zip |
- Add LICENSE_FILE
- Fix whitespace
- Remove obsolete OSVERSION condition
- Fix WWW:
Approved by: portmgr blanket
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsdist/Makefile | 11 | ||||
-rw-r--r-- | dns/dnsdist/pkg-descr | 2 |
2 files changed, 4 insertions, 9 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 8d32042aa45d..5d71f617e443 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -13,6 +13,7 @@ COMMENT= Highly DNS-, DoS- and abuse-aware loadbalancer LICENSE= GPLv2 UNLICENSE LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_UNLICENSE= ${WRKSRC}/ext/incbin/UNLICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops @@ -42,8 +43,8 @@ OPTIONS_DEFAULT= GNUTLS OPENSSL OPTIONS_MULTI= TLS OPTIONS_MULTI_TLS= GNUTLS OPENSSL -FSTRM_DESC= dnstap support (see dnstap.info) -LUAJIT_DESC= Use LuaJIT instead of Lua +FSTRM_DESC= dnstap support (see dnstap.info) +LUAJIT_DESC= Use LuaJIT instead of Lua FSTRM_LIB_DEPENDS= libfstrm.so:devel/fstrm FSTRM_CONFIGURE_ENABLE= fstrm @@ -62,12 +63,6 @@ OPENSSL_CONFIGURE_ON= LIBSSL_CFLAGS=-I${OPENSSLINC} LIBSSL_LIBS="-L${OPENSSLLIB} SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_WITH= net-snmp -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1004000 -BROKEN= fails to link due to lack of thread_local -.endif - post-install: ${INSTALL_DATA} ${FILESDIR}/dnsdist.conf.sample \ ${STAGEDIR}${PREFIX}/etc diff --git a/dns/dnsdist/pkg-descr b/dns/dnsdist/pkg-descr index b2ea9ccab636..19c538437d55 100644 --- a/dns/dnsdist/pkg-descr +++ b/dns/dnsdist/pkg-descr @@ -3,4 +3,4 @@ goal in life is to route DNS traffic to the best DNS server, delivering top performance to legitimate users while shunting or blocking abusive traffic. -WWW: https://dnsdist.org +WWW: https://dnsdist.org/ |