FreeBSD Bugzilla – Attachment 186950 Details for
Bug 222825
databases/mariadb102-server, databases/mariadb102-client: fix build of dependent ports with mysql=102m
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
server patch
mariadb102-server.patch (text/plain), 1.23 KB, created by
Piotr Kubaj
on 2017-10-06 11:34:06 UTC
(
hide
)
Description:
server patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2017-10-06 11:34:06 UTC
Size:
1.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 451300) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME?= mariadb > PORTVERSION= 10.2.9 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES= databases ipv6 > MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ > http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ >@@ -180,6 +180,8 @@ > ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ > ${STAGEDIR}/${PREFIX}/share/pkgconfig > ${RM} ${STAGEDIR}${LOCALBASE}/lib/mysql/libmysqlclient* >+ ${RM} ${STAGEDIR}${PREFIX}/include/mysql/mysqld_error.h >+ ${RM} ${STAGEDIR}${PREFIX}/include/mysql/my_config.h > .endif # defined(CLIENT_ONLY) > > .if defined(WITH_OPENSSL_PORT) >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 451300) >+++ pkg-plist (working copy) >@@ -44,12 +44,10 @@ > bin/wsrep_sst_rsync > bin/wsrep_sst_xtrabackup > bin/wsrep_sst_xtrabackup-v2 >-include/mysql/my_config.h > include/mysql/my_global.h > include/mysql/my_sys.h > include/mysql/mysql_com.h > include/mysql/mysql_version.h >-include/mysql/mysqld_error.h > include/mysql/server/private/embedded_priv.h > @comment lib/mysql/libmariadb.so > @comment lib/mysql/libmariadb.so.3
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:
ultima
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 222825
:
186949
| 186950