Index: head/sysutils/knutclient-kde4/Makefile =================================================================== --- head/sysutils/knutclient-kde4/Makefile (revision 459254) +++ head/sysutils/knutclient-kde4/Makefile (revision 459255) @@ -1,26 +1,26 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= knutclient PORTVERSION= 1.0.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils kde MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/ \ http://www.ringofsaturn.com/distfiles/ \ http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Visual client for UPS system NUT LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqimageblitz.so:x11/qimageblitz CONFLICTS= knutclient-0.* USES= cmake gettext kde:4 USE_KDE= kdelibs automoc4 USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build .include Index: head/sysutils/knutclient-kde4/files/patch-debian_git-6337fa =================================================================== --- head/sysutils/knutclient-kde4/files/patch-debian_git-6337fa (nonexistent) +++ head/sysutils/knutclient-kde4/files/patch-debian_git-6337fa (revision 459255) @@ -0,0 +1,25 @@ +From 6337fac6fe3c566ffb61a2b4fe99f7d130915d90 Mon Sep 17 00:00:00 2001 +From: Dmitry Smirnov +Date: Sun, 21 Aug 2016 13:53:44 +1000 +Subject: New patch to fix FTBFS with gcc 6 (Closes: #811882). + + Thanks, Adrian Bunk. + + Description: Fix the build with gcc 6 + Author: Adrian Bunk + Bug-Debian: https://bugs.debian.org/811882 + +--- src/knutprefdlg.cpp ++++ src/knutprefdlg.cpp +@@ -957,9 +957,9 @@ + + QHBoxLayout *setFontLayout = new QHBoxLayout(); + QStringList fontsList; + KFontChooser::getFontList(fontsList, KFontChooser::SmoothScalableFonts); +- m_fontWidget = new KFontChooser(mainPageWidget, false, fontsList); ++ m_fontWidget = new KFontChooser(mainPageWidget, KFontChooser::NoDisplayFlags, fontsList); + setFontLayout->addWidget (m_fontWidget ,0); + topLayout->addLayout(setFontLayout); + + topLayout->addStretch( 20 ); + Property changes on: head/sysutils/knutclient-kde4/files/patch-debian_git-6337fa ___________________________________________________________________ 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