- Mark IGNORE on 9.0-9.2 due to build failures

- Remove trailing whitespace from pkg-descr
- Bump PORTREVISION
This commit is contained in:
Ryan Steinmetz 2014-12-17 14:36:01 +00:00
parent 295ea87e9f
commit b6dc0323d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374850
2 changed files with 13 additions and 6 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= gdnsd
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \
http://mirrors.rit.edu/zi/ \
@ -42,6 +43,12 @@ URCU_DESC= Read-Copy-Update Support (Faster Zone Parsing)
URCU_CONFIGURE_WITH= urcu
URCU_LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 900000 && ${OSVERSION} < 903000)
IGNORE= you must be running FreeBSD 9.3 or higher
.endif
post-patch:
@${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \
${WRKSRC}/configure
@ -53,4 +60,4 @@ post-install:
${STAGEDIR}${PREFIX}/etc/gdnsd/zones \
${STAGEDIR}/var/run/gdnsd
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -1,13 +1,13 @@
gdnsd is an Authoritative-only DNS server.
The initial g stands for Geographic, as gdnsd offers a plugin system for
geographic (or other sorts of) balancing, redirection, and
service-state-conscious failover. If you don't care about that feature,
it's still quite good at being a very fast, lean, and resilient
geographic (or other sorts of) balancing, redirection, and
service-state-conscious failover. If you don't care about that feature,
it's still quite good at being a very fast, lean, and resilient
authoritative-only server for static DNS data.
gdnsd is written in C using libev and pthreads with a focus on high
performance, low latency service. It does not offer any form of caching or
gdnsd is written in C using libev and pthreads with a focus on high
performance, low latency service. It does not offer any form of caching or
recursive service, and does not support DNSSEC.
WWW: https://github.com/blblack/gdnsd/