svn commit: r347322 - head/databases/tcl-Mysql

Antoine Brodin antoine at FreeBSD.org
Thu Mar 6 20:44:49 UTC 2014


Author: antoine
Date: Thu Mar  6 20:44:49 2014
New Revision: 347322
URL: http://svnweb.freebsd.org/changeset/ports/347322
QAT: https://qat.redports.org/buildarchive/r347322/

Log:
  Mark BROKEN: Does not build
  
  c++ -fpic -DPIC  -O2 -pipe -fno-strict-aliasing -I/usr/local/include/tcl8.4 -I/usr/local/include/mysql -c /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc -o sql-mysql.So
  /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:17: error: tcl.h: No such file or directory
  In file included from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.h:3,
                   from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:2:
  /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h: In member function 'virtual Sql_row* Sql_interface::fetchrow(int)':
  /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h:49: error: 'NULL' was not declared in this scope
  ...
  
  Reported by:	pkg-fallout

Modified:
  head/databases/tcl-Mysql/Makefile

Modified: head/databases/tcl-Mysql/Makefile
==============================================================================
--- head/databases/tcl-Mysql/Makefile	Thu Mar  6 20:41:39 2014	(r347321)
+++ head/databases/tcl-Mysql/Makefile	Thu Mar  6 20:44:49 2014	(r347322)
@@ -16,6 +16,7 @@ OPTIONS_DEFINE=	DOCS
 
 PATCH_DEPENDS=	rcsdiff:${PORTSDIR}/devel/rcs
 
+BROKEN=		Does not build
 USE_MYSQL=	41+
 USES=		tcl
 TCL_NODOT=	tcl${TCL_VER:S/.//}


More information about the svn-ports-all mailing list