View | Details | Raw Unified | Return to bug 203986
Collapse All | Expand All

(-)Makefile (-1 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gnu-efi
4
PORTNAME=	gnu-efi
5
PORTVERSION=	3.0.1
5
PORTVERSION=	3.0.3
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	SF/gnu-efi
7
MASTER_SITES=	SF/gnu-efi
8
8
Lines 21-24 Link Here
21
MAKE_ARGS+=	CC=${CC} HOSTCC=${CC} AR=${AR}
21
MAKE_ARGS+=	CC=${CC} HOSTCC=${CC} AR=${AR}
22
ONLY_FOR_ARCHS=	amd64
22
ONLY_FOR_ARCHS=	amd64
23
23
24
post-install:
25
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/crt0-efi-x86_64.o
26
24
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gnu-efi-3.0.1.tar.bz2) = e2e8d5940347eebfb00eaaeef107a8ba59e7838e40bc716c74d9a36fff648f1f
1
SHA256 (gnu-efi-3.0.3.tar.bz2) = c530f21a15fd9c214dd92d29a6caa20fac989289267512020b6da1f5e6f5b4cb
2
SIZE (gnu-efi-3.0.1.tar.bz2) = 136071
2
SIZE (gnu-efi-3.0.3.tar.bz2) = 142229
(-)files/patch-Make.defaults (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Make.defaults.orig	2015-01-05 19:20:43.000000000 +0100
1
--- Make.defaults.orig	2015-08-17 20:06:47 UTC
2
+++ Make.defaults	2015-02-12 16:31:43.487801000 +0100
2
+++ Make.defaults
3
@@ -45,11 +45,14 @@ TOPDIR := $(shell if [ "$$PWD" != "" ]; 
3
@@ -45,11 +45,14 @@ TOPDIR := $(shell if [ "$$PWD" != "" ]; 
4
 # Where to install the package. GNU-EFI will create and access
4
 # Where to install the package. GNU-EFI will create and access
5
 # lib and include under the root
5
 # lib and include under the root
(-)files/patch-Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	2014-11-30 17:37:32.000000000 +0100
1
--- Makefile.orig	2015-08-17 20:06:47 UTC
2
+++ Makefile	2014-11-30 17:37:46.000000000 +0100
2
+++ Makefile
3
@@ -40,7 +40,7 @@ VPATH = $(SRCDIR)
3
@@ -42,7 +42,7 @@ VPATH = $(SRCDIR)
4
 
4
 
5
 include $(SRCDIR)/Make.defaults
5
 include $(SRCDIR)/Make.defaults
6
 
6
 
(-)files/patch-gnuefi-Makefile (-2 / +3 lines)
Lines 1-5 Link Here
1
--- gnuefi/Makefile.orig	2014-08-08 21:33:08.000000000 +0200
1
--- gnuefi/Makefile.orig	2015-08-17 20:06:47 UTC
2
+++ gnuefi/Makefile	2014-12-01 02:08:56.000000000 +0100
2
+++ gnuefi/Makefile
3
@@ -47,6 +47,8 @@ FILES	= reloc_$(ARCH)  
3
@@ -47,6 +47,8 @@ FILES	= reloc_$(ARCH)  
4
 
4
 
5
 OBJS	= $(FILES:%=%.o)
5
 OBJS	= $(FILES:%=%.o)
Lines 8-10 Link Here
8
+
8
+
9
 # on aarch64, avoid jump tables before all relocations have been processed
9
 # on aarch64, avoid jump tables before all relocations have been processed
10
 reloc_aarch64.o: CFLAGS += -fno-jump-tables
10
 reloc_aarch64.o: CFLAGS += -fno-jump-tables
11
 
(-)pkg-plist (+2 lines)
Lines 20-25 Link Here
20
include/efi/efipxebc.h
20
include/efi/efipxebc.h
21
include/efi/efirtlib.h
21
include/efi/efirtlib.h
22
include/efi/efiser.h
22
include/efi/efiser.h
23
include/efi/efisetjmp.h
23
include/efi/efishellintf.h
24
include/efi/efishellintf.h
24
include/efi/efishellparm.h
25
include/efi/efishellparm.h
25
include/efi/efistdarg.h
26
include/efi/efistdarg.h
Lines 39-44 Link Here
39
include/efi/romload.h
40
include/efi/romload.h
40
include/efi/x86_64/efibind.h
41
include/efi/x86_64/efibind.h
41
include/efi/x86_64/efilibplat.h
42
include/efi/x86_64/efilibplat.h
43
include/efi/x86_64/efisetjmp_arch.h
42
include/efi/x86_64/pe.h
44
include/efi/x86_64/pe.h
43
lib/crt0-efi-x86_64.o
45
lib/crt0-efi-x86_64.o
44
lib/elf_x86_64_fbsd_efi.lds
46
lib/elf_x86_64_fbsd_efi.lds

Return to bug 203986