svn commit: r328258 - in head/databases/sqlite2: . files

Pietro Cerutti gahr at FreeBSD.org
Wed Sep 25 09:32:10 UTC 2013


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 at 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]


More information about the svn-ports-all mailing list