Bug 231758 - databases/percona57-client: fix build with powerpc64
Summary: databases/percona57-client: fix build with powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Felder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-27 11:37 UTC by Piotr Kubaj
Modified: 2018-10-04 15:09 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (feld)


Attachments
patch (1.26 KB, patch)
2018-09-27 11:37 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2018-09-27 11:37:31 UTC
Created attachment 197546 [details]
patch

Percona assumes on FreeBSD clang is used, which is not the case on powerpc64.

Fix this by removing error throwing.

Tested on powerpc64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-04 15:07:55 UTC
A commit references this bug:

Author: feld
Date: Thu Oct  4 15:07:31 UTC 2018
New revision: 481225
URL: https://svnweb.freebsd.org/changeset/ports/481225

Log:
  databases/percona57-client: Fix build with ppc64

  PR:		231758
  MFH:		2018Q4

Changes:
  head/databases/percona57-client/Makefile
  head/databases/percona57-client/files/patch-cmake_os_FreeBSD.cmake
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-04 15:08:59 UTC
A commit references this bug:

Author: feld
Date: Thu Oct  4 15:08:20 UTC 2018
New revision: 481226
URL: https://svnweb.freebsd.org/changeset/ports/481226

Log:
  MFH: r481225

  databases/percona57-client: Fix build with ppc64

  PR:		231758

Changes:
_U  branches/2018Q4/
  branches/2018Q4/databases/percona57-client/Makefile
  branches/2018Q4/databases/percona57-client/files/patch-cmake_os_FreeBSD.cmake
Comment 3 Mark Felder freebsd_committer freebsd_triage 2018-10-04 15:09:12 UTC
Committed, thanks!