From owner-svn-ports-all@freebsd.org Tue Oct 29 18:54:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 82D25161356; Tue, 29 Oct 2019 18:54:34 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 472gk22qL9z3wpB; Tue, 29 Oct 2019 18:54:34 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2AC622649D; Tue, 29 Oct 2019 18:54:34 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9TIsYDI065451; Tue, 29 Oct 2019 18:54:34 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9TIsXXA065449; Tue, 29 Oct 2019 18:54:33 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201910291854.x9TIsXXA065449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Tue, 29 Oct 2019 18:54:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516028 - in head/devel/gnu-efi: . files X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: in head/devel/gnu-efi: . files X-SVN-Commit-Revision: 516028 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2019 18:54:34 -0000 Author: egypcio Date: Tue Oct 29 18:54:33 2019 New Revision: 516028 URL: https://svnweb.freebsd.org/changeset/ports/516028 Log: devel/gnu-efi: update 3.0.10 to 3.0.11 * Makefile PORTVERSION=3.0.11 * files/ patch-Make.defaults: fix using "-maccumulate-outgoing-args" with clang Modified: head/devel/gnu-efi/Makefile head/devel/gnu-efi/distinfo head/devel/gnu-efi/files/patch-Make.defaults Modified: head/devel/gnu-efi/Makefile ============================================================================== --- head/devel/gnu-efi/Makefile Tue Oct 29 18:42:28 2019 (r516027) +++ head/devel/gnu-efi/Makefile Tue Oct 29 18:54:33 2019 (r516028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnu-efi -PORTVERSION= 3.0.10 +PORTVERSION= 3.0.11 CATEGORIES= devel MASTER_SITES= SF/gnu-efi Modified: head/devel/gnu-efi/distinfo ============================================================================== --- head/devel/gnu-efi/distinfo Tue Oct 29 18:42:28 2019 (r516027) +++ head/devel/gnu-efi/distinfo Tue Oct 29 18:54:33 2019 (r516028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571236241 -SHA256 (gnu-efi-3.0.10.tar.bz2) = f12082a3a5f0c3e38c67262a9f34245d139ac2cdfc0a0bdcf03c9b1f56fa4fed -SIZE (gnu-efi-3.0.10.tar.bz2) = 154422 +TIMESTAMP = 1572373284 +SHA256 (gnu-efi-3.0.11.tar.bz2) = f28da792a2532e91e18e0101468811739a22cde9eee5eacfd0efb9bf3a61d6b9 +SIZE (gnu-efi-3.0.11.tar.bz2) = 154456 Modified: head/devel/gnu-efi/files/patch-Make.defaults ============================================================================== --- head/devel/gnu-efi/files/patch-Make.defaults Tue Oct 29 18:42:28 2019 (r516027) +++ head/devel/gnu-efi/files/patch-Make.defaults Tue Oct 29 18:54:33 2019 (r516028) @@ -1,6 +1,6 @@ ---- Make.defaults.orig 2015-08-17 20:06:47 UTC +--- Make.defaults.orig 2019-10-28 11:48:52 UTC +++ Make.defaults -@@ -45,11 +45,14 @@ TOPDIR := $(shell if [ "$$PWD" != "" ]; +@@ -45,11 +45,14 @@ TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PW # Where to install the package. GNU-EFI will create and access # lib and include under the root # @@ -16,3 +16,21 @@ # Compilation tools HOSTCC := $(prefix)gcc CC := $(prefix)$(CROSS_COMPILE)gcc +@@ -110,10 +113,14 @@ ifeq ($(ARCH),x86_64) + || ( [ $(GCCVERSION) -eq "4" ] \ + && [ $(GCCMINOR) -ge "7" ] ) ) \ + && echo 1) +- ifeq ($(GCCNEWENOUGH),1) +- CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 +- else ifeq ($(USING_CLANG),clang) ++ ifeq ($(USING_CLANG),clang) + CPPFLAGS += -DGNU_EFI_USE_MS_ABI --std=c11 ++ else ++ ifeq ($(GCCNEWENOUGH),1) ++ CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 ++ else ++ CPPFLAGS += -DGNU_EFI_USE_MS_ABI --std=c11 ++ endif + endif + + CFLAGS += -mno-red-zone