Lines 1-5
Link Here
|
1 |
PORTNAME= dnsdist |
1 |
PORTNAME= dnsdist |
2 |
DISTVERSION= 1.9.0 |
2 |
DISTVERSION= 1.9.3 |
3 |
CATEGORIES= dns net |
3 |
CATEGORIES= dns net |
4 |
MASTER_SITES= https://downloads.powerdns.com/releases/ |
4 |
MASTER_SITES= https://downloads.powerdns.com/releases/ |
5 |
|
5 |
|
Lines 29-36
CPE_VENDOR= powerdns
Link Here
|
29 |
USE_RC_SUBR= dnsdist |
29 |
USE_RC_SUBR= dnsdist |
30 |
|
30 |
|
31 |
GNU_CONFIGURE= yes |
31 |
GNU_CONFIGURE= yes |
32 |
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share |
|
|
33 |
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ |
32 |
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ |
|
|
33 |
--enable-dns-over-http3 \ |
34 |
--enable-dns-over-https \ |
34 |
--enable-dns-over-https \ |
35 |
--enable-dns-over-quic \ |
35 |
--enable-dns-over-quic \ |
36 |
--enable-dns-over-tls \ |
36 |
--enable-dns-over-tls \ |
Lines 38-46
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
Link Here
|
38 |
--sysconfdir=${ETCDIR} \ |
38 |
--sysconfdir=${ETCDIR} \ |
39 |
--with-libsodium \ |
39 |
--with-libsodium \ |
40 |
--with-re2 |
40 |
--with-re2 |
41 |
LDFLAGS+= -Wl,--as-needed |
41 |
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share |
42 |
|
42 |
|
43 |
INSTALL_TARGET= install-strip |
43 |
INSTALL_TARGET= install-strip |
|
|
44 |
LDFLAGS+= -Wl,--as-needed |
44 |
|
45 |
|
45 |
USERS= _dnsdist |
46 |
USERS= _dnsdist |
46 |
GROUPS= _dnsdist |
47 |
GROUPS= _dnsdist |