Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (379784981850e93058875f5a9c8a16daeb1492fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (379784981850e93058875f5a9c8a16daeb1492fc)
  • Date: Sat, 31 Aug 2024 22:08:18 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

disk/gnu-efi/BUILD | 11 +++++++++--
disk/gnu-efi/DETAILS | 7 ++++---
disk/gnu-efi/HISTORY | 5 +++++
3 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit 379784981850e93058875f5a9c8a16daeb1492fc
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

disk/gnu-efi: version 3.0.18

diff --git a/disk/gnu-efi/BUILD b/disk/gnu-efi/BUILD
index 74416b6..de8b2a3 100755
--- a/disk/gnu-efi/BUILD
+++ b/disk/gnu-efi/BUILD
@@ -1,2 +1,9 @@
-CFLAGS=''
-make PREFIX=/usr
+# Filtering LDFLAGS
+TMPLDFLAGS="${LDFLAGS}" &&
+LDFLAGS="${LDFLAGS//-Wl,/}" &&
+LDFLAGS="${LDFLAGS//,/ }" &&
+
+default_build_make &&
+
+# Restoring
+LDFLAGS="${TMPLDFLAGS}"
diff --git a/disk/gnu-efi/DETAILS b/disk/gnu-efi/DETAILS
index 61d598e..273de38 100755
--- a/disk/gnu-efi/DETAILS
+++ b/disk/gnu-efi/DETAILS
@@ -1,9 +1,10 @@
SPELL=gnu-efi
- VERSION=3.0.14
-
SOURCE_HASH=sha512:37420ba3804e8547451a7b143a689ceb6af0557234fa7801efdeba3c2fc581a5354fe34cbaacb338d7b394d913e7274098ebf07026b7c1d50b2236d7f86c470c
+ VERSION=3.0.18
+
SOURCE_HASH=sha512:39f9fa14b880441a94a04400ff8850efdd9474929e5501dfd05af06e7747b4d0f7cb742ac811c7026cf52d00508efb73018be4d61d63a1211de0cd931cbc473d
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/$SPELL/files/$SOURCE
+# Watch: https://github.com/ncroxon/gnu-efi/tags tags/([0-9.]+)[.]tar
WEB_SITE=https://$SPELL.SourceForge.net
LICENSE[0]=BSD
ENTERED=20140202
diff --git a/disk/gnu-efi/HISTORY b/disk/gnu-efi/HISTORY
index 223b568..8077971 100644
--- a/disk/gnu-efi/HISTORY
+++ b/disk/gnu-efi/HISTORY
@@ -1,3 +1,8 @@
+2024-08-31 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.0.18, added Watch line
+ * BUILD: added code to filter/prepare/restore LDFLAGS,
+ uses default_build_make now
+
2022-02-26 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 3.0.14
fixed long description wrap


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (379784981850e93058875f5a9c8a16daeb1492fc), Pavel Vinogradov, 08/31/2024

Archive powered by MHonArc 2.6.24.

Top of Page