Skip to Content.
Sympa Menu

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

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 (6615ba33926ee523e00dce042d1106cc9e26b09d)
  • Date: Wed, 16 Dec 2009 00:23:39 -0600

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

audio-drivers/alsa-utils/DEPENDS | 1 +
audio-drivers/alsa-utils/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 6615ba33926ee523e00dce042d1106cc9e26b09d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

alsa-utils: Depend on ncurses and specify it as the curses library

Otherwise we somehow get this on new installs:
checking form.h presence... yes
checking for form.h... yes
checking for new_panel in -lpanelw... no
configure: error: panelw library not found

diff --git a/audio-drivers/alsa-utils/DEPENDS
b/audio-drivers/alsa-utils/DEPENDS
index 4adacd5..8176157 100755
--- a/audio-drivers/alsa-utils/DEPENDS
+++ b/audio-drivers/alsa-utils/DEPENDS
@@ -1,5 +1,6 @@
depends coreutils &&
depends alsa-lib &&
+depends ncurses '--with-curses=ncurses' &&

optional_depends xmlto \
"--enable-xmlto" \
diff --git a/audio-drivers/alsa-utils/HISTORY
b/audio-drivers/alsa-utils/HISTORY
index 4a43d68..1f39b39 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,6 @@
+2009-12-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Specify which curses library and depend on ncurses
+
2009-09-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0.21




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (6615ba33926ee523e00dce042d1106cc9e26b09d), Eric Sandall, 12/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page