Bug 234222 - comms/xcwcp: fix build with GCC-based architectures
Summary: comms/xcwcp: 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: hamradio (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-20 16:38 UTC by Piotr Kubaj
Modified: 2018-12-21 00:17 UTC (History)
3 users (show)

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


Attachments
patch (1.19 KB, patch)
2018-12-20 16:38 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-12-20 16:38:51 UTC
Created attachment 200308 [details]
patch

This port needs USES=compiler:c++11-lang and inclusion of sys/time.h in src/xcwcp/receiver.h to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2018-12-21 00:16:57 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-21 00:17:11 UTC
A commit references this bug:

Author: yuri
Date: Fri Dec 21 00:16:53 UTC 2018
New revision: 487933
URL: https://svnweb.freebsd.org/changeset/ports/487933

Log:
  comms/xcwcp: Fix build with GCC-based architectures

  Also reorder USExx and other lines.

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

Changes:
  head/comms/xcwcp/Makefile
  head/comms/xcwcp/files/
  head/comms/xcwcp/files/patch-src_xcwcp_receiver.h