aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pesign
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-05-12 11:29:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-05-12 11:29:31 +0000
commit8b0a902465502ed278349d1a75f0fdc6fbe898c1 (patch)
tree644e8f408c09a7e4c7c5c31b3b660c705bdcc999 /sysutils/pesign
parent86a678dbf3d54183de544a56096a1255fdf1421d (diff)
downloadports-8b0a902465502ed278349d1a75f0fdc6fbe898c1.tar.gz
ports-8b0a902465502ed278349d1a75f0fdc6fbe898c1.zip
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
Notes
Notes: svn path=/head/; revision=501375
Diffstat (limited to 'sysutils/pesign')
-rw-r--r--sysutils/pesign/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile
index 0102247c7559..4aa1e923a02e 100644
--- a/sysutils/pesign/Makefile
+++ b/sysutils/pesign/Makefile
@@ -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