ports/88300: [UPDATE]: devel/rlwrap: Update to version 0.24

Frank Laszlo laszlof at vonostingroup.com
Mon Oct 31 22:00:39 UTC 2005


>Number:         88300
>Category:       ports
>Synopsis:       [UPDATE]: devel/rlwrap: Update to version 0.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 31 22:00:37 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch will update devel/rlwrap to version 0.24. This version contains the 
	following features and bugfixes:

	- rlwrap -r would mess up commands output (strtok() strikes again!)         
	- -i option added to make completion case-insensitive    
	- -m option added in order to handle multi-line input 
	- rlwrap now writes to underlying command using non-blocking writes 
		and select(). This prevents deadlocks which could occur with very large inputs.
	- corrected some manpage clumsiness 


>How-To-Repeat:
	
>Fix:

	



--- rlwrap-0.24.diff begins here ---
diff -NrU3 rlwrap.orig/Makefile rlwrap/Makefile
--- rlwrap.orig/Makefile	Mon Oct 31 15:59:48 2005
+++ rlwrap/Makefile	Mon Oct 31 15:59:58 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	rlwrap
-PORTVERSION=	0.23
+PORTVERSION=	0.24
 CATEGORIES=	devel
 MASTER_SITES=	http://utopia.knoware.nl/~hlub/uck/rlwrap/
 
diff -NrU3 rlwrap.orig/distinfo rlwrap/distinfo
--- rlwrap.orig/distinfo	Mon Oct 31 15:59:48 2005
+++ rlwrap/distinfo	Mon Oct 31 16:00:05 2005
@@ -1,2 +1,2 @@
-MD5 (rlwrap-0.23.tar.gz) = 8bdca18204f241abf6e2de964ea4ebc7
-SIZE (rlwrap-0.23.tar.gz) = 142712
+MD5 (rlwrap-0.24.tar.gz) = 6622603f949e7948a24fd55f2af09323
+SIZE (rlwrap-0.24.tar.gz) = 150698
diff -NrU3 rlwrap.orig/files/patch-src::ptytty.c rlwrap/files/patch-src::ptytty.c
--- rlwrap.orig/files/patch-src::ptytty.c	Mon Oct 31 15:59:48 2005
+++ rlwrap/files/patch-src::ptytty.c	Mon Oct 31 16:02:33 2005
@@ -1,11 +1,11 @@
---- src/ptytty.c.orig	Thu Jan 22 18:16:16 2004
-+++ src/ptytty.c	Mon Feb  2 15:12:59 2004
+--- src/ptytty.c.orig	Mon Oct 31 16:01:11 2005
++++ src/ptytty.c	Mon Oct 31 16:01:57 2005
 @@ -41,7 +41,7 @@
  #ifdef HAVE_SYS_IOCTL_H
  # include <sys/ioctl.h>
  #endif
 -#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__)
 +#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__) && !defined(__FreeBSD__)
- # include <sys/stropts.h>      /* for I_PUSH */
+ # include <sys/stropts.h>	/* for I_PUSH */
  #endif
  
--- rlwrap-0.24.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list