Bug 235043 - comms/cutecom: fix build with GCC-based architectures
Summary: comms/cutecom: fix build with GCC-based architectures
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: Jason W. Bacon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-18 12:02 UTC by Piotr Kubaj
Modified: 2019-01-20 14:03 UTC (History)
2 users (show)

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


Attachments
patch (420 bytes, patch)
2019-01-18 12:02 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 2019-01-18 12:02:11 UTC
Created attachment 201231 [details]
patch

This port requires USES=compiler:c++11-lang to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-20 14:01:10 UTC
A commit references this bug:

Author: jwb
Date: Sun Jan 20 14:00:42 UTC 2019
New revision: 490790
URL: https://svnweb.freebsd.org/changeset/ports/490790

Log:
  comms/cutecom: Add c++11-lang for GCC-based platforms, upgrade to 0.51.0

  Upstream has moved to Gitlab

  PR:             235043
  Reported by:    Piotr Kubaj

Changes:
  head/comms/cutecom/Makefile
  head/comms/cutecom/distinfo
Comment 2 Jason W. Bacon freebsd_committer freebsd_triage 2019-01-20 14:03:04 UTC
Added c++11-lang, upgraded to 0.51.0.  Thanks!