svn commit: r474184 - head/devel/liblxqt

Jesper Schmitz Mouridsen jsm at FreeBSD.org
Sun Jul 8 15:36:52 UTC 2018


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 at schmitz.computer
 COMMENT=	Shared library for LXQt applications
 
 LICENSE=	LGPL21+
-LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt at qt5
 
-BROKEN_aarch64=		fails to compile: lxqtplugininfo.cpp:107:14: expected expression
+LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt at 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


More information about the svn-ports-all mailing list