Bug 232416 - devel/glog: add USES=compiler:c++11-lang
Summary: devel/glog: add USES=compiler:c++11-lang
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: 232417
Blocks: 232418
  Show dependency treegraph
 
Reported: 2018-10-18 21:23 UTC by Piotr Kubaj
Modified: 2018-10-21 17:21 UTC (History)
2 users (show)

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


Attachments
patch (349 bytes, patch)
2018-10-18 21: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-10-18 21:23:36 UTC
Created attachment 198330 [details]
patch

This port needs to be compiled with ports GCC on architectures with GCC in base, to allow linking other ports using GCC from ports against it (e.g. chinese/librime).

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-21 16:53:10 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Oct 21 16:52:06 UTC 2018
New revision: 482706
URL: https://svnweb.freebsd.org/changeset/ports/482706

Log:
  Fix build on powerpc64

  PR:		232416
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/devel/glog/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-21 16:53:15 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Oct 21 16:52:22 UTC 2018
New revision: 482708
URL: https://svnweb.freebsd.org/changeset/ports/482708

Log:
  Fix build on powerpc64

  - While I'm here:
    - Sort USES
    - Remove .include <bsd.port.options.mk>

  PR:		232416
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:	Zhihao Yuan <lichray@gmail.com> (maintainer)

Changes:
  head/chinese/librime/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-10-21 17:21:59 UTC
Committed. Thanks!