svn commit: r432484 - head/chinese/telnet

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 26 11:37:35 UTC 2017


Author: amdmi3
Date: Thu Jan 26 11:37:33 2017
New Revision: 432484
URL: https://svnweb.freebsd.org/changeset/ports/432484

Log:
  - Mark BROKEN on DragonFly:
  
  cc1: error: /construction/chinese/telnet/telnet-1.0/libtelnet/../../crypto/libressl/include: No such file or directory [-Werror=missing-include-dirs]

Modified:
  head/chinese/telnet/Makefile

Modified: head/chinese/telnet/Makefile
==============================================================================
--- head/chinese/telnet/Makefile	Thu Jan 26 11:26:18 2017	(r432483)
+++ head/chinese/telnet/Makefile	Thu Jan 26 11:37:33 2017	(r432484)
@@ -28,6 +28,8 @@ IGNORE=		need to build this port with th
 BROKEN=		does not build
 .endif
 
+BROKEN_DragonFly=	does not build
+
 do-extract:
 	@${MKDIR} ${WRKDIR}
 	@${CP} -R ${SRCDIR} ${WRKSRC}


More information about the svn-ports-all mailing list