Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ae711a43da75f2487ee75772323f8bc41f31ecd4)
  • Date: Tue, 21 Nov 2006 23:47:44 -0600

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

audio-players/timidity/DEPENDS | 2 +-
audio-players/timidity/HISTORY | 3 +++
utils/pciutils/FINAL | 2 +-
utils/pciutils/HISTORY | 4 ++++
4 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit ae711a43da75f2487ee75772323f8bc41f31ecd4
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Fix pciutils to not fail without network and auto-update of pci.ids set
to 'y'

commit 7dda7ee1fab8573cd994e0384f11b9765a7123ac
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

timidity now uses gtk+2

diff --git a/audio-players/timidity/DEPENDS b/audio-players/timidity/DEPENDS
index e86cd9d..1f64e1b 100755
--- a/audio-players/timidity/DEPENDS
+++ b/audio-players/timidity/DEPENDS
@@ -12,6 +12,6 @@ optional_depends "libvorbis" "--audio-vo
optional_depends "ncurses" "--enable-ncurses=dynamic" "--disable-ncurses"
"for ncurses interface" &&
optional_depends "MOTIF" "--enable-motif=dynamic" "--disable-motif" "for
motif interface" &&
optional_depends "emacs" "--enable-emacs=dynamic" "--disable-emacs" "for
emacs interface" &&
-optional_depends "gtk+" "--enable-gtk=dynamic" "--disable-gtk" "for gtk
interface" &&
+optional_depends "gtk+2" "--enable-gtk=dynamic" "--disable-gtk" "for gtk
interface" &&
optional_depends "tk" "--enable-tcltk=dynamic" "--disable-tcltk" "for
tcltk interface" &&
optional_depends "X11-LIBS" "--enable-xaw=dynamic" "--without-x" "for X
interface"
diff --git a/audio-players/timidity/HISTORY b/audio-players/timidity/HISTORY
index 7c9e962..52ffe79 100644
--- a/audio-players/timidity/HISTORY
+++ b/audio-players/timidity/HISTORY
@@ -1,3 +1,6 @@
+2006-11-20 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Uses gtk+2 now (might still work with gtk+, untested)
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/utils/pciutils/FINAL b/utils/pciutils/FINAL
index e3c6f24..debff32 100755
--- a/utils/pciutils/FINAL
+++ b/utils/pciutils/FINAL
@@ -1,4 +1,4 @@
if [ $PCIUTILS_UPDATE == "y" ]; then
message "${MESSAGE_COLOR}Downloading the current snapshot of
pci.ids...${DEFAULT_COLOR}" &&
- /usr/sbin/update-pciids
+ /usr/sbin/update-pciids || true
fi
diff --git a/utils/pciutils/HISTORY b/utils/pciutils/HISTORY
index 9ab2140..e31c0ab 100644
--- a/utils/pciutils/HISTORY
+++ b/utils/pciutils/HISTORY
@@ -1,3 +1,7 @@
+2006-11-20 Eric Sandall <eric AT sandall.us>
+ * FINAL: Don't fail if download fails (e.g. `sorcery rebuild` without
+ Internet access)
+
2006-09-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.2.4
* BUILD, pciutils-devicetype.patch: removed patch



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ae711a43da75f2487ee75772323f8bc41f31ecd4), Eric Sandall, 11/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page