Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2019 18:13:37 +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: r506549 - head/sysutils/qtpass
Message-ID:  <201907131813.x6DIDb0B040926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Jul 13 18:13:36 2019
New Revision: 506549
URL: https://svnweb.freebsd.org/changeset/ports/506549

Log:
  sysutils/qtpass: prepare for Qt 5.13
  
  PR:		238782

Modified:
  head/sysutils/qtpass/Makefile

Modified: head/sysutils/qtpass/Makefile
==============================================================================
--- head/sysutils/qtpass/Makefile	Sat Jul 13 17:32:14 2019	(r506548)
+++ head/sysutils/qtpass/Makefile	Sat Jul 13 18:13:36 2019	(r506549)
@@ -30,6 +30,10 @@ DESKTOP_ENTRIES=	"QtPass" "" \
 			"${PREFIX}/bin/qtpass" \
 			"Security;Utility;" true
 
+# Fix build with Qt 5.13
+pre-build:
+	cd ${WRKSRC}/localization && ${LRELEASE} *ts
+
 # Install the icon of the port.
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/artwork/icon.png \



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