Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2018 15:36:51 +0000 (UTC)
From:      Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474184 - head/devel/liblxqt
Message-ID:  <201807081536.w68FapHe036163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807081536.w68FapHe036163>