From owner-svn-ports-head@FreeBSD.ORG Sun Jul 13 16:40:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F552683; Sun, 13 Jul 2014 16:40:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC652581; Sun, 13 Jul 2014 16:40:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6DGeP7K064836; Sun, 13 Jul 2014 16:40:25 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6DGeODB064834; Sun, 13 Jul 2014 16:40:24 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201407131640.s6DGeODB064834@svn.freebsd.org> From: Mikhail Teterin Date: Sun, 13 Jul 2014 16:40:24 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 16:40:25 -0000 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 ++ + class Sql_row; + @@ -54,5 +54,5 @@ // Get the error message, if there was one, for the last message