Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Removing fwupdate package because the project was abandoned
@ 2020-04-11  0:11 vimalamp
  2020-04-12  9:09 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: vimalamp @ 2020-04-11  0:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

There is a new pull request by vimalamp against master on the void-packages repository

https://github.com/vimalamp/void-packages master
https://github.com/void-linux/void-packages/pull/20859

Removing fwupdate package because the project was abandoned
Removing fwupdate package. Abandoned project based on https://github.com/rhboot/fwupdate/pull/136. Fixes issue https://github.com/void-linux/void-packages/issues/20776

A patch file from https://github.com/void-linux/void-packages/pull/20859.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-20859.patch --]
[-- Type: text/x-diff, Size: 3525 bytes --]

From 81d8e1a769428e7909676aa6c2631ba12eaa0993 Mon Sep 17 00:00:00 2001
From: user <irchello@gmail.com>
Date: Fri, 10 Apr 2020 14:07:32 -1000
Subject: [PATCH] Removing fwupdate package. Abandoned project based on
 rhboot/fwupdate#136. Fixes issue
 https://github.com/void-linux/void-packages/issues/20776

---
 srcpkgs/fwupdate/INSTALL.msg                 |  4 --
 srcpkgs/fwupdate/patches/musl-strndupa.patch | 18 -------
 srcpkgs/fwupdate/template                    | 53 --------------------
 3 files changed, 75 deletions(-)
 delete mode 100644 srcpkgs/fwupdate/INSTALL.msg
 delete mode 100644 srcpkgs/fwupdate/patches/musl-strndupa.patch
 delete mode 100644 srcpkgs/fwupdate/template

diff --git a/srcpkgs/fwupdate/INSTALL.msg b/srcpkgs/fwupdate/INSTALL.msg
deleted file mode 100644
index 0116decaa53..00000000000
--- a/srcpkgs/fwupdate/INSTALL.msg
+++ /dev/null
@@ -1,4 +0,0 @@
-
-TO use the EFI firmware update executable, copy the /usr/lib/fwupdate/EFI
-folder to your EFI partition
-
diff --git a/srcpkgs/fwupdate/patches/musl-strndupa.patch b/srcpkgs/fwupdate/patches/musl-strndupa.patch
deleted file mode 100644
index 3e487113f71..00000000000
--- a/srcpkgs/fwupdate/patches/musl-strndupa.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- linux/libfwup.c
-+++ linux/libfwup.c
-@@ -30,6 +30,15 @@
- #include "ucs2.h"
- #include "fwup-efi.h"
- 
-+#ifndef strndupa
-+#define strndupa(s, n) \
-+       (__extension__ ({const char *__in = (s);                    \
-+                        size_t __len = strnlen (__in, (n)) + 1;    \
-+                        char *__out = (char *) alloca (__len);     \
-+                        __out[__len-1] = '\0';                     \
-+                        (char *) memcpy (__out, __in, __len-1);}))
-+#endif
-+
- static int verbose;
- #include "error.h"
- 
diff --git a/srcpkgs/fwupdate/template b/srcpkgs/fwupdate/template
deleted file mode 100644
index e00c79225b9..00000000000
--- a/srcpkgs/fwupdate/template
+++ /dev/null
@@ -1,53 +0,0 @@
-# Template file for 'fwupdate'
-pkgname=fwupdate
-version=12
-revision=1
-archs="x86_64* i686* aarch64* arm*"
-build_style=gnu-makefile
-make_install_args="EFIDIR=void LIBDIR=/usr/lib"
-make_build_args="EFIDIR=void GNUEFIDIR=/usr/lib"
-hostmakedepends="pkg-config"
-makedepends="elfutils-devel gnu-efi-libs libefivar-devel popt-devel"
-checkdepends="libabigail-tools"
-short_desc="Tool for using the ESRT and UpdateCapsule() to apply firmware updates"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-or-later"
-homepage="https://github.com/rhboot/fwupdate"
-distfiles="https://github.com/rhboot/fwupdate/releases/download/${version}/fwupdate-${version}.tar.bz2"
-checksum=4167d569f14e00ecf620c369ab34709e4bb1574ed588ef2e2398667e9e968703
-nocross="fails to find efi.h"
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64|i686) makedepends+=" libsmbios-devel" ;;
-esac
-
-do_check() {
-	EFIDIR=void make abicheck
-}
-
-post_install() {
-	vmkdir usr/lib/fwupdate
-	mv "${DESTDIR}"/boot/efi/EFI "${DESTDIR}"/usr/lib/fwupdate/EFI
-	rm -rf "${DESTDIR}"/boot
-	rm -rf "${DESTDIR}"/usr/src
-	rm -rf "${DESTDIR}"/usr/lib/debug
-	rm -rf "${DESTDIR}"/usr/lib/systemd
-}
-
-libfwup_package() {
-	short_desc+=" - fwupdate library"
-	pkg_install() {
-		vmove "usr/lib/libfwup.so.*"
-	}
-}
-
-fwupdate-devel_package() {
-	depends="libfwup-${version}_${revision} libefivar-devel"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove usr/lib/libfwup.so
-		vmove usr/share/man/man3
-	}
-}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Removing fwupdate package because the project was abandoned
  2020-04-11  0:11 [PR PATCH] Removing fwupdate package because the project was abandoned vimalamp
@ 2020-04-12  9:09 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-04-12  9:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

There's a merged pull request on the void-packages repository

Removing fwupdate package because the project was abandoned
https://github.com/void-linux/void-packages/pull/20859

Description:
Removing fwupdate package. Abandoned project based on https://github.com/rhboot/fwupdate/pull/136. Fixes issue https://github.com/void-linux/void-packages/issues/20776

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-12  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11  0:11 [PR PATCH] Removing fwupdate package because the project was abandoned vimalamp
2020-04-12  9:09 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).