Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (58c803a97363065279f85b0d960f88bb94f7df59)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (58c803a97363065279f85b0d960f88bb94f7df59)
  • Date: Wed, 14 Dec 2011 22:45:39 -0600

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

chat-im/pidgin/DEPENDS | 7 +------
chat-im/pidgin/HISTORY | 3 +++
2 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit 58c803a97363065279f85b0d960f88bb94f7df59
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

chat-im/pidgin: non-optional depends on intltool

CVS support was removed from the spell quite some time ago in DETAILS,
but hadn't been removed from DEPENDS. I removed the CVS if block.

Meanwhile, current pidgin depends on intltool, which was lacking as a
dependency (it was previously inside the CVS if block). Adding intltool
as a regular dependency enables the spell to build correctly.

diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index 9f23f47..7f60e21 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -1,11 +1,6 @@
depends libxml2 &&
depends xml-parser-expat &&
-
-if [ "$PIDGIN_CVS" == "y" ]
-then
- depends subversion &&
- depends intltool
-fi &&
+depends intltool &&

optional_depends silc-toolkit \
"" \
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 28c0abc..4cb4764 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2011-12-15 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: remove CVS if block, add intltool
+
2011-12-10 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 2.10.1,
SECURITY_PATCH=12, CVE-2011-3594 & CVE-2011-4601



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (58c803a97363065279f85b0d960f88bb94f7df59), Justin Boffemmyer, 12/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page