From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:33:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2692A441; Thu, 19 Sep 2013 13:33:24 +0000 (UTC) (envelope-from gahr@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13DC42E2D; Thu, 19 Sep 2013 13:33:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JDXN05085215; Thu, 19 Sep 2013 13:33:23 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JDXNMC085213; Thu, 19 Sep 2013 13:33:23 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191333.r8JDXNMC085213@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 13:33:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327616 - in head/databases: mysqltcl tdbc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 13:33:24 -0000 Author: gahr Date: Thu Sep 19 13:33:23 2013 New Revision: 327616 URL: http://svnweb.freebsd.org/changeset/ports/327616 Log: - Convert USE_TCL to USES=tcl Modified: head/databases/mysqltcl/Makefile head/databases/tdbc/Makefile Modified: head/databases/mysqltcl/Makefile ============================================================================== --- head/databases/mysqltcl/Makefile Thu Sep 19 13:28:13 2013 (r327615) +++ head/databases/mysqltcl/Makefile Thu Sep 19 13:33:23 2013 (r327616) @@ -9,9 +9,9 @@ MASTER_SITES= http://www.xdobry.de/mysql MAINTAINER= tcltk@FreeBSD.org COMMENT= TCL module for accessing MySQL databases based on msqltcl +USES+= tcl USE_LDCONFIG= yes USE_MYSQL= yes -USE_TCL= 84+ USE_DOS2UNIX= generic/mysqltcl.c MANN= mysqltcl.n Modified: head/databases/tdbc/Makefile ============================================================================== --- head/databases/tdbc/Makefile Thu Sep 19 13:28:13 2013 (r327615) +++ head/databases/tdbc/Makefile Thu Sep 19 13:33:23 2013 (r327616) @@ -12,7 +12,7 @@ COMMENT= The common database access inte OPTIONS_DEFINE= MYSQL PGSQL SQLITE ODBC -USE_TCL= 86 +USES+= tcl:86 USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-tcloo=${TCL_LIBDIR} \ --prefix=${PREFIX} --exec-prefix=${PREFIX} \