Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2015 10:38:38 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377584 - head/security/pinentry
Message-ID:  <201501211038.t0LAcdl2022217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Wed Jan 21 10:38:38 2015
New Revision: 377584
URL: https://svnweb.freebsd.org/changeset/ports/377584
QAT: https://qat.redports.org/buildarchive/r377584/

Log:
  security/pinentry:
  - Make it apparent that Qt 4 frontend is broken on 10.x and greater
  
  PR:		196681
  Submitted by:	Gerard Seibert

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Wed Jan 21 10:18:16 2015	(r377583)
+++ head/security/pinentry/Makefile	Wed Jan 21 10:38:38 2015	(r377584)
@@ -36,7 +36,11 @@ GTK2_DESC=	Gtk+ 2 frontend
 PINENTRY_GTK2=	pinentry-gtk-2
 GTK2_RUN_DEPENDS=	${PINENTRY_GTK2}:${PORTSDIR}/security/pinentry-gtk2
 
+.if exists(/usr/lib/libc++.so)
+QT4_DESC=	Qt 4 frontend (broken)
+.else
 QT4_DESC=	Qt 4 frontend
+.endif
 PINENTRY_QT4=	pinentry-qt4
 QT4_RUN_DEPENDS=	${PINENTRY_QT4}:${PORTSDIR}/security/pinentry-qt4
 



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