Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2020 15:29:52 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542223 - head/security/libssh2
Message-ID:  <202007141529.06EFTqGH005507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jul 14 15:29:52 2020
New Revision: 542223
URL: https://svnweb.freebsd.org/changeset/ports/542223

Log:
  security/libssh2: fix build on GCC architectures and check-plist
  
  Add USES=compiler:c11 to fix build on GCC architectures.
  While here, also add two missing manpages to fix make check-plist.

Modified:
  head/security/libssh2/Makefile
  head/security/libssh2/pkg-plist

Modified: head/security/libssh2/Makefile
==============================================================================
--- head/security/libssh2/Makefile	Tue Jul 14 15:18:17 2020	(r542222)
+++ head/security/libssh2/Makefile	Tue Jul 14 15:29:52 2020	(r542223)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix
+USES=		compiler:c11 libtool pathfix
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	GCRYPT TRACE ZLIB

Modified: head/security/libssh2/pkg-plist
==============================================================================
--- head/security/libssh2/pkg-plist	Tue Jul 14 15:18:17 2020	(r542222)
+++ head/security/libssh2/pkg-plist	Tue Jul 14 15:29:52 2020	(r542223)
@@ -9,8 +9,10 @@ man/man3/libssh2_agent_connect.3.gz
 man/man3/libssh2_agent_disconnect.3.gz
 man/man3/libssh2_agent_free.3.gz
 man/man3/libssh2_agent_get_identity.3.gz
+man/man3/libssh2_agent_get_identity_path.3.gz
 man/man3/libssh2_agent_init.3.gz
 man/man3/libssh2_agent_list_identities.3.gz
+man/man3/libssh2_agent_set_identity_path.3.gz
 man/man3/libssh2_agent_userauth.3.gz
 man/man3/libssh2_banner_set.3.gz
 man/man3/libssh2_base64_decode.3.gz



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