Browse Source

readline: Updated (5.2-12 -> 6.0-4)

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
f474e4b8c9
  1. 12
      base/readline/install-no_rm.patch
  2. 5
      base/readline/readline.conf
  3. 22
      base/readline/readline.desc

12
base/readline/install-no_rm.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../readline/install-no_rm.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,12 +14,12 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.in.orig 2006-11-20 15:37:22.000000000 -0300
+++ ./Makefile.in 2006-11-20 15:38:06.000000000 -0300
@@ -220,10 +220,8 @@
install: $(INSTALL_TARGETS)
--- ./Makefile.in.orig 2009-01-06 14:03:14.000000000 -0300
+++ ./Makefile.in 2009-07-29 16:42:13.000000000 -0400
@@ -222,10 +222,8 @@
maybe-uninstall-headers: uninstall-headers
install-static: installdirs $(STATIC_LIBS) install-headers install-doc
install-static: installdirs $(STATIC_LIBS) install-headers install-doc install-examples
- -$(MV) $(DESTDIR)$(libdir)/libreadline.a $(DESTDIR)$(libdir)/libreadline.old
$(INSTALL_DATA) libreadline.a $(DESTDIR)$(libdir)/libreadline.a
-test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libreadline.a

5
base/readline/readline.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../readline/readline.conf
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -18,9 +19,9 @@ var_remove confopt " " "--disable-static"
hook_add postmake 5 "cp -rv examples/ $root/$docdir"
pkg_readline_preconf() {
for x in `match_source_file -p "readline${ver:0:1}${ver:2:1}-.*"` ; do
for x in $(match_source_file -p patch) ; do
echo "Applying patch ${x##*/} ..."
patch -p0 < $x
patch -p0 < "$x"
done
}

22
base/readline/readline.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../readline/readline.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -32,19 +32,11 @@
[L] GPL
[S] Stable
[V] 5.2-12
[V] 6.0-4
[P] X -1---5---9 104.100
[D] 3127122673 readline-5.2.tar.gz ftp://ftp.gnu.org/pub/gnu/readline/
[D] 2534286588 readline52-001 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 3023877706 readline52-002 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 902857732 readline52-003 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 3805360096 readline52-004 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 2875870238 readline52-005 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 338611253 readline52-006 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 2460131839 readline52-007 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 2041019094 readline52-008 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 3104216589 readline52-009 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 1856829541 readline52-010 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 3038130475 readline52-011 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 3102084237 readline52-012 ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/
[D] 2988691937 readline-6.0.tar.gz http://ftp.gnu.org/pub/gnu/readline/
[D] 3006509136 readline60-001.patch !http://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-001
[D] 778706189 readline60-002.patch !http://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-002
[D] 2129664357 readline60-003.patch !http://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-003
[D] 3379268438 readline60-004.patch !http://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-004

Loading…
Cancel
Save