MFH: r497840
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
This commit is contained in:
parent
7c8ade8822
commit
a392ada915
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497843
@ -37,6 +37,13 @@ IPV6_CONFIGURE_ENABLE= ipv6
|
||||
SSL_CONFIGURE_ENABLE= ssl
|
||||
SSL_USES= ssl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= gnutls library not found. Install gnutls or use --with-openssl
|
||||
BROKEN_FreeBSD_13= gnutls library not found. Install gnutls or use --with-openssl
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|EUSER="ircproxy"|EUSER="ircproxyd"|g; \
|
||||
s|EGROUP="users"|EGROUP="ircproxyd"|g' ${WRKSRC}/data/${PORTNAME}d.conf
|
||||
@ -44,4 +51,4 @@ post-patch:
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imkpasswd ${STAGEDIR}${PREFIX}/bin/ircproxyd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user