Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 11:29:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501375 - head/sysutils/pesign
Message-ID:  <201905121129.x4CBTVnb046502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun May 12 11:29:31 2019
New Revision: 501375
URL: https://svnweb.freebsd.org/changeset/ports/501375

Log:
  sysutils/pesign: mark BROKEN after r501212
  
  In file included from /usr/local/include/nss/nss/cert.h:22,
                   from efikeygen.c:39:
  efikeygen.c: In function 'add_cert_type':
  /usr/local/include/nss/nss/certt.h:445:5: error: unsigned conversion from 'int' to 'unsigned char' changes value from '496' to '240' [-Werror=overflow]
       (NS_CERT_TYPE_SSL_CLIENT | NS_CERT_TYPE_SSL_SERVER | NS_CERT_TYPE_EMAIL | \
       ^
  efikeygen.c:208:23: note: in expansion of macro 'NS_CERT_TYPE_APP'
    unsigned char type = NS_CERT_TYPE_APP;
                         ^~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/pesign/Makefile   (contents, props changed)

Modified: head/sysutils/pesign/Makefile
==============================================================================
--- head/sysutils/pesign/Makefile	Sun May 12 11:11:55 2019	(r501374)
+++ head/sysutils/pesign/Makefile	Sun May 12 11:29:31 2019	(r501375)
@@ -26,6 +26,7 @@ USE_LDCONFIG=	yes
 
 ONLY_FOR_ARCHS=		aarch64 armv6 armv7 amd64 i386
 ONLY_FOR_ARCHS_REASON=	UEFI specification only supports little-endian processors
+BROKEN=		https://github.com/rhboot/pesign/issues/48
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/Make.defaults



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