FreeBSD Bugzilla – Attachment 166982 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
patch-databases_mysql57-client.lib_r.patch (text/plain), 1.16 KB, created by
Mahdi Mokhtari
on 2016-02-14 13:12:49 UTC
(
hide
)
Description:
patch for supporting lib_r
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2016-02-14 13:12:49 UTC
Size:
1.16 KB
patch
obsolete
>Index: mysql57-client/Makefile >=================================================================== >--- mysql57-client/Makefile (.../ports-dev/databases) (working copy) >+++ mysql57-client/Makefile (.../ports-dev-copy/databases) (working copy) >@@ -29,4 +29,12 @@ > > 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: mysql57-client/pkg-plist >=================================================================== >--- mysql57-client/pkg-plist (.../ports-dev/databases) (working copy) >+++ mysql57-client/pkg-plist (.../ports-dev-copy/databases) (working copy) >@@ -117,6 +117,9 @@ > 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
Flags:
mmokhi
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 206805
:
166367
|
166982
|
166988
|
166991
|
166992