svn commit: r497840 - head/irc/ircproxy

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 14:26:40 UTC 2019


Author: antoine
Date: Thu Apr  4 14:26:39 2019
New Revision: 497840
URL: https://svnweb.freebsd.org/changeset/ports/497840

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/irc/ircproxy/Makefile

Modified: head/irc/ircproxy/Makefile
==============================================================================
--- head/irc/ircproxy/Makefile	Thu Apr  4 14:25:02 2019	(r497839)
+++ head/irc/ircproxy/Makefile	Thu Apr  4 14:26:39 2019	(r497840)
@@ -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>


More information about the svn-ports-all mailing list