From owner-svn-ports-head@freebsd.org Sun Feb 28 22:26:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AF9DAB7510; Sun, 28 Feb 2016 22:26:11 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6A23D1527; Sun, 28 Feb 2016 22:26:11 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SMQALT091927; Sun, 28 Feb 2016 22:26:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SMQAIr091926; Sun, 28 Feb 2016 22:26:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282226.u1SMQAIr091926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 28 Feb 2016 22:26:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409778 - head/databases/mysql-workbench52 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.20 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, 28 Feb 2016 22:26:11 -0000 Author: rakuco Date: Sun Feb 28 22:26:10 2016 New Revision: 409778 URL: https://svnweb.freebsd.org/changeset/ports/409778 Log: Switch from USE_SQLITE=3 to USES=sqlite. Modified: head/databases/mysql-workbench52/Makefile Modified: head/databases/mysql-workbench52/Makefile ============================================================================== --- head/databases/mysql-workbench52/Makefile Sun Feb 28 22:18:45 2016 (r409777) +++ head/databases/mysql-workbench52/Makefile Sun Feb 28 22:26:10 2016 (r409778) @@ -39,7 +39,7 @@ PYTHON_UTILS_DESC= Python scripts useful USES= autoreconf compiler:gcc-c++11-lib desktop-file-utils gettext \ gmake iconv libtool lua:51 pathfix pkgconfig python:2 \ - shared-mime-info shebangfix + shared-mime-info shebangfix sqlite SHEBANG_FILES= ext/ctemplate/ctemplate-src/src/htmlparser/*.py \ ext/mysql-utilities/*.py \ ext/mysql-utilities/scripts/*.py \ @@ -54,7 +54,6 @@ SHEBANG_FILES= ext/ctemplate/ctemplate-s USE_GL= gl USE_GNOME= gtk20 libxml2 USE_MYSQL= client -USE_SQLITE= 3 GNU_CONFIGURE= yes CONFIGURE_ENV= LUA_CFLAGS="$$(pkg-config --cflags lua-${LUA_VER})" \ LUA_LIBS="$$(pkg-config --libs lua-${LUA_VER})" \