FreeBSD Bugzilla – Attachment 150434 Details for
Bug 195856
bsd.database.mk DEFAULT_MYSQL_VER being clobbered...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.database.mk patch against r374417
ports-Mk-bsd.database.mk.patch (text/plain), 674 bytes, created by
Sean Chittenden
on 2014-12-10 17:01:23 UTC
(
hide
)
Description:
bsd.database.mk patch against r374417
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2014-12-10 17:01:23 UTC
Size:
674 bytes
patch
obsolete
>Index: Mk/bsd.database.mk >=================================================================== >--- Mk/bsd.database.mk (revision 374417) >+++ Mk/bsd.database.mk (working copy) >@@ -116,6 +116,7 @@ > MYSQL100m_LIBVER= 18 > > # Setting/finding MySQL version we want. >+.if !defined(DEFAULT_MYSQL_VER) > .if exists(${LOCALBASE}/bin/mysql) > _MYSQL!= ${LOCALBASE}/bin/mysql --version | ${SED} -e 's/.*Distrib \([0-9]\{1,2\}\)\.\([0-9]*\).*/\1\2/' > _PERCONA!= ${LOCALBASE}/bin/mysql --version | ${GREP} Percona | wc -l >@@ -129,6 +130,7 @@ > _MYSQL_VER= ${_MYSQL} > .endif > .endif >+.endif > > .if defined(WANT_MYSQL_VER) > .if defined(WITH_MYSQL_VER) && ${WITH_MYSQL_VER} != ${WANT_MYSQL_VER}
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
Actions:
View
|
Diff
Attachments on
bug 195856
: 150434