1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

databases/mysql57-server: Fix ${name}_limits regression on 11-STABLE

This is port of r467049 (that was done on mysql56-server)

PR:		227435
Reported by:	0mp
This commit is contained in:
Mahdi Mokhtari 2018-04-11 14:40:52 +00:00
parent 46966655d7
commit 4a0c387d98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467051

View File

@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 5.7.21
PORTREVISION?= 2
PORTREVISION?= 3
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-5.7
PKGNAMESUFFIX?= 57-server
@ -144,11 +144,10 @@ CMAKE_ARGS+= -DWITH_AUTHENTICATION_LDAP=0
.include <bsd.port.options.mk>
.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1101514 || \
${OSVERSION} >= 1200000 && ${OSVERSION} < 1200057
SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment "
.else
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057
SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS=""
.else
SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment "
.endif
.include <bsd.port.pre.mk>