aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-25 00:08:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-25 00:08:16 +0000
commit98eb11b2f0e873c1d18153e250f15cb2c32e1521 (patch)
treebb7ad747880e8b73ba67e7537e487c63a9b9aed7 /databases
parent374bede045bbf2b2db40c478d2e9ca6181ede75a (diff)
downloadports-98eb11b2f0e873c1d18153e250f15cb2c32e1521.tar.gz
ports-98eb11b2f0e873c1d18153e250f15cb2c32e1521.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/akonadi/Makefile2
-rw-r--r--databases/clickhouse/Makefile5
-rw-r--r--databases/galera/Makefile2
-rw-r--r--databases/glom/Makefile2
-rw-r--r--databases/grass7/Makefile2
-rw-r--r--databases/hamsterdb/Makefile2
-rw-r--r--databases/mariadb100-server/Makefile2
-rw-r--r--databases/mariadb101-server/Makefile2
-rw-r--r--databases/mariadb102-server/Makefile2
-rw-r--r--databases/mariadb55-server/Makefile2
-rw-r--r--databases/mongodb/Makefile2
-rw-r--r--databases/mongodb34-rocks/Makefile2
-rw-r--r--databases/mongodb34/Makefile2
-rw-r--r--databases/mysql-connector-c++/Makefile2
-rw-r--r--databases/pgrouting/Makefile2
-rw-r--r--databases/php5-pdo_cassandra/Makefile2
-rw-r--r--databases/sfcgal/Makefile2
-rw-r--r--databases/soci/Makefile2
-rw-r--r--databases/speedtables/Makefile2
-rw-r--r--databases/vsqlite/Makefile2
20 files changed, 22 insertions, 21 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile
index 7ef100757da8..3dfdaf469d28 100644
--- a/databases/akonadi/Makefile
+++ b/databases/akonadi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= akonadi
PORTVERSION= 1.13.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases kde
MASTER_SITES= KDE/stable/${PORTNAME}/src
DIST_SUBDIR= KDE
diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile
index 0f84ef905cf0..09b6185c3acd 100644
--- a/databases/clickhouse/Makefile
+++ b/databases/clickhouse/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.1.54289
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -stable
#DISTVERSIONSUFFIX= -testing
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MAINTAINER= proler@gmail.com
@@ -22,7 +22,6 @@ LIB_DEPENDS= libtcmalloc.so:devel/google-perftools \
libodbc.so:databases/unixODBC \
libltdl.so:devel/libltdl \
libicudata.so:devel/icu \
- libboost_program_options.so:devel/boost-libs \
libzookeeper_mt.so:devel/libzookeeper \
libre2.so:devel/re2 \
libdouble-conversion.so:devel/libdouble-conversion \
@@ -43,7 +42,9 @@ BROKEN_FreeBSD_10= Builds but does not work
USES= compiler:c++14-lang cmake iconv mysql ssl readline
USE_LDCONFIG= yes
+# Bug 222439: use bundled boost 1.65.0 to avoid 1.65.1 bustage
CMAKE_ARGS= -DUNBUNDLED=1 \
+ -DUSE_INTERNAL_BOOST_LIBRARY=1 \
-DUSE_STATIC_LIBRARIES=0 \
-DNO_WERROR=1 \
-DENABLE_TESTS=0 \
diff --git a/databases/galera/Makefile b/databases/galera/Makefile
index 27b60b5a96d9..27339010c30d 100644
--- a/databases/galera/Makefile
+++ b/databases/galera/Makefile
@@ -4,7 +4,7 @@
PORTNAME= galera
PORTVERSION?= 25.3.21
DISTVERSIONPREFIX?= release_
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MAINTAINER= devel@galeracluster.com
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index 6c8574b1578b..870ca46525b9 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -3,7 +3,7 @@
PORTNAME= glom
PORTVERSION= 1.28.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile
index f5ba962d02a9..7e6dd3469fbf 100644
--- a/databases/grass7/Makefile
+++ b/databases/grass7/Makefile
@@ -3,7 +3,7 @@
PORTNAME= grass
PORTVERSION= 7.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \
diff --git a/databases/hamsterdb/Makefile b/databases/hamsterdb/Makefile
index cd56907f8d2d..184b4d1bb5bc 100644
--- a/databases/hamsterdb/Makefile
+++ b/databases/hamsterdb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hamsterdb
PORTVERSION= 2.1.11
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= http://files.hamsterdb.com/dl/
diff --git a/databases/mariadb100-server/Makefile b/databases/mariadb100-server/Makefile
index 24b1a080b134..c60edad9b56d 100644
--- a/databases/mariadb100-server/Makefile
+++ b/databases/mariadb100-server/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= mariadb
PORTVERSION= 10.0.32
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= databases ipv6
MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \
http://mirrors.supportex.net/${SITESDIR}/ \
diff --git a/databases/mariadb101-server/Makefile b/databases/mariadb101-server/Makefile
index 9c405a5b93bb..33f85a67fe2d 100644
--- a/databases/mariadb101-server/Makefile
+++ b/databases/mariadb101-server/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= mariadb
PORTVERSION= 10.1.26
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= databases ipv6
MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \
http://mirrors.supportex.net/${SITESDIR}/ \
diff --git a/databases/mariadb102-server/Makefile b/databases/mariadb102-server/Makefile
index 1f35f6664bcd..4eb9300aac30 100644
--- a/databases/mariadb102-server/Makefile
+++ b/databases/mariadb102-server/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= mariadb
PORTVERSION= 10.2.7
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= databases ipv6
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \
http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \
diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile
index b96a061345a2..f61089690bb7 100644
--- a/databases/mariadb55-server/Makefile
+++ b/databases/mariadb55-server/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= mariadb
PORTVERSION= 5.5.57
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= databases ipv6
MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile
index fd0815ebd303..04a732eca2ea 100644
--- a/databases/mongodb/Makefile
+++ b/databases/mongodb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mongodb
PORTVERSION= 2.6.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases net
MASTER_SITES= http://downloads.mongodb.org/src/
DISTNAME= ${PORTNAME}-src-r${PORTVERSION}
diff --git a/databases/mongodb34-rocks/Makefile b/databases/mongodb34-rocks/Makefile
index 4e64dcea37d6..2268a230b974 100644
--- a/databases/mongodb34-rocks/Makefile
+++ b/databases/mongodb34-rocks/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mongodb
PORTVERSION= 3.4.6
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= r
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
diff --git a/databases/mongodb34/Makefile b/databases/mongodb34/Makefile
index 8231592e3611..596d91041ffc 100644
--- a/databases/mongodb34/Makefile
+++ b/databases/mongodb34/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 3.4.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/ \
diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile
index 795222083ae6..369a7de29e6f 100644
--- a/databases/mysql-connector-c++/Makefile
+++ b/databases/mysql-connector-c++/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mysql-connector-c++
PORTVERSION= 1.1.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= MYSQL/Connector-C++
diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile
index 45bbb3ceb3f4..703075e0671e 100644
--- a/databases/pgrouting/Makefile
+++ b/databases/pgrouting/Makefile
@@ -4,7 +4,7 @@
PORTNAME= pgrouting
PORTVERSION= 2.5.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases geography
MAINTAINER= lbartoletti@tuxfamily.org
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile
index a22960f6af93..e5ef674dde37 100644
--- a/databases/php5-pdo_cassandra/Makefile
+++ b/databases/php5-pdo_cassandra/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pdo_cassandra
PORTVERSION= 0.2.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= databases
PKGNAMEPREFIX= php5-
diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile
index dfff8fc8d6f7..b1161fe51dd7 100644
--- a/databases/sfcgal/Makefile
+++ b/databases/sfcgal/Makefile
@@ -4,7 +4,7 @@
PORTNAME= sfcgal
PORTVERSION= 1.3.1
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases math graphics
MAINTAINER= lbartoletti@tuxfamily.org
diff --git a/databases/soci/Makefile b/databases/soci/Makefile
index 0744cc4b2dd0..8b19e3dddef7 100644
--- a/databases/soci/Makefile
+++ b/databases/soci/Makefile
@@ -3,7 +3,7 @@
PORTNAME= soci
PORTVERSION= 3.2.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile
index f580d1b61841..2aa69825d7bf 100644
--- a/databases/speedtables/Makefile
+++ b/databases/speedtables/Makefile
@@ -4,7 +4,7 @@
PORTNAME= speedtables
PORTVERSION= 1.13.6
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MAINTAINER= gahr@FreeBSD.org
diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile
index 2b64de390e59..ddf8dae9dfea 100644
--- a/databases/vsqlite/Makefile
+++ b/databases/vsqlite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vsqlite
PORTVERSION= 0.3.13
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= databases
MAINTAINER= kwm@FreeBSD.org