Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2016 12:15:15 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426707 - head/www/qupzilla-qt5
Message-ID:  <201611211215.uALCFFxt039031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Nov 21 12:15:15 2016
New Revision: 426707
URL: https://svnweb.freebsd.org/changeset/ports/426707

Log:
  www/qupzilla-qt5: Correct the KWALLET option
  
  The KWALLET option had been added based on early plans for KDE5. Now that the
  KF5 ports are committed, correct the KWALLET option to match the new KF5 ports.
  
  Also, convert USE_OPENSSL to USES=ssl and add missing USE_GL and USE_QT5
  components identified by stage-QA.
  
  PR:		214530
  Submitted by:	Matthew Rezny <matthew@reztek.cz> (maintainer)
  Approved by:	rakuco (mentor)

Modified:
  head/www/qupzilla-qt5/Makefile

Modified: head/www/qupzilla-qt5/Makefile
==============================================================================
--- head/www/qupzilla-qt5/Makefile	Mon Nov 21 12:14:43 2016	(r426706)
+++ head/www/qupzilla-qt5/Makefile	Mon Nov 21 12:15:15 2016	(r426707)
@@ -16,12 +16,12 @@ LIB_DEPENDS=	libhunspell-1.3.so:textproc
 
 CONFLICTS_INSTALL=	${PORTNAME}-qt4*
 
-USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
-USE_QT5=	core concurrent gui network script webkit x11extras xml \
-		buildtools_build linguisttools_build \
-		imageformats_run sql-sqlite3_run
+USES=		desktop-file-utils execinfo pkgconfig qmake ssl tar:xz
+USE_QT5=	core concurrent gui network printsupport script sql webkit \
+		widgets x11extras xml imageformats_run sql-sqlite3_run \
+		buildtools_build linguisttools_build
 USE_XORG=	x11
-USE_OPENSSL=	yes
+USE_GL=		gl
 CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
@@ -37,7 +37,8 @@ DBUS_CONFIGURE_ENV_OFF=	DISABLE_DBUS="tr
 GNOMEKEYRING_LIB_DEPENDS=	libgnome-keyring.so:security/libgnome-keyring
 GNOMEKEYRING_CONFIGURE_ENV=	GNOME_INTEGRATION="true"
 
-KWALLET_USE=		KDE5=wallet
+KWALLET_USES=		kde:5
+KWALLET_USE=		KDE=wallet
 KWALLET_CONFIGURE_ENV=	KDE_INTEGRATION="true"
 
 .include <bsd.port.options.mk>



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