aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2018-10-18 12:19:57 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2018-10-18 12:19:57 +0000
commit0a539a80c5388f1f61b8a2f6048884c97966dcdd (patch)
treea87740f161a45ccfb1d001f43f2c5e6bd26f4a75 /textproc
parent8e18bea0ffce753bf49535353cb8813857463433 (diff)
downloadports-0a539a80c5388f1f61b8a2f6048884c97966dcdd.tar.gz
ports-0a539a80c5388f1f61b8a2f6048884c97966dcdd.zip
Workaround textprof/kf5-syntax-hightlighting build failure.
(library) Qt5Network crashes in the presence of VLANs. This terminates the build when the host build process runs applications that touch the network -- which happens during schema validation, which is done if the host has XmlPatters installed. Workaround by ignoring XmlPatterns. Underlying problem (Qt5Network and VLANs) has not been addressed. PR: 231402 Reported by: Ting-Wei Lan
Notes
Notes: svn path=/head/; revision=482342
Diffstat (limited to 'textproc')
-rw-r--r--textproc/kf5-syntax-highlighting/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/kf5-syntax-highlighting/Makefile b/textproc/kf5-syntax-highlighting/Makefile
index c956f43e3d6c..ca2101e96ef5 100644
--- a/textproc/kf5-syntax-highlighting/Makefile
+++ b/textproc/kf5-syntax-highlighting/Makefile
@@ -2,6 +2,7 @@
PORTNAME= syntax-highlighting
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= textproc kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -12,4 +13,6 @@ USE_KDE= ecm
USE_QT= buildtools_build core gui linguisttools_build \
network testlib qmake_build
+CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5XmlPatterns=TRUE
+
.include <bsd.port.mk>