svn commit: r543437 - head/databases/sqsh

Antoine Brodin antoine at FreeBSD.org
Sun Jul 26 06:52:21 UTC 2020


Author: antoine
Date: Sun Jul 26 06:52:20 2020
New Revision: 543437
URL: https://svnweb.freebsd.org/changeset/ports/543437

Log:
  Mark BROKEN
  
  Reported by:	pkg-fallout

Modified:
  head/databases/sqsh/Makefile

Modified: head/databases/sqsh/Makefile
==============================================================================
--- head/databases/sqsh/Makefile	Sun Jul 26 06:50:01 2020	(r543436)
+++ head/databases/sqsh/Makefile	Sun Jul 26 06:52:20 2020	(r543437)
@@ -13,6 +13,8 @@ COMMENT=	Interactive tool for querying Sybase database
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		cmd_connect.c:1897:17: error: use of undeclared identifier 'CS_MAX_CHAR'
+
 LIB_DEPENDS=	libct.so:databases/freetds
 
 USES=		readline tar:tgz


More information about the svn-ports-all mailing list