Index: head/sysutils/fusefs-pod/Makefile =================================================================== --- head/sysutils/fusefs-pod/Makefile (revision 500597) +++ head/sysutils/fusefs-pod/Makefile (revision 500598) @@ -1,22 +1,22 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= pod PORTVERSION= 0.5.2 PORTREVISION= 13 CATEGORIES= sysutils audio MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION} PKGNAMEPREFIX= fusefs- DISTNAME= fusepod-${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= FUSE-based filesystem for iPod LIB_DEPENDS= libgpod.so:audio/libgpod\ libtag.so:audio/taglib -USES= fuse pkgconfig tar:bzip2 +USES= compiler:c++11-lang fuse pkgconfig tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/fusepod man/man1/fusepod.1.gz .include Index: head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h =================================================================== --- head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h (nonexistent) +++ head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h (revision 500598) @@ -0,0 +1,10 @@ +--- src/fusepod_util.h.orig 2019-04-09 11:38:35 UTC ++++ src/fusepod_util.h +@@ -15,6 +15,7 @@ + #ifndef _FUSEPOD_UTIL_H_ + #define _FUSEPOD_UTIL_H_ + ++#include + #include + #include + Property changes on: head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property