From owner-svn-ports-all@freebsd.org Sun Jul 8 15:36:52 2018 Return-Path: Delivered-To: svn-ports-all@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 E726F103103C; Sun, 8 Jul 2018 15:36:51 +0000 (UTC) (envelope-from jsm@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 9177B79FF7; Sun, 8 Jul 2018 15:36:51 +0000 (UTC) (envelope-from jsm@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 6FA5E27DDF; Sun, 8 Jul 2018 15:36:51 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w68Fap9Y036164; Sun, 8 Jul 2018 15:36:51 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w68FapHe036163; Sun, 8 Jul 2018 15:36:51 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <201807081536.w68FapHe036163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Sun, 8 Jul 2018 15:36:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474184 - head/devel/liblxqt X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: head/devel/liblxqt X-SVN-Commit-Revision: 474184 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2018 15:36:52 -0000 Author: jsm Date: Sun Jul 8 15:36:50 2018 New Revision: 474184 URL: https://svnweb.freebsd.org/changeset/ports/474184 Log: devel/liblxqt in not broken on aarch64, fix pkg-descr Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16179 Modified: head/devel/liblxqt/Makefile head/devel/liblxqt/pkg-descr Modified: head/devel/liblxqt/Makefile ============================================================================== --- head/devel/liblxqt/Makefile Sun Jul 8 15:34:16 2018 (r474183) +++ head/devel/liblxqt/Makefile Sun Jul 8 15:36:50 2018 (r474184) @@ -10,9 +10,8 @@ MAINTAINER= jesper@schmitz.computer COMMENT= Shared library for LXQt applications LICENSE= LGPL21+ -LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5 -BROKEN_aarch64= fails to compile: lxqtplugininfo.cpp:107:14: expected expression +LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5 USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \ pkgconfig qt:5 tar:xz Modified: head/devel/liblxqt/pkg-descr ============================================================================== --- head/devel/liblxqt/pkg-descr Sun Jul 8 15:34:16 2018 (r474183) +++ head/devel/liblxqt/pkg-descr Sun Jul 8 15:36:50 2018 (r474184) @@ -1,3 +1,3 @@ Core utility library for all LXQt components. -WWW: https://github.com/lxde/liblxqt +WWW: https://github.com/lxqt/liblxqt