diff options
author | vs <vs@FreeBSD.org> | 2004-07-23 20:47:48 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-23 20:47:48 +0800 |
commit | a6730e63feae7bc412748c46c7d9fffb901105c9 (patch) | |
tree | 20ee5119d7f872d141e07d0c88384acb0739756d | |
parent | 9816e7c9e60678c052a8d42b6bf8bbfe6cf3c14b (diff) | |
download | freebsd-ports-gnome-a6730e63feae7bc412748c46c7d9fffb901105c9.tar.gz freebsd-ports-gnome-a6730e63feae7bc412748c46c7d9fffb901105c9.tar.zst freebsd-ports-gnome-a6730e63feae7bc412748c46c7d9fffb901105c9.zip |
Add more vendor-patches
PR: ports/69434
Submitted by: Frank J. Laszlo (maintainer)
Noticed by: Andrey (ache@)
-rw-r--r-- | devel/readline/Makefile | 6 | ||||
-rw-r--r-- | devel/readline/distinfo | 10 | ||||
-rw-r--r-- | devel/readline/files/patch-aa | 16 |
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; - |