Bug 232909 - textproc/xerces-c3: fix build on powerpc64
Summary: textproc/xerces-c3: fix build on 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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-02 14:37 UTC by Piotr Kubaj
Modified: 2018-11-04 19:00 UTC (History)
2 users (show)

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


Attachments
patch (1.28 KB, patch)
2018-11-02 14:37 UTC, Piotr Kubaj
no flags Details | Diff
v2 (1.28 KB, patch)
2018-11-02 14:51 UTC, Piotr Kubaj
no flags Details | Diff
v3 (1.49 KB, patch)
2018-11-02 22:23 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-11-02 14:37:43 UTC
Created attachment 198886 [details]
patch

On powerpc64, include/xercesc/util/MutexManagers/StdMutexMgr.hpp is not installed, but instead include/xercesc/util/MutexManagers/PosixMutexMgr.hpp is.

Fix pkg-plist to fix package step.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2018-11-02 14:51:16 UTC
Created attachment 198887 [details]
v2

Forgot about spaces after @comment.
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2018-11-02 22:23:20 UTC
Created attachment 198901 [details]
v3

This problem also exists on other power* architectures.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-11-04 18:59:11 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Nov  4 18:58:28 UTC 2018
New revision: 484139
URL: https://svnweb.freebsd.org/changeset/ports/484139

Log:
  Fix PLIST on powerpc*

  PR:		232909 (based on)
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/textproc/xerces-c3/Makefile
  head/textproc/xerces-c3/pkg-plist
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-11-04 19:00:26 UTC
Committed. Thanks!