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

Eric Sandall scm at mail.sourcemage.org
Wed Nov 22 00:47:44 EST 2006


GIT changes to master grimoire by Eric Sandall <sandalle at 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 at moby.(none)>
Commit: Eric Sandall <sandalle at moby.(none)>

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

commit 7dda7ee1fab8573cd994e0384f11b9765a7123ac
Author: Eric Sandall <sandalle at moby.(none)>
Commit: Eric Sandall <sandalle at 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



More information about the SM-Commit mailing list