Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (1a6647d07161a6dde148aa3bc17a701e49368e83)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (1a6647d07161a6dde148aa3bc17a701e49368e83)
  • Date: Mon, 17 Aug 2009 11:15:02 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

chat-im/ayttm/DEPENDS | 3 +++
chat-im/ayttm/HISTORY | 6 ++++++
chat-im/ayttm/PRE_BUILD | 8 +++-----
chat-im/ayttm/fixinstall.diff | 11 -----------
4 files changed, 12 insertions(+), 16 deletions(-)

New commits:
commit 1a6647d07161a6dde148aa3bc17a701e49368e83
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ayttm: Cleanups for cvs version.

diff --git a/chat-im/ayttm/DEPENDS b/chat-im/ayttm/DEPENDS
index 51be37e..e72b665 100755
--- a/chat-im/ayttm/DEPENDS
+++ b/chat-im/ayttm/DEPENDS
@@ -3,6 +3,9 @@ depends autoconf &&
depends audiofile &&
depends gtk+2 &&
depends glib2 &&
+if [[ "$CVS" == "y" ]]; then
+ depends cvs
+fi &&
optional_depends arts \
"--enable-arts" \
"--disable-arts" \
diff --git a/chat-im/ayttm/HISTORY b/chat-im/ayttm/HISTORY
index 566a57f..dad6b37 100644
--- a/chat-im/ayttm/HISTORY
+++ b/chat-im/ayttm/HISTORY
@@ -1,3 +1,9 @@
+2009-08-17 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added depends cvs for cvs version
+ * PRE_BUILD: Removed cvs only patch.
+ Apply libproxy patch after .gen for cvs version
+ * fixinstall.diff: Removed not-working patch
+
2009-08-05 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.5.0-111. Fixed order of if-then
* BUILD: Removed. Not needed
diff --git a/chat-im/ayttm/PRE_BUILD b/chat-im/ayttm/PRE_BUILD
index 36299b9..b8eaefc 100755
--- a/chat-im/ayttm/PRE_BUILD
+++ b/chat-im/ayttm/PRE_BUILD
@@ -2,10 +2,8 @@ default_pre_build &&

cd $SOURCE_DIRECTORY &&

-patch -p0 < $SCRIPT_DIRECTORY/ayttm-libproxy.patch &&
-
if [ "$CVS" == "y" ]; then
- CD $SOURCE_DIRECTORY &&
- patch -p0 < $SCRIPT_DIRECTORY/fixinstall.diff &&
./gen
-fi
+fi &&
+
+patch -p0 < $SCRIPT_DIRECTORY/ayttm-libproxy.patch
diff --git a/chat-im/ayttm/fixinstall.diff b/chat-im/ayttm/fixinstall.diff
deleted file mode 100644
index 6d7a299..0000000
--- a/chat-im/ayttm/fixinstall.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in.orig 2004-01-22 11:03:07.986163072 +0000
-+++ po/Makefile.in.in 2004-01-22 11:04:42.492795880 +0000
-@@ -27,7 +27,7 @@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- MKINSTALLDIRS = @MKINSTALLDIRS@
--mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo
"$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
-+mkinstalldirs = mkdir -p --
-
- GMSGFMT = @GMSGFMT@
- MSGFMT = @MSGFMT@



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (1a6647d07161a6dde148aa3bc17a701e49368e83), George Sherwood, 08/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page