Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 10:50:26 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r391979 - branches/2015Q3/security/pinentry
Message-ID:  <201507141050.t6EAoQYG017317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Tue Jul 14 10:50:25 2015
New Revision: 391979
URL: https://svnweb.freebsd.org/changeset/ports/391979

Log:
  MFH: r391975
  
  security/pinentry:
  - Fix build: libassuan is now mandatory dependence
  - Explicitly disable GNOME 3 and Emacs versions
  
  Approved by:		portmgr

Modified:
  branches/2015Q3/security/pinentry/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/security/pinentry/Makefile
==============================================================================
--- branches/2015Q3/security/pinentry/Makefile	Tue Jul 14 10:49:55 2015	(r391978)
+++ branches/2015Q3/security/pinentry/Makefile	Tue Jul 14 10:50:25 2015	(r391979)
@@ -58,11 +58,14 @@ do-install:
 
 .else # !defined(PINENTRY_GUI)
 PKGNAMESUFFIX=	-${PINENTRY_GUI}
-LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS=	libassuan.so:${PORTSDIR}/security/libassuan \
+		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
 		libksba.so:${PORTSDIR}/security/libksba
 
 USES+=		iconv gmake pkgconfig
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-pinentry-emacs \
+		--disable-pinentry-gnome3
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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