Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (29cacd5e031b72ea44a6c0695917758fb79ed199)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (29cacd5e031b72ea44a6c0695917758fb79ed199)
  • Date: Tue, 4 Feb 2014 01:53:22 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/gnu-efi/BUILD | 3 +--
disk/gnu-efi/DEPENDS | 9 +--------
disk/gnu-efi/DETAILS | 3 ++-
disk/gnu-efi/HISTORY | 3 +++
disk/gnu-efi/INSTALL | 2 --
5 files changed, 7 insertions(+), 13 deletions(-)

New commits:
commit 29cacd5e031b72ea44a6c0695917758fb79ed199
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gnu-efi - tweak

diff --git a/disk/gnu-efi/BUILD b/disk/gnu-efi/BUILD
index 8f00b77..46fed64 100755
--- a/disk/gnu-efi/BUILD
+++ b/disk/gnu-efi/BUILD
@@ -1,2 +1 @@
-make
-
+make PREFIX=/usr
diff --git a/disk/gnu-efi/DEPENDS b/disk/gnu-efi/DEPENDS
index 4e75b5a..9d3465c 100755
--- a/disk/gnu-efi/DEPENDS
+++ b/disk/gnu-efi/DEPENDS
@@ -1,8 +1 @@
-#depends -sub CXX gcc
-#depends cmake
-#depends xz
-#depends autoconf &&
-#depends automake
-#depends xyz
-#optional_depends "something" "yes-flags" "no-flags" "what for"
-
+depends util-linux
diff --git a/disk/gnu-efi/DETAILS b/disk/gnu-efi/DETAILS
index eea83a1..457ecb3 100755
--- a/disk/gnu-efi/DETAILS
+++ b/disk/gnu-efi/DETAILS
@@ -6,7 +6,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/[a-z]/}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://$SPELL.SourceForge.net
LICENSE[0]=BSD
- ENTERED=20120101
+ ENTERED=20140202
+ STAGED_INSTALL=off
KEYWORDS="disk efi"
SHORT="Develop EFI applications"
cat << EOF
diff --git a/disk/gnu-efi/HISTORY b/disk/gnu-efi/HISTORY
index b87d16b..6a51033 100644
--- a/disk/gnu-efi/HISTORY
+++ b/disk/gnu-efi/HISTORY
@@ -1,4 +1,7 @@
2014-02-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0u
spell created
+ * BUILD, INSTALL, DEPENDS: tweaked
+ * DETAILS: fix date, disable staging
+ gnu-efi does not respect INSTALL_ROOT usage

diff --git a/disk/gnu-efi/INSTALL b/disk/gnu-efi/INSTALL
index 9950bca..4e9106d 100755
--- a/disk/gnu-efi/INSTALL
+++ b/disk/gnu-efi/INSTALL
@@ -1,3 +1 @@
make PREFIX=$INSTALL_ROOT/usr install
-
-#default_install



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (29cacd5e031b72ea44a6c0695917758fb79ed199), Treeve Jelbert, 02/04/2014

Archive powered by MHonArc 2.6.24.

Top of Page