svn commit: r497843 - branches/2019Q2/irc/ircproxy

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 14:29:10 UTC 2019


Author: antoine
Date: Thu Apr  4 14:29:09 2019
New Revision: 497843
URL: https://svnweb.freebsd.org/changeset/ports/497843

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

Modified:
  branches/2019Q2/irc/ircproxy/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/irc/ircproxy/Makefile
==============================================================================
--- branches/2019Q2/irc/ircproxy/Makefile	Thu Apr  4 14:28:50 2019	(r497842)
+++ branches/2019Q2/irc/ircproxy/Makefile	Thu Apr  4 14:29:09 2019	(r497843)
@@ -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