From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 12:25:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA12916A4CE for ; Fri, 23 Jul 2004 12:25:07 +0000 (GMT) Received: from mail.vonostingroup.com (ip209-154.digitalrealm.net [216.144.209.154]) by mx1.FreeBSD.org (Postfix) with SMTP id 416BD43D41 for ; Fri, 23 Jul 2004 12:25:07 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: (qmail 17113 invoked by uid 0); 23 Jul 2004 12:25:11 -0000 Received: from laszlof@vonostingroup.com by ritamari.vonostingroup.com by uid 89 with qmail-scanner-1.20 (clamuko: 0.65. spamassassin: 2.63. Clear:RC:1(192.168.1.100):. Processed in 1.296098 secs); 23 Jul 2004 12:25:11 -0000 Received: from unknown (HELO vonostingroup.com) (laszlof@vonostingroup.com@192.168.1.100) by 192.168.1.5 with SMTP; 23 Jul 2004 12:25:10 -0000 Message-ID: <41011192.7010702@vonostingroup.com> Date: Fri, 23 Jul 2004 08:24:34 -0500 From: Frank Laszlo User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Volker Stolz References: <200407230953.i6N9ripW079926@freefall.freebsd.org> In-Reply-To: <200407230953.i6N9ripW079926@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------020102070702080601070308" cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/69434: Added vendor patches to readline port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 12:25:08 -0000 This is a multi-part message in MIME format. --------------020102070702080601070308 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I should really pay attention before I send a patch, Heres the right one. -Frank Laszlo --------------020102070702080601070308 Content-Type: text/plain; name="readline.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="readline.patch" diff -rNU3 readline.old/Makefile readline/Makefile --- readline.old/Makefile Thu Jul 22 03:17:14 2004 +++ readline/Makefile Fri Jul 23 08:23:18 2004 @@ -7,9 +7,13 @@ 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 -rNU3 readline.old/distinfo readline/distinfo --- readline.old/distinfo Thu Mar 18 13:00:19 2004 +++ readline/distinfo Fri Jul 23 08:03:59 2004 @@ -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 -rNU3 readline.old/files/patch-aa readline/files/patch-aa --- readline.old/files/patch-aa Thu Jul 22 03:17:14 2004 +++ readline/files/patch-aa Wed Dec 31 19:00:00 1969 @@ -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; - --------------020102070702080601070308--