Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (883449e88277e18ae0f98f574749b163541acee0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (883449e88277e18ae0f98f574749b163541acee0)
  • Date: Thu, 2 Jun 2011 01:20:59 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/grub2/DEPENDS | 8 ++------
disk/grub2/HISTORY | 7 ++++++-
2 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 883449e88277e18ae0f98f574749b163541acee0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: gettext isn't actually optional

In file included from kern/err.c:23:
./include/grub/i18n.h:28:5: error: "ENABLE_NLS" is not defined
make: *** [kernel_img-kern_err.o] Error 1

commit 797dd318dbfd6cdb279f7c668482067bb2c0dd44
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: gettext disable -> enable for enable option

commit 05002623909fe9240ebcd985d20f2f67aae2d74b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: Cleanup formatting

commit 1b0fd43f6074ac19a141158235de22e61840d5e4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: lvm disble -> disable

diff --git a/disk/grub2/DEPENDS b/disk/grub2/DEPENDS
index 0aa632f..2f8d160 100755
--- a/disk/grub2/DEPENDS
+++ b/disk/grub2/DEPENDS
@@ -1,4 +1,5 @@
depends automake &&
+depends gettext '--enable-gettext' &&
depends gnupg &&
depends smgl-fhs &&
depends lzo &&
@@ -11,14 +12,9 @@ fi &&

optional_depends lvm \
'--enable-device-mapper' \
- '--disble-device-mapper' \
+ '--disable-device-mapper' \
'for LVM device-mapper support' &&

-optional_depends gettext \
- '--disable-nls' \
- '--disable-nls' \
- 'for native language support' &&
-
optional_depends freetype2 \
'--enable-grub-mkfont' \
'--disable-grub-mkfont' \
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index cf3b40d..1c92c47 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,3 +1,8 @@
+2011-06-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: lvm disble -> disable
+ gettext disable -> enable for enable option
+ gettext isn't actually optional
+
2011-05-27 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: switched to http download
* DEPENDS: added lvm, gettext and unifont dependencies
@@ -14,7 +19,7 @@
* CONFIGURE: removed "--enable-grub-pe2elf" option, no longer in
configure
changed blabla
removed "--enable-grub-emu", no longer seems to be used
- added "--enable-mm-debug" to include memory manager debugging
+ added "--enable-mm-debug" to include memory manager debugging
* PREPARE: Commented out SVN query
* DEPENDS: addded optional dependency on SDL for grub-emu debugging
with sdl support




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (883449e88277e18ae0f98f574749b163541acee0), Eric Sandall, 06/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page