Index: head/graphics/oyranos/Makefile =================================================================== --- head/graphics/oyranos/Makefile (revision 546706) +++ head/graphics/oyranos/Makefile (revision 546707) @@ -1,64 +1,62 @@ # $FreeBSD$ PORTNAME= oyranos PORTVERSION= 0.9.6 PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= bsam@FreeBSD.org COMMENT= Colour Management System (CMS) LICENSE= BSD3CLAUSE -BROKEN= Does not build with Qt5-5.14 - RUN_DEPENDS= ${LOCALBASE}/share/color/icc/OpenICC/sRGB.icc:graphics/icc-profiles-openicc \ ${LOCALBASE}/share/color/icc/basICColor/ISOcoated_v2_300_bas.ICC:graphics/icc-profiles-basiccolor \ xcalib:x11/xcalib LIB_DEPENDS= libraw.so:graphics/libraw \ libexiv2.so:graphics/exiv2 \ libpng.so:graphics/png \ libcairo.so:graphics/cairo \ libyajl.so:devel/yajl \ libfltk.so:x11-toolkits/fltk \ libcups.so:print/cups \ libxdot.so:graphics/graphviz \ liblcms.so:graphics/lcms \ liblcms2.so:graphics/lcms2 \ libXcm.so:x11/libXcm \ libltdl.so:devel/libltdl \ libfontconfig.so:x11-fonts/fontconfig \ libOpenICC.so:graphics/openicc-config USE_GITHUB= yes GH_ACCOUNT= oyranos-cms USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ iconv jpeg pkgconfig qt:5 xorg USE_GL= gl USE_LDCONFIG= yes USE_GNOME= libxml2 USE_QT= core gui widgets x11extras \ buildtools_build qmake_build USE_XORG= ice sm x11 xcursor xext xfixes xinerama xrandr xrender xft xxf86vm CMAKE_ARGS+= -DXDG_CONFIG_DIR=${PREFIX}/etc/xdg LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOXYGEN DOCS DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PLIST_SUB+= VER=${PORTVERSION} .if !exists(/usr/bin/clang) USE_GCC= yes .endif post-patch: @${REINPLACE_CMD} -e 's|lib|libdata|' \ ${WRKSRC}/extras/CMakeLists.txt .include Index: head/graphics/oyranos/files/patch-src_tools_qcmsevents_qcmsevents.cpp =================================================================== --- head/graphics/oyranos/files/patch-src_tools_qcmsevents_qcmsevents.cpp (nonexistent) +++ head/graphics/oyranos/files/patch-src_tools_qcmsevents_qcmsevents.cpp (revision 546707) @@ -0,0 +1,28 @@ +--- src/tools/qcmsevents/qcmsevents.cpp.orig 2016-12-09 10:36:53 UTC ++++ src/tools/qcmsevents/qcmsevents.cpp +@@ -9,6 +9,11 @@ + + #include + ++#include ++#include ++#include ++#include ++ + #define TARGET "X Color Management Events" + #include "qcmsevents.h" + #include "oyranos.h" +@@ -17,13 +22,6 @@ + #include "oyranos_io.h" + #include "oyProfile_s.h" + #include "oyObject_s.h" +- +-#include +- +-#include +-#include +-#include +-#include + + QcmseDialog * dialog = NULL; + Property changes on: head/graphics/oyranos/files/patch-src_tools_qcmsevents_qcmsevents.cpp ___________________________________________________________________ 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