summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-04 14:26:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-04 14:26:39 +0000
commit47a5e3a225acd984ea6c6acb13f54c1ba79df45e (patch)
tree2288cec391e32748494599fc1a76149366d28837
parentMark BROKEN on FreeBSD 12 and 13 (diff)
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497840
-rw-r--r--irc/ircproxy/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile
index 43525dd08ee6..8148490503d8 100644
--- a/irc/ircproxy/Makefile
+++ b/irc/ircproxy/Makefile
@@ -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>