Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (fd9ad3e3035164b6e1490a4a58d9567769d08898)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (fd9ad3e3035164b6e1490a4a58d9567769d08898)
  • Date: Thu, 14 Jun 2012 14:41:21 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

graphics/feh/DEPENDS | 1 +
graphics/feh/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit fd9ad3e3035164b6e1490a4a58d9567769d08898
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Spell Update: feh - Dependency Added

A missing dependency on 'curl' caused feh to fail casting due to
a fatal error caused by the lack of the dependency.

Installing the missing dependency resolved the problem of the fatal
error. Feh DEPENDS file has been updated accordingly to include
this dependency going forward.

diff --git a/graphics/feh/DEPENDS b/graphics/feh/DEPENDS
index 765f125..ebc8323 100755
--- a/graphics/feh/DEPENDS
+++ b/graphics/feh/DEPENDS
@@ -1,3 +1,4 @@
+depends curl &&
depends libxinerama &&
depends giblib &&
depends JPEG &&
diff --git a/graphics/feh/HISTORY b/graphics/feh/HISTORY
index d1140f7..281747b 100644
--- a/graphics/feh/HISTORY
+++ b/graphics/feh/HISTORY
@@ -1,3 +1,6 @@
+2012-06-14 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: changed blabla
+
2012-03-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.5





Archive powered by MHonArc 2.6.24.

Top of Page