svn commit: r501375 - head/sysutils/pesign
Jan Beich
jbeich at FreeBSD.org
Sun May 12 11:29:32 UTC 2019
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
More information about the svn-ports-head
mailing list