Summary: | databases/mariadb100-client creates invalid mysql_config script | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | wolfgang | ||||
Component: | Individual Port(s) | Assignee: | Dag-Erling Smørgrav <des> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | des, wolfgang | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(brnrd) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
wolfgang
2018-08-23 10:11:22 UTC
Created attachment 196701 [details]
patch for the port Makefile
As a workaround I added a post-build entry to the ports Makefile to patch the generated mysql_config script, see attached patch
I have successfully reproduced the bug and confirmed that it does not affect other MariaDB ports. I spent quite some time trying to figure out why it happens, but have had no luck. Everything I can think of to check looks the same in 10.0 and 10.1, which does not have this bug. The patch looks fine, except that the correct target to modify is post-configure, and PORTREVISION needs to be bumped. A commit references this bug: Author: des Date: Sat Sep 22 15:05:06 UTC 2018 New revision: 480390 URL: https://svnweb.freebsd.org/changeset/ports/480390 Log: Fix up the mysql_config script after running configure. PR: 230839 Submitted by: wolfgang@lyxys.ka.sub.org MFH: 2018Q3 Changes: head/databases/mariadb100-server/Makefile |