Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (a8603f863ce638adde0ab3a7e24593c07140b39d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (a8603f863ce638adde0ab3a7e24593c07140b39d)
  • Date: Mon, 2 Nov 2009 14:43:19 -0600

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

dev/null |binary
wm-addons/ratpoison/BUILD | 2 ++
wm-addons/ratpoison/DETAILS | 4 ++--
wm-addons/ratpoison/HISTORY | 5 +++++
wm-addons/ratpoison/PRE_BUILD | 3 +++
wm-addons/ratpoison/ratpoison-1.4.3.tar.gz.sig | 0
wm-addons/ratpoison/ratpoison-1.4.4-glibc210.patch | 14 ++++++++++++++
7 files changed, 26 insertions(+), 2 deletions(-)

New commits:
commit a8603f863ce638adde0ab3a7e24593c07140b39d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

ratpoison: => 1.4.5 & patch to compile

diff --git a/wm-addons/ratpoison/BUILD b/wm-addons/ratpoison/BUILD
new file mode 100755
index 0000000..2eea010
--- /dev/null
+++ b/wm-addons/ratpoison/BUILD
@@ -0,0 +1,2 @@
+autoreconf &&
+default_build
diff --git a/wm-addons/ratpoison/DETAILS b/wm-addons/ratpoison/DETAILS
index 9d2ee61..ce9a30f 100755
--- a/wm-addons/ratpoison/DETAILS
+++ b/wm-addons/ratpoison/DETAILS
@@ -1,9 +1,9 @@
SPELL=ratpoison
- VERSION=1.4.3
+ VERSION=1.4.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://savannah.nongnu.org/download/${SPELL}/${SOURCE}
- SOURCE_GPG=gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME
+
SOURCE_HASH=sha512:63a5f326450f3cfa56d5b9b5d4e9f3aaf9328aa61c9645b5c016b22d69868d613e688376587282aa3faa8c3c0ff203492d5b28c35d4aa068545e33ec3e42f216
WEB_SITE=http://www.nongnu.org/ratpoison/
ENTERED=20020806
LICENSE[0]=GPL
diff --git a/wm-addons/ratpoison/HISTORY b/wm-addons/ratpoison/HISTORY
index e989d8f..1984039 100644
--- a/wm-addons/ratpoison/HISTORY
+++ b/wm-addons/ratpoison/HISTORY
@@ -1,3 +1,8 @@
+2009-11-02 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: added, run autoreconf
+ * PRE_BUILD: added apply patch to compile with glibc 2.10
+ * DETAILS: updated spell to 1.4.5 #15470
+
2008-11-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 1.4.3 #14815

diff --git a/wm-addons/ratpoison/PRE_BUILD b/wm-addons/ratpoison/PRE_BUILD
new file mode 100755
index 0000000..0553be7
--- /dev/null
+++ b/wm-addons/ratpoison/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -Np1 < "$SCRIPT_DIRECTORY/ratpoison-1.4.4-glibc210.patch"
diff --git a/wm-addons/ratpoison/ratpoison-1.4.3.tar.gz.sig
b/wm-addons/ratpoison/ratpoison-1.4.3.tar.gz.sig
deleted file mode 100644
index 4f3c460..0000000
Binary files a/wm-addons/ratpoison/ratpoison-1.4.3.tar.gz.sig and /dev/null
differ
diff --git a/wm-addons/ratpoison/ratpoison-1.4.4-glibc210.patch
b/wm-addons/ratpoison/ratpoison-1.4.4-glibc210.patch
new file mode 100644
index 0000000..1747d4b
--- /dev/null
+++ b/wm-addons/ratpoison/ratpoison-1.4.4-glibc210.patch
@@ -0,0 +1,14 @@
+--- ratpoison-1.4.4.original/configure.in 2009-06-21 18:29:08.000000000
+0000
++++ ratpoison-1.4.4/configure.in 2009-06-21 18:30:54.000000000 +0000
+@@ -144,10 +144,10 @@
+ AC_CHECK_HEADERS(unistd.h stdarg.h)
+
+ dnl Checks for typedefs, structures, and compiler characteristics.
+
+ dnl Checks for library functions.
+-AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf
usleep)
++AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf
usleep getline)
+
+ AC_TYPE_SIGNAL
+
+ AC_OUTPUT(Makefile doc/Makefile src/Makefile contrib/Makefile)



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (a8603f863ce638adde0ab3a7e24593c07140b39d), Bor Kraljič, 11/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page