svn commit: r391979 - branches/2015Q3/security/pinentry

Max Brazhnikov makc at FreeBSD.org
Tue Jul 14 10:50:26 UTC 2015


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


More information about the svn-ports-branches mailing list