Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 09:32:09 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328258 - in head/databases/sqlite2: . files
Message-ID:  <201309250932.r8P9W986059744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Sep 25 09:32:09 2013
New Revision: 328258
URL: http://svnweb.freebsd.org/changeset/ports/328258

Log:
  - Convert to USES+=tcl
  - Fix package provide

Modified:
  head/databases/sqlite2/Makefile
  head/databases/sqlite2/files/pkgIndex.tcl   (contents, props changed)

Modified: head/databases/sqlite2/Makefile
==============================================================================
--- head/databases/sqlite2/Makefile	Wed Sep 25 06:44:35 2013	(r328257)
+++ head/databases/sqlite2/Makefile	Wed Sep 25 09:32:09 2013	(r328258)
@@ -10,8 +10,7 @@ MASTER_SITES=	http://www.sqlite.org/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An SQL database engine in a C library
 
-USES=		pkgconfig
-USE_GMAKE=	YES
+USES=		gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	YES
 
@@ -30,11 +29,11 @@ NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=		84+
+USES+=		tcl
 .else
 .if ${PORT_OPTIONS:MDOCS}
-USE_TCL_BUILD=		84+
-. endif
+USES+=		tcl:build
+.endif
 .endif
 
 .include <bsd.port.pre.mk>

Modified: head/databases/sqlite2/files/pkgIndex.tcl
==============================================================================
--- head/databases/sqlite2/files/pkgIndex.tcl	Wed Sep 25 06:44:35 2013	(r328257)
+++ head/databases/sqlite2/files/pkgIndex.tcl	Wed Sep 25 09:32:09 2013	(r328258)
@@ -1 +1 @@
-package ifneeded sqlite 0.0 [list load [file join $dir libtclsqlite.so] sqlite]
+package ifneeded sqlite 2.0 [list load [file join $dir libtclsqlite.so] sqlite]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309250932.r8P9W986059744>