From owner-svn-ports-head@freebsd.org Sat Oct 20 16:21:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9241FEB41B; Sat, 20 Oct 2018 16:21:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD2E79196; Sat, 20 Oct 2018 16:21:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66C942058F; Sat, 20 Oct 2018 16:21:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KGLFYR072916; Sat, 20 Oct 2018 16:21:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KGLFhc072915; Sat, 20 Oct 2018 16:21:15 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810201621.w9KGLFhc072915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 20 Oct 2018 16:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482592 - head/x11-toolkits/kproperty X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/x11-toolkits/kproperty X-SVN-Commit-Revision: 482592 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 16:21:15 -0000 Author: tcberner Date: Sat Oct 20 16:21:14 2018 New Revision: 482592 URL: https://svnweb.freebsd.org/changeset/ports/482592 Log: x11-toolkits/kproperty: fix build with GCC-based architectures PR: 232385 Submitted by: Piotr Kubaj Modified: head/x11-toolkits/kproperty/Makefile Modified: head/x11-toolkits/kproperty/Makefile ============================================================================== --- head/x11-toolkits/kproperty/Makefile Sat Oct 20 16:21:13 2018 (r482591) +++ head/x11-toolkits/kproperty/Makefile Sat Oct 20 16:21:14 2018 (r482592) @@ -9,7 +9,8 @@ DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Property editing framwork -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 \ + tar:xz USE_KDE= ecm config coreaddons guiaddons i18n widgetsaddons USE_QT= core gui widgets xml \ buildtools_build qmake_build qml