diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
| commit | 7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch) | |
| tree | d30bee8baf5be305289898828fb58299162e2f54 /databases | |
| parent | security/polarssl: Update to 1.2.17 (diff) | |
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/Makefile | 4 | ||||
| -rw-r--r-- | databases/mariadb-server/Makefile | 2 | ||||
| -rw-r--r-- | databases/php5-tarantool/Makefile | 8 | ||||
| -rw-r--r-- | databases/postgis21/Makefile | 8 | ||||
| -rw-r--r-- | databases/postgresql91-server/Makefile | 3 | ||||
| -rw-r--r-- | databases/postgresql92-server/Makefile | 3 |
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} |
