svn commit: r361694 - in head/databases/tcl-Mysql: . files
Mikhail Teterin
mi at FreeBSD.org
Sun Jul 13 16:40:25 UTC 2014
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
More information about the svn-ports-head
mailing list