svn commit: r377584 - head/security/pinentry

Max Brazhnikov makc at FreeBSD.org
Wed Jan 21 10:38:39 UTC 2015


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
 


More information about the svn-ports-all mailing list