aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2016-04-03 22:15:36 +0000
committerMatthias Andree <mandree@FreeBSD.org>2016-04-03 22:15:36 +0000
commitb55f811d3009b7b0268178f1c79c286ab307838e (patch)
tree92468676a0dbb3bb2a77cda3bc2bbd0ca5c10a47 /databases
parent2ac4801d2b8164a8aecec179977364326993a60e (diff)
downloadports-b55f811d3009b7b0268178f1c79c286ab307838e.tar.gz
ports-b55f811d3009b7b0268178f1c79c286ab307838e.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/db48/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/databases/db48/Makefile b/databases/db48/Makefile
index 3e010b76e8f9..ab275876386e 100644
--- a/databases/db48/Makefile
+++ b/databases/db48/Makefile
@@ -11,15 +11,15 @@ DISTNAME= db-${PORTVERSION:R}
DIST_SUBDIR= bdb
MAINTAINER= mandree@FreeBSD.org
-COMMENT= The Berkeley DB package, revision 4.8
+COMMENT= Berkeley DB package, revision 4.8
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE
DEPRECATED= Please migrate to db5 or db6
# The port is not to be removed unless the bitcoin-related ports can
# go without this.
-EXPIRATION_DATE= 2015-07-31
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE
+EXPIRATION_DATE= 2016-07-31
BDBVER= ${PORTVERSION:R:R}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \
@@ -35,6 +35,10 @@ USE_LDCONFIG= yes
.include <bsd.port.options.mk>
+.if ${OSVERSION} >= 1100101
+IGNORE= db48 is not supported on FreeBSD 11+ with clang 3.8 - upgrade to db5
+.endif
+
.if ${ARCH} == "aarch64" || ${ARCH} == "armv6"
# db48 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227
CONFIGURE_ARGS+= --enable-posixmutexes