svn commit: r450495 - head/sysutils/pesign

Jan Beich jbeich at FreeBSD.org
Sun Sep 24 16:16:14 UTC 2017


Author: jbeich
Date: Sun Sep 24 16:16:12 2017
New Revision: 450495
URL: https://svnweb.freebsd.org/changeset/ports/450495

Log:
  sysutils/pesign: unbreak on 11.1+
  
  In file included from pesign.h:30:0,
                   from pesign.c:35:
  efitypes.h:50:0: error: "EFI_VARIABLE_NON_VOLATILE" redefined [-Werror]
   #define EFI_VARIABLE_NON_VOLATILE 0x0000000000000001
   ^
  In file included from efitypes.h:22:0,
                   from pesign.h:30,
                   from pesign.c:35:
  /usr/include/efivar.h:38:0: note: this is the location of the previous definition
   #define EFI_VARIABLE_NON_VOLATILE  0x00000001
   ^
  
  Reported by:	pkg-fallout

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

Modified: head/sysutils/pesign/Makefile
==============================================================================
--- head/sysutils/pesign/Makefile	Sun Sep 24 15:59:26 2017	(r450494)
+++ head/sysutils/pesign/Makefile	Sun Sep 24 16:16:12 2017	(r450495)
@@ -11,7 +11,7 @@ COMMENT=	Signing utility for UEFI secure boot
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libefivar.so:devel/efivar \
+LIB_DEPENDS=	libefivar.so.0:devel/efivar \
 		libnspr4.so:devel/nspr \
 		libnss3.so:security/nss \
 		libpopt.so:devel/popt \


More information about the svn-ports-all mailing list