Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (9a560d458bac8adb6f9ea069ebc7fda9f691edd5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (9a560d458bac8adb6f9ea069ebc7fda9f691edd5)
  • Date: Sat, 24 Mar 2007 14:22:49 -0500

GIT changes to master grimoire by Jeremy Blosser <jblosser-smgl AT firinn.org>:

crypto/cyrus-sasl/DEPENDS | 1 +
crypto/cyrus-sasl/HISTORY | 3 +++
graphics-libs/libsvg/DEPENDS | 3 ++-
graphics-libs/libsvg/HISTORY | 3 +++
shell-term-fm/tcsh/HISTORY | 3 +++
shell-term-fm/tcsh/POST_REMOVE | 2 ++
6 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 9a560d458bac8adb6f9ea069ebc7fda9f691edd5
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

libsvg: fix bug 11053

commit 5b1390ae75ca7d7c8a3e5825943daa055eb8f7bb
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

tcsh: fix #10995

commit 7efeec98a02343f692a78cf444dbd0a3e073e086
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

cyrus-sasl: fix bug #8735

diff --git a/crypto/cyrus-sasl/DEPENDS b/crypto/cyrus-sasl/DEPENDS
index b2cac63..84c667b 100755
--- a/crypto/cyrus-sasl/DEPENDS
+++ b/crypto/cyrus-sasl/DEPENDS
@@ -1,6 +1,7 @@
depends automake &&
depends autoconf &&
depends libmcrypt &&
+depends groff &&

optional_depends openssl '--with-openssl=/bin' '--without-openssl' 'for
OpenSSL' &&

diff --git a/crypto/cyrus-sasl/HISTORY b/crypto/cyrus-sasl/HISTORY
index 93290fc..0bab5f8 100644
--- a/crypto/cyrus-sasl/HISTORY
+++ b/crypto/cyrus-sasl/HISTORY
@@ -1,3 +1,6 @@
+2007-03-24 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * DEPENDS: Add groff, fix bug 8735.
+
2006-08-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.1.22, removed BUILD_API and UPDATED, new WEB_SITE
* PRE_BUILD, cyrus-sasl-2.1.21-openssl-098.patch: removed
diff --git a/graphics-libs/libsvg/DEPENDS b/graphics-libs/libsvg/DEPENDS
index 66288e2..a880bbe 100755
--- a/graphics-libs/libsvg/DEPENDS
+++ b/graphics-libs/libsvg/DEPENDS
@@ -1,3 +1,4 @@
depends pkgconfig &&
depends libxml2 &&
-depends jpeg
+depends jpeg &&
+depends libpng
diff --git a/graphics-libs/libsvg/HISTORY b/graphics-libs/libsvg/HISTORY
index ec1e1dc..adcc6f5 100644
--- a/graphics-libs/libsvg/HISTORY
+++ b/graphics-libs/libsvg/HISTORY
@@ -1,3 +1,6 @@
+2007-03-24 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * DEPENDS: Add libpng, bug 11053.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/shell-term-fm/tcsh/HISTORY b/shell-term-fm/tcsh/HISTORY
index d3e915b..f32154f 100644
--- a/shell-term-fm/tcsh/HISTORY
+++ b/shell-term-fm/tcsh/HISTORY
@@ -1,3 +1,6 @@
+2007-03-24 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * POST_REMOVE: Added, fix bug 10995.
+
2006-06-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/shell-term-fm/tcsh/POST_REMOVE b/shell-term-fm/tcsh/POST_REMOVE
new file mode 100755
index 0000000..3373532
--- /dev/null
+++ b/shell-term-fm/tcsh/POST_REMOVE
@@ -0,0 +1,2 @@
+. $GRIMOIRE/FUNCTIONS
+remove_shell $SPELL /bin/$SPELL



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (9a560d458bac8adb6f9ea069ebc7fda9f691edd5), Jeremy Blosser, 03/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page