net/relayd: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
1d1a78a6d4
commit
79dda0802e
1 changed files with 6 additions and 0 deletions
|
|
@ -26,8 +26,14 @@ MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
|||
USERS= _relayd
|
||||
GROUPS= _relayd
|
||||
|
||||
BROKEN_FreeBSD_12= does not build, OpenSSL 1.1 unsupported
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 1300000
|
||||
BROKEN= does not build, OpenSSL 1.1 unsupported
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
||||
${WRKSRC}/relayd/relay.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue