Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (05eb26c81067171eb3e4dfb2399a51ff6a4e6ccf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (05eb26c81067171eb3e4dfb2399a51ff6a4e6ccf)
  • Date: Sun, 31 Jul 2011 08:29:38 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

disk/lilo/DEPENDS | 2 +-
disk/lilo/HISTORY | 3 ---
editors/jed/BUILD | 2 +-
editors/jed/HISTORY | 3 +++
gnu/gcc/DETAILS | 1 +
gnu/gcc/HISTORY | 3 +++
utils/syslinux/DEPENDS | 1 +
utils/syslinux/HISTORY | 3 +++
8 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit d27aa9e234fcd4ebb2aaaf260257b3ffc4a45ff7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

syslinux: added missing dep

commit 66a0c09322ef4c3848b3fec08eaa0b5db61bcb7e
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

gcc: TMPFS=off for all (1GB is not enough space)

commit fb3df49480af5358f48e88a020052a43ff4ef26c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

jed: BUILD: complete the chain, so we can fail properly

commit 607c4fe6c2a970747d62b2208cb7ac2ccee6fd35
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

Revert "lilo - depends UUDECODE"

uudeview's uudecode cannot decode all the images, so casting fails.
Reverted back to sharutils.

This reverts commit fae14ff10e29c614b861290a34afd4e58b007b08.

Conflicts:

disk/lilo/HISTORY

diff --git a/disk/lilo/DEPENDS b/disk/lilo/DEPENDS
index eb75d5c..7381d1e 100755
--- a/disk/lilo/DEPENDS
+++ b/disk/lilo/DEPENDS
@@ -1,5 +1,5 @@
depends gnupg &&
depends LD86 &&
depends smgl-fhs &&
-depends UUDECODE &&
+depends sharutils &&
optional_depends lvm '' '' 'device mapper support'
diff --git a/disk/lilo/HISTORY b/disk/lilo/HISTORY
index b33ed48..90261b6 100644
--- a/disk/lilo/HISTORY
+++ b/disk/lilo/HISTORY
@@ -4,9 +4,6 @@
2010-11-29 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed SOURCE_URL

-2010-11-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: sharutils => UUDECODE
-
2010-11-07 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add sharutils
make[1]: Entering directory `/usr/src/lilo-23.1/images'
diff --git a/editors/jed/BUILD b/editors/jed/BUILD
index 34fea9d..319dc59 100755
--- a/editors/jed/BUILD
+++ b/editors/jed/BUILD
@@ -27,7 +27,7 @@ fi

make clean &&
make &&
-make getmail
+make getmail &&

if echo ${OPTS} | grep -q "useX"
then
diff --git a/editors/jed/HISTORY b/editors/jed/HISTORY
index 088dde1..daa9a5d 100644
--- a/editors/jed/HISTORY
+++ b/editors/jed/HISTORY
@@ -1,3 +1,6 @@
+2010-07-31 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: complete the chain, so we can fail properly
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-SERVER to the one and only xorg-server

diff --git a/gnu/gcc/DETAILS b/gnu/gcc/DETAILS
index a09d724..d3b1807 100755
--- a/gnu/gcc/DETAILS
+++ b/gnu/gcc/DETAILS
@@ -102,6 +102,7 @@ if list_find "$GCC_COMPILER" "go" ; then
SOURCE17_IGNORE=signature
fi
LICENSE[0]=GPL
+ TMPFS=off
WEB_SITE=http://gcc.gnu.org/
KEYWORDS="compiler"
ENTERED=20040420
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 7dd9507..525a3c2 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2011-07-31 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: TMPFS=off for all (1GB is not enough space)
+
2011-07-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.6.1
* DEPENDS, BUILD: removed dependency on cloog/ppl since it makes
diff --git a/utils/syslinux/DEPENDS b/utils/syslinux/DEPENDS
index 57aa62d..059b4b6 100755
--- a/utils/syslinux/DEPENDS
+++ b/utils/syslinux/DEPENDS
@@ -1,4 +1,5 @@
depends perl &&
+depends digest-sha1 &&
depends nasm &&

suggest_depends mtools "" "" "for msdos filesystem support"
diff --git a/utils/syslinux/HISTORY b/utils/syslinux/HISTORY
index 21423dc..64847c4 100644
--- a/utils/syslinux/HISTORY
+++ b/utils/syslinux/HISTORY
@@ -1,3 +1,6 @@
+2011-07-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing dep
+
2011-07-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.04
* PRE_BUILD: pre-remove binary built for x64



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (05eb26c81067171eb3e4dfb2399a51ff6a4e6ccf), Vlad Glagolev, 07/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page