Bug 243870

Summary: sysutils/kio-fuse: fix build on GCC architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: adridg, kde
Priority: --- Flags: adridg: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (kde)

Description Piotr Kubaj freebsd_committer freebsd_triage 2020-02-04 12:45:38 UTC
Created attachment 211342 [details]
patch

As usual, C++11 compiler is necessary.

Another issue is that ENODATA is not defined on GCC systems. Include boost/cerrno.hpp (boost is already indirect dependency) to have this macro.
Comment 1 Adriaan de Groot freebsd_committer freebsd_triage 2020-02-04 14:28:02 UTC
Looks good to me. Please commit.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-04 14:41:39 UTC
A commit references this bug:

Author: pkubaj
Date: Tue Feb  4 14:40:42 UTC 2020
New revision: 525170
URL: https://svnweb.freebsd.org/changeset/ports/525170

Log:
  sysutils/kio-fuse: fix build on GCC architectures

  As usual, C++11 compiler is necessary.

  Another issue is that ENODATA is not defined on GCC systems. Include boost/cerrno.hpp (boost is already indirect dependency) to have this macro.

  PR:		243870
  Approved by:	adridg (maintainer)

Changes:
  head/sysutils/kio-fuse/Makefile
  head/sysutils/kio-fuse/files/patch-kiofusevfs.cpp