Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 16:16:12 +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: r450495 - head/sysutils/pesign
Message-ID:  <201709241616.v8OGGCMj020137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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