From owner-svn-ports-head@FreeBSD.ORG Thu Mar 6 23:21:07 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id B9C95FC5; Thu, 6 Mar 2014 23:21:07 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A708CA8D; Thu, 6 Mar 2014 23:21:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s26NL74W057704; Thu, 6 Mar 2014 23:21:07 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s26NL7Gp057702; Thu, 6 Mar 2014 23:21:07 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201403062321.s26NL7Gp057702@svn.freebsd.org> From: Koop Mast Date: Thu, 6 Mar 2014 23:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347332 - head/databases/vsqlite 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.17 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: Thu, 06 Mar 2014 23:21:07 -0000 Author: kwm Date: Thu Mar 6 23:21:06 2014 New Revision: 347332 URL: http://svnweb.freebsd.org/changeset/ports/347332 QAT: https://qat.redports.org/buildarchive/r347332/ Log: Unbreak on 9.x and 8.x by using USES=compiler:c++0x. Switch to USES=libtool, and change USE_AUTOTOOLS in libtoolize so autogen.sh still works Modified: head/databases/vsqlite/Makefile head/databases/vsqlite/pkg-plist Modified: head/databases/vsqlite/Makefile ============================================================================== --- head/databases/vsqlite/Makefile Thu Mar 6 22:37:22 2014 (r347331) +++ head/databases/vsqlite/Makefile Thu Mar 6 23:21:06 2014 (r347332) @@ -19,7 +19,8 @@ GH_PROJECT= vsqlite-- GH_TAGNAME= 3fa8d32 GH_COMMIT= 3fa8d32 -USE_AUTOTOOLS= libtool autoconf automake +USE_AUTOTOOLS= libtoolize autoconf automake +USES= compiler:c++0x libtool USE_SQLITE= 3 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/databases/vsqlite/pkg-plist ============================================================================== --- head/databases/vsqlite/pkg-plist Thu Mar 6 22:37:22 2014 (r347331) +++ head/databases/vsqlite/pkg-plist Thu Mar 6 23:21:06 2014 (r347332) @@ -11,5 +11,6 @@ lib/libvsqlitepp.a lib/libvsqlitepp.la lib/libvsqlitepp.so lib/libvsqlitepp.so.3 +lib/libvsqlitepp.so.3.0.0 @dirrmtry include/sqlite/ext @dirrmtry include/sqlite