Index: head/comms/xcwcp/Makefile =================================================================== --- head/comms/xcwcp/Makefile (revision 487932) +++ head/comms/xcwcp/Makefile (revision 487933) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= xcwcp COMMENT= X11 CW Tutor using unixcw LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcw.so:comms/unixcw MASTERDIR= ${.CURDIR}/../unixcw -PLIST= ${.CURDIR}/pkg-plist -USE_QT= buildtools gui widgets qmake_build -USES= gettext qt:5 -# Qt from 5.7.0 on requires c++11. +USES= compiler:c++11-lang gettext qt:5 +USE_QT= gui widgets buildtools_build qmake_build USE_CXXSTD= c++11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-xcwcp XCWCP= yes PLIST_FILES= bin/xcwcp \ man/man1/xcwcp.1.gz LDFLAGS+= -L${LOCALBASE}/lib -lintl + +PLIST= ${.CURDIR}/pkg-plist do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xcwcp/xcwcp ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/src/xcwcp/xcwcp.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include "${MASTERDIR}/Makefile" Index: head/comms/xcwcp/files/patch-src_xcwcp_receiver.h =================================================================== --- head/comms/xcwcp/files/patch-src_xcwcp_receiver.h (nonexistent) +++ head/comms/xcwcp/files/patch-src_xcwcp_receiver.h (revision 487933) @@ -0,0 +1,12 @@ +--- src/xcwcp/receiver.h.orig 2018-12-20 17:18:13.332583000 +0100 ++++ src/xcwcp/receiver.h 2018-12-20 17:18:39.100884000 +0100 +@@ -21,6 +21,9 @@ + + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + + + Property changes on: head/comms/xcwcp/files/patch-src_xcwcp_receiver.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