After the recent updates to u-boot and arm-trusted-firmware, we no
longer need u-boot-pinebook or atf-allwinner. Any patches they have,
have already been upstreamed and the new packages now work better than
the old ones.
This adds pkgpath's and quirks entries. Not included is the cvs rm for
sysutils/atf-allwinner and sysutils/u-boot-pinebook.
OK?
Index: sysutils/arm-trusted-firmware/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/sysutils/arm-trusted-firmware/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- sysutils/arm-trusted-firmware/Makefile 7 Feb 2019 07:23:50 -0000
1.8
+++ sysutils/arm-trusted-firmware/Makefile 7 Feb 2019 18:20:54 -0000
@@ -9,6 +9,8 @@ GH_PROJECT= arm-trusted-firmware
GH_COMMIT= 7d3884000d671ece18788791de875229f983f079
DISTNAME= arm-trusted-firmware-2.1beta0
+REVISION= 0
+
CATEGORIES= sysutils
# BSD
Index: sysutils/arm-trusted-firmware/pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/sysutils/arm-trusted-firmware/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- sysutils/arm-trusted-firmware/pkg/PLIST 21 Oct 2018 00:13:54 -0000
1.2
+++ sysutils/arm-trusted-firmware/pkg/PLIST 7 Feb 2019 18:16:34 -0000
@@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.2 2018/10/21 00:13:54 jsg Exp $
+@pkgpath sysutils/atf-allwinner
share/arm-trusted-firmware/
share/arm-trusted-firmware/rk3399-bl31.elf
share/arm-trusted-firmware/sun50i_a64-bl31.bin
Index: sysutils/u-boot/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/sysutils/u-boot/Makefile,v
retrieving revision 1.50
diff -u -p -u -p -r1.50 Makefile
--- sysutils/u-boot/Makefile 7 Feb 2019 07:29:04 -0000 1.50
+++ sysutils/u-boot/Makefile 7 Feb 2019 19:01:56 -0000
@@ -7,7 +7,7 @@ FLAVOR?= arm
COMMENT= U-Boot firmware
VERSION= 2019.01
-REVISION= 3
+REVISION= 4
DISTNAME= u-boot-${VERSION}
PKGNAME= u-boot-${FLAVOR}-${VERSION:S/-//}
FULLPKGNAME= ${PKGNAME}
Index: sysutils/u-boot/pkg/PFRAG.aarch64
===================================================================
RCS file: /cvs/openbsd/ports/sysutils/u-boot/pkg/PFRAG.aarch64,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 PFRAG.aarch64
--- sysutils/u-boot/pkg/PFRAG.aarch64 17 Jan 2019 20:41:47 -0000 1.9
+++ sysutils/u-boot/pkg/PFRAG.aarch64 7 Feb 2019 18:16:58 -0000
@@ -1,4 +1,5 @@
@comment $OpenBSD: PFRAG.aarch64,v 1.9 2019/01/17 20:41:47 kettenis Exp $
+@pkgpath sysutils/u-boot-pinebook
share/u-boot/
share/u-boot/a64-olinuxino/
share/u-boot/a64-olinuxino/sunxi-spl.bin
Index: devel/quirks/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/devel/quirks/Makefile,v
retrieving revision 1.698
diff -u -p -u -p -r1.698 Makefile
--- devel/quirks/Makefile 6 Feb 2019 18:22:15 -0000 1.698
+++ devel/quirks/Makefile 7 Feb 2019 19:02:29 -0000
@@ -5,7 +5,7 @@ CATEGORIES = devel databases
DISTFILES =
# API.rev
-PKGNAME = quirks-3.91
+PKGNAME = quirks-3.92
PKG_ARCH = *
MAINTAINER = Marc Espie <[email protected]>
Index: devel/quirks/files/Quirks.pm
===================================================================
RCS file: /cvs/openbsd/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.712
diff -u -p -u -p -r1.712 Quirks.pm
--- devel/quirks/files/Quirks.pm 6 Feb 2019 18:22:15 -0000 1.712
+++ devel/quirks/files/Quirks.pm 7 Feb 2019 18:18:09 -0000
@@ -318,6 +318,8 @@ my $stem_extensions = {
'zh-bg5ps' => 'bg5ps',
'zh-bg5pdf' => 'bg5pdf',
'wxWidgets-gtk2' => 'wxWidgets-gtk3',
+ 'atf-allwinner' => 'arm-trusted-firmware',
+ 'u-boot-pinebook' => 'u-boot-aarch64',
};
my $obsolete_reason = {
--
If I had any humility I would be perfect.
-- Ted Turner