From owner-cvs-all Tue Nov 26 16:51:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D7837B401; Tue, 26 Nov 2002 16:51:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9B6C43EB2; Tue, 26 Nov 2002 16:51:13 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAR0lbmV025319; Tue, 26 Nov 2002 16:47:37 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAR0lb5t025318; Tue, 26 Nov 2002 16:47:37 -0800 (PST) Message-Id: <200211270047.gAR0lb5t025318@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 26 Nov 2002 16:47:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/tcl-Mysql/files patch-redundant-defaults X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/11/26 16:47:37 PST Added files: databases/tcl-Mysql/files patch-redundant-defaults Log: The newer, kinder C++ does not like it, when the default values for functions' arguments are specified twice -- in the declaration (sql-mysql.h) and in the definition (sql-mysql.cc). The added patch removes the redundant defaults from the functions' definitions and fixes the build on -current. Submitted by: bento Not Approved by: portmgr -- no approval requested, since port did not build Revision Changes Path 1.1 +23 -0 ports/databases/tcl-Mysql/files/patch-redundant-defaults (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message