aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-10-15 22:55:14 +0800
committermat <mat@FreeBSD.org>2015-10-15 22:55:14 +0800
commitabc87d0c357422181c7606b270d496816179270f (patch)
treed30bee8baf5be305289898828fb58299162e2f54 /databases
parent94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff)
downloadfreebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.gz
freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.zst
freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.zip
Drop 8 support.
With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'databases')
-rw-r--r--databases/galera/Makefile4
-rw-r--r--databases/mariadb-server/Makefile2
-rw-r--r--databases/php5-tarantool/Makefile8
-rw-r--r--databases/postgis21/Makefile8
-rw-r--r--databases/postgresql91-server/Makefile3
-rw-r--r--databases/postgresql92-server/Makefile3
6 files changed, 2 insertions, 26 deletions
diff --git a/databases/galera/Makefile b/databases/galera/Makefile
index 623603cbc124..1c6b68e23f16 100644
--- a/databases/galera/Makefile
+++ b/databases/galera/Makefile
@@ -64,10 +64,6 @@ PICKLE_DESC= Pickle support
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 900506
-IGNORE= need __WORDSIZE found in FreeBSD 9
-.endif
-
.if ${PORT_OPTIONS:MBOOSTPOOL}
MAKE_ARGS+= boost_pool=1
.endif
diff --git a/databases/mariadb-server/Makefile b/databases/mariadb-server/Makefile
index 288cc93aa1f1..63d23cb03d3d 100644
--- a/databases/mariadb-server/Makefile
+++ b/databases/mariadb-server/Makefile
@@ -86,7 +86,7 @@ OPTIONS_DEFAULT+= ARIADB ARCHIVE BLACKHOLE SPHINX FEDX XTRADB HANDLERSOCKET
.include <bsd.port.options.mk>
-.if ${OSVERSION} > 900000 && ${PORT_OPTIONS:MSTATIC}
+.if ${PORT_OPTIONS:MSTATIC}
BROKEN= WITH_STATIC is not functional on 9-current
.endif
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile
index e3d9d88fb930..c928bbd03802 100644
--- a/databases/php5-tarantool/Makefile
+++ b/databases/php5-tarantool/Makefile
@@ -23,10 +23,4 @@ TR_VER= 20150708
CONFIGURE_ARGS+= --with-tarantool
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900000
-IGNORE= does not support FreeBSD versions < 9.0
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/databases/postgis21/Makefile b/databases/postgis21/Makefile
index 81faf1f2cb0a..8402b4c23afd 100644
--- a/databases/postgis21/Makefile
+++ b/databases/postgis21/Makefile
@@ -48,14 +48,6 @@ SFCGAL_LIB_DEPENDS= libSFCGAL.so:${PORTSDIR}/databases/sfcgal
SFCGAL_CONFIGURE_ON= --with-sfcgal=${LOCALBASE}/bin/sfcgal-config
SFCGAL_CONFIGURE_OFF= --without-sfcgal
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MRASTER}
-.if ${OSVERSION} < 900033
-BROKEN= Raster suppport is broken on FreeBSD < 9.x
-.endif
-.endif
-
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 9b4da145d648..aa0ffacde4f6 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -167,9 +167,6 @@ PATCH_DIST_STRIP=-p1
. if ${PORT_OPTIONS:MDTRACE}
CONFIGURE_ARGS+=--enable-dtrace
LDFLAGS+=-lelf
-. if ${OSVERSION} < 900021
-IGNORE= need userland DTrace support found in FreeBSD 9.0
-. endif
. endif
.if ${PORT_OPTIONS:MGSSAPI}
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index c5359f965ee4..ebfee4af1707 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -167,9 +167,6 @@ PATCH_DIST_STRIP=-p1
. if ${PORT_OPTIONS:MDTRACE}
CONFIGURE_ARGS+=--enable-dtrace
LDFLAGS+=-lelf
-. if ${OSVERSION} < 900021
-IGNORE= need userland DTrace support found in FreeBSD 9.0
-. endif
. endif
.if ${PORT_OPTIONS:MGSSAPI}