Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 08:18:24 -0500
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        Volker Stolz <vs@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/69434: Added vendor patches to readline port
Message-ID:  <41011020.9080907@vonostingroup.com>
In-Reply-To: <200407230953.i6N9ripW079926@freefall.freebsd.org>
References:  <200407230953.i6N9ripW079926@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000405050903010801000903
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

No Problem. That method is rather new to me, I did however take your 
advise and add PATCHFILES and PATCH_SITES to the Makefile, much cleaner 
now. Thanks.

--------------000405050903010801000903
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:18:00 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}
+SUBDIR=         ${PORTNAME}
 
 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;
-

--------------000405050903010801000903--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41011020.9080907>