Bug 234222

Summary: comms/xcwcp: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: hamradio (Nobody) <hamradio>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj, yuri
Priority: --- Flags: bugzilla: maintainer-feedback? (hamradio)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

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