svn commit: r467051 - head/databases/mysql57-server
Mahdi Mokhtari
mmokhi at FreeBSD.org
Wed Apr 11 14:40:52 UTC 2018
Author: mmokhi
Date: Wed Apr 11 14:40:52 2018
New Revision: 467051
URL: https://svnweb.freebsd.org/changeset/ports/467051
Log:
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
Modified:
head/databases/mysql57-server/Makefile
Modified: head/databases/mysql57-server/Makefile
==============================================================================
--- head/databases/mysql57-server/Makefile Wed Apr 11 14:38:20 2018 (r467050)
+++ head/databases/mysql57-server/Makefile Wed Apr 11 14:40:52 2018 (r467051)
@@ -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>
More information about the svn-ports-all
mailing list