aboutsummaryrefslogtreecommitdiff
path: root/databases/speedtables
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-05-09 08:17:13 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-05-09 08:17:13 +0000
commitf2f98537b43a160a9b6f93c22451a10dd3cfdcfd (patch)
treee7e0c2789c7b03be60e50553e12f390494805e6e /databases/speedtables
parent06cd59fb96e6cfbf5b82b6e634620f24844d2679 (diff)
downloadports-f2f98537b43a160a9b6f93c22451a10dd3cfdcfd.tar.gz
ports-f2f98537b43a160a9b6f93c22451a10dd3cfdcfd.zip
Notes
Diffstat (limited to 'databases/speedtables')
-rw-r--r--databases/speedtables/Makefile13
-rw-r--r--databases/speedtables/distinfo4
2 files changed, 12 insertions, 5 deletions
diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile
index e27237bf22fd..0ad3455e66c2 100644
--- a/databases/speedtables/Makefile
+++ b/databases/speedtables/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= speedtables
-PORTVERSION= 1.9.0
+PORTVERSION= 1.9.2
DISTVERSIONPREFIX= v
CATEGORIES= databases
@@ -20,15 +20,22 @@ GH_ACCOUNT= flightaware
USES= autoreconf tcl:tea
CONFIGURE_ARGS= --with-boost=${LOCALBASE}
+MAKE_ENV= TCLSH=${TCLSH}
+TEST_TARGET= test
PORTDOCS= *
-OPTIONS_DEFINE= DOCS PGSQL
+OPTIONS_DEFINE= DOCS PGSQL CASSANDRA
+CASSANDRA_DESC= Cassandra database support
PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE}
PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:databases/postgresql94-pgtcl
+CASSANDRA_CONFIGURE_ON= --with-casstcl=${LOCALBASE}
+CASSANDRA_LIB_DEPENDS= libcasstcl.so:databases/casstcl
+post-configure:
+ ${CHMOD} a+x ${WRKSRC}/ctable_server/sttp
post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/ctables/docs/manual && \
${COPYTREE_SHARE} \*.html ${STAGEDIR}${DOCSDIR} && \
${COPYTREE_SHARE} \*.css ${STAGEDIR}${DOCSDIR}
diff --git a/databases/speedtables/distinfo b/databases/speedtables/distinfo
index 3454506fb73f..01f4fbc63e15 100644
--- a/databases/speedtables/distinfo
+++ b/databases/speedtables/distinfo
@@ -1,2 +1,2 @@
-SHA256 (flightaware-speedtables-v1.9.0_GH0.tar.gz) = decac31a81de7c270bf56ac2810ccb23fb2cf04c0de469ae833db77d7ade6f80
-SIZE (flightaware-speedtables-v1.9.0_GH0.tar.gz) = 704237
+SHA256 (flightaware-speedtables-v1.9.2_GH0.tar.gz) = 49b3c287de3abf58cb6e377b0a4ad62613b1a0a7f6f9f7ccae862790c3941f10
+SIZE (flightaware-speedtables-v1.9.2_GH0.tar.gz) = 707762