Summary: | databases/mysql57-{client,server}: Can not find mysql_config | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tim McCormick <tim> | ||||||||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Some People | CC: | miwi, mmokhi | ||||||||||
Priority: | --- | Keywords: | patch, patch-ready | ||||||||||
Version: | Latest | Flags: | mmokhi:
maintainer-feedback+
|
||||||||||
Hardware: | amd64 | ||||||||||||
OS: | Any | ||||||||||||
Bug Depends on: | |||||||||||||
Bug Blocks: | 205465 | ||||||||||||
Attachments: |
|
Description
Tim McCormick
2015-12-19 13:25:32 UTC
Thanks for your feedback. I'm on the problem. Hi. Problem solved. I should add according [1] "As of MySQL 5.7.9, pkg-config can be used as an alternative to mysql_config for obtaining information such as compiler flags or link libraries required to compile MySQL applications" patches attached to review (and commit). Regards, Mokhi. [1] http://dev.mysql.com/doc/refman/5.7/en/mysql-config.html Created attachment 164386 [details]
svn diff output as patch for mysql-server
patch that solves some problems for mysql57-server
Created attachment 164387 [details]
svn diff output as patch for mysql-client
patch that solves some problems for mysql57-client
mokhi, thanks for the patches, but it looks like you forgot to bump PORTREVISIONs. Also, if this is your feedback to the original problem, please feel free to set maintainer-feedback+ on the issue, as well as maintainer-approval+ on the patches. Created attachment 164546 [details]
svn diff output as patch for mysql-server (revision=1)
PORTREVISION= 1
Created attachment 164547 [details]
svn diff output as patch for mysql-client (revision=1)
PORTREVISION= 1
portlint mysql57-server: WARN: Makefile: possible use of absolute pathname "/var/db/mysql". WARN: Makefile: new ports should not set PORTREVISION. portlint mysql57-client: WARN: Makefile: BUNDLED_SSL is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MBUNDLED_SSL appears. WARN: Makefile: OPENSSL is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MOPENSSL appears. WARN: Makefile: WITHOUT_SSL is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MWITHOUT_SSL appears. porttest: OK (poudriere: 93i386, 101i386 11i386) A commit references this bug: Author: miwi Date: Sun Dec 27 02:15:06 UTC 2015 New revision: 404543 URL: https://svnweb.freebsd.org/changeset/ports/404543 Log: - Restore backwards compatibility - Bump PORTREVISION PR: 205433 Changes: head/databases/mysql57-server/Makefile head/databases/mysql57-server/files/mysql-server.in head/databases/mysql57-server/files/patch-extra_CMakeLists.txt head/databases/mysql57-server/files/patch-storage_myisam_mi__dynrec.c head/databases/mysql57-server/pkg-plist Reopening as the problem is not resolved. The mysql-client patch has not been applied and so mysql_config is still missing. A commit references this bug: Author: miwi Date: Sun Dec 27 13:34:48 UTC 2015 New revision: 404567 URL: https://svnweb.freebsd.org/changeset/ports/404567 Log: - Restore backwards compatibility PR: 205433 Changes: head/databases/mysql57-client/files/patch-scripts_CMakeLists.txt head/databases/mysql57-client/pkg-plist Hi, Sorry i forgot to commit them, its up now. Thanks :D |