Date: Sun, 12 May 2019 11:29:55 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501376 - branches/2019Q2/sysutils/pesign Message-ID: <201905121129.x4CBTt9X046628@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun May 12 11:29:54 2019 New Revision: 501376 URL: https://svnweb.freebsd.org/changeset/ports/501376 Log: MFH: r501375 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 Approved by: ports-secteam blanket Modified: branches/2019Q2/sysutils/pesign/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/pesign/Makefile ============================================================================== --- branches/2019Q2/sysutils/pesign/Makefile Sun May 12 11:29:31 2019 (r501375) +++ branches/2019Q2/sysutils/pesign/Makefile Sun May 12 11:29:54 2019 (r501376) @@ -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.x4CBTt9X046628>