FreeBSD Bugzilla – Attachment 166992 Details for
Bug 206805
databases/mysql57-client: Symlink mysqlclient to mysqlclient_r library (fixes consumer port linking)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for supporting lib_r
libr.patch (text/plain), 1.16 KB, created by
Steven Hartland
on 2016-02-14 17:06:50 UTC
(
hide
)
Description:
patch for supporting lib_r
Filename:
MIME Type:
Creator:
Steven Hartland
Created:
2016-02-14 17:06:50 UTC
Size:
1.16 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 408867) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mysql > PKGNAMESUFFIX= 57-client >+PORTREVISION= 4 > > COMMENT= Multithreaded SQL database (client) > >@@ -29,4 +30,10 @@ MMAN1= comp_err.1 msql2mysql.1 mysql.1 mysql_conf > > CLIENT_ONLY= yes > >+# issue 166367: adding symlinks for back-compatibility with $(lib)_r >+post-install: >+ @${LN} -s libmysqlclient.a ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.a >+ @${LN} -s libmysqlclient.so ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.so >+ @${LN} -s libmysqlclient.so.20 ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.so.20 >+ > .include "${MASTERDIR}/Makefile" >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 408867) >+++ pkg-plist (working copy) >@@ -117,6 +117,9 @@ lib/mysql/libmysqlclient.a > lib/mysql/libmysqlclient.so > lib/mysql/libmysqlclient.so.20 > lib/mysql/libmysqlservices.a >+lib/mysql/libmysqlclient_r.a >+lib/mysql/libmysqlclient_r.so >+lib/mysql/libmysqlclient_r.so.20 > libdata/pkgconfig/mysqlclient.pc > man/man1/comp_err.1.gz > man/man1/mysql.1.gz
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 206805
:
166367
|
166982
|
166988
|
166991
|
166992