aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql56-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql56-server/Makefile')
-rw-r--r--databases/mysql56-server/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/databases/mysql56-server/Makefile b/databases/mysql56-server/Makefile
index d89ea80afe6b..269d17980294 100644
--- a/databases/mysql56-server/Makefile
+++ b/databases/mysql56-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 5.6.39
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-5.6
PKGNAMESUFFIX?= 56-server
@@ -133,6 +133,15 @@ FEDERATED_SUB_LIST+= FEDER="--federated"
FEDERATED_SUB_LIST_OFF+= FEDER=""
.endif
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1101514 || \
+ ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200057
+SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment "
+.else
+SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS=""
+.endif
+
.include <bsd.port.pre.mk>
post-patch: