Date: Sun, 13 Jul 2014 16:40:24 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361694 - in head/databases/tcl-Mysql: . files Message-ID: <201407131640.s6DGeODB064834@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Sun Jul 13 16:40:24 2014 New Revision: 361694 URL: http://svnweb.freebsd.org/changeset/ports/361694 QAT: https://qat.redports.org/buildarchive/r361694/ Log: Though I can not reproduce the error cited by the previous committer in the commit log with neither g++, clang++, nor clang++33, I'll try to fix it anyway. Unbreak. Modified: head/databases/tcl-Mysql/Makefile head/databases/tcl-Mysql/files/patch-const-error Modified: head/databases/tcl-Mysql/Makefile ============================================================================== --- head/databases/tcl-Mysql/Makefile Sun Jul 13 16:24:44 2014 (r361693) +++ head/databases/tcl-Mysql/Makefile Sun Jul 13 16:40:24 2014 (r361694) @@ -16,7 +16,6 @@ OPTIONS_DEFINE= DOCS PATCH_DEPENDS= rcsdiff:${PORTSDIR}/devel/rcs -BROKEN= Does not build USE_MYSQL= 41+ USES= tcl TCL_NODOT= tcl${TCL_VER:S/.//} Modified: head/databases/tcl-Mysql/files/patch-const-error ============================================================================== --- head/databases/tcl-Mysql/files/patch-const-error Sun Jul 13 16:24:44 2014 (r361693) +++ head/databases/tcl-Mysql/files/patch-const-error Sun Jul 13 16:40:24 2014 (r361694) @@ -7,7 +7,14 @@ + const char *getErrorMsg(); }; --- sql-interface.h Mon Sep 14 06:52:41 1998 -+++ sql-interface.h Wed Nov 10 17:43:15 2004 ++++ sql-interface.h 2014-07-13 12:30:48.000000000 -0400 +@@ -13,4 +13,6 @@ + #define SQL_INTERFACE_H + ++#include <cstddef> ++ + class Sql_row; + @@ -54,5 +54,5 @@ // Get the error message, if there was one, for the last message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407131640.s6DGeODB064834>