aboutsummaryrefslogtreecommitdiff
path: root/devel/readline
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-23 12:47:48 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-23 12:47:48 +0000
commit01d8ab37b94e668f0afa09696c7e43ccbefb5740 (patch)
tree0abfa4daa32cd59269c0fda46bc6c8eaafac884e /devel/readline
parente1d59ba940039d13b6936b2ff68f8ac30b4fcc4f (diff)
downloadports-01d8ab37b94e668f0afa09696c7e43ccbefb5740.tar.gz
ports-01d8ab37b94e668f0afa09696c7e43ccbefb5740.zip
Add more vendor-patches
PR: ports/69434 Submitted by: Frank J. Laszlo (maintainer) Noticed by: Andrey (ache@)
Notes
Notes: svn path=/head/; revision=114492
Diffstat (limited to 'devel/readline')
-rw-r--r--devel/readline/Makefile6
-rw-r--r--devel/readline/distinfo10
-rw-r--r--devel/readline/files/patch-aa16
3 files changed, 15 insertions, 17 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
index d355889f4cd8..44a8b4277b07 100644
--- a/devel/readline/Makefile
+++ b/devel/readline/Makefile
@@ -7,10 +7,14 @@
PORTNAME= readline
PORTVERSION= 4.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cwru.edu/pub/bash/
+PATCHFILES= readline43-001 readline43-002 readline43-003 readline43-004 readline43-005
+PATCH_SITES= ${MASTER_SITE_GNU}/${PORTNAME}
+PATCH_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION}-patches
+
MAINTAINER= laszlof@vonostingroup.com
COMMENT= A library for editing command lines as they are typed
diff --git a/devel/readline/distinfo b/devel/readline/distinfo
index 6dfec4a4940f..287149403575 100644
--- a/devel/readline/distinfo
+++ b/devel/readline/distinfo
@@ -1,2 +1,12 @@
MD5 (readline-4.3.tar.gz) = f86f7cb717ab321fe15f1bbcb058c11e
SIZE (readline-4.3.tar.gz) = 961662
+MD5 (readline43-001) = aacf1c41717f305ab5ce45e9d028821d
+SIZE (readline43-001) = 1126
+MD5 (readline43-002) = 8df4bf2c7e77e05c4ecd949b9b5dedf3
+SIZE (readline43-002) = 738
+MD5 (readline43-003) = 946ed64a306afadb981b294747578e95
+SIZE (readline43-003) = 2202
+MD5 (readline43-004) = 392705156b3054eaae2f2a28238592fb
+SIZE (readline43-004) = 3140
+MD5 (readline43-005) = 0e4affc42a7bfc70f0a50529e7901954
+SIZE (readline43-005) = 1056
diff --git a/devel/readline/files/patch-aa b/devel/readline/files/patch-aa
deleted file mode 100644
index e47b8813ff5d..000000000000
--- a/devel/readline/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-*** ../readline-4.3/bind.c Thu Jan 24 11:15:52 2002
---- bind.c Wed Jul 31 09:11:18 2002
-***************
-*** 312,316 ****
- and the function bound to `a' to be executed when the user
- types `abx', leaving `bx' in the input queue. */
-! if (k.function /* && k.type == ISFUNC */)
- {
- map[ANYOTHERKEY] = k;
---- 312,316 ----
- and the function bound to `a' to be executed when the user
- types `abx', leaving `bx' in the input queue. */
-! if (k.function && ((k.type == ISFUNC && k.function != rl_do_lowercase_version) || k.type == ISMACR))
- {
- map[ANYOTHERKEY] = k;
-