FreeBSD Bugzilla – Attachment 192423 Details for
Bug 227435
databases/mysql56-server, databases/mysql57-server, databases/mysql80-server: Remove the new ${name}_limits behavior from 11-STABLE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adding support for the new ${name}_limits mechanics (databases/mysql57-server, revision: 4)
mysql57-server--r4.diff (text/plain), 851 bytes, created by
Mateusz Piotrowski
on 2018-04-11 00:33:51 UTC
(
hide
)
Description:
Patch adding support for the new ${name}_limits mechanics (databases/mysql57-server, revision: 4)
Filename:
MIME Type:
Creator:
Mateusz Piotrowski
Created:
2018-04-11 00:33:51 UTC
Size:
851 bytes
patch
obsolete
>diff --git databases/mysql57-server/Makefile databases/mysql57-server/Makefile >index 73703d1d9bfe..f72ecbf5f689 100644 >--- databases/mysql57-server/Makefile >+++ databases/mysql57-server/Makefile >@@ -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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
0mp
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 227435
:
192422
| 192423 |
192424