FreeBSD Bugzilla – Attachment 202290 Details for
Bug 235744
databases/mariadb103-client: mariadb_config broken after Rev: 490140
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
~/FreeBSD/patchs/mariadb103-1.patch
mariadb103-1.patch (text/plain), 1.79 KB, created by
Danilo G. Baio
on 2019-02-23 15:56:00 UTC
(
hide
)
Description:
~/FreeBSD/patchs/mariadb103-1.patch
Filename:
MIME Type:
Creator:
Danilo G. Baio
Created:
2019-02-23 15:56:00 UTC
Size:
1.79 KB
patch
obsolete
>Index: databases/mariadb103-client/Makefile >=================================================================== >--- databases/mariadb103-client/Makefile (revisão 493664) >+++ databases/mariadb103-client/Makefile (cópia de trabalho) >@@ -2,6 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mariadb >+PORTREVISION= 1 > PKGNAMESUFFIX= 103-client > > COMMENT= Multithreaded SQL database (client) >@@ -22,6 +23,11 @@ > CLIENT_ONLY= yes > > CONFLICTS_INSTALL= databases/mytop >+ >+post-configure: >+ ${REINPLACE_CMD} -Ee 's|(#define INCLUDE.*)"$$|\1 -I${PREFIX}/include"|' \ >+ -e 's|(#define LIBS .*)"$$|\1 -L${PREFIX}/lib"|' \ >+ ${WRKSRC}/libmariadb/mariadb_config/mariadb_config.c > > post-install: > ${RM} -r ${STAGEDIR}${DATADIR} >Index: databases/mariadb103-client/files/patch-scripts_mysql__config.sh >=================================================================== >--- databases/mariadb103-client/files/patch-scripts_mysql__config.sh (nonexistent) >+++ databases/mariadb103-client/files/patch-scripts_mysql__config.sh (cópia de trabalho) >@@ -0,0 +1,12 @@ >+--- scripts/mysql_config.sh.orig 2017-05-21 07:34:41 UTC >++++ scripts/mysql_config.sh >+@@ -106,7 +106,9 @@ fi >+ >+ # Create options >+ libs="-L$pkglibdir @RPATH_OPTION@ @LIBS_FOR_CLIENTS@" >++libs="$libs -L/usr/local/lib " >+ embedded_libs="-L$pkglibdir @RPATH_OPTION@ @EMB_LIBS_FOR_CLIENTS@" >++embedded_libs="$embedded_libs -L/usr/local/lib " >+ >+ include="-I$pkgincludedir" >+ if [ "$basedir" != "/usr" ]; then > >Property changes on: databases/mariadb103-client/files/patch-scripts_mysql__config.sh >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 235744
: 202290