From laszlof@ritamari.vonostingroup.com  Mon Oct 31 22:00:07 2005
Return-Path: <laszlof@ritamari.vonostingroup.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 61ABD16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Oct 2005 22:00:07 +0000 (GMT)
	(envelope-from laszlof@ritamari.vonostingroup.com)
Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 06D6043D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Oct 2005 22:00:07 +0000 (GMT)
	(envelope-from laszlof@ritamari.vonostingroup.com)
Received: from laszlof by ritamari.vonostingroup.com with local (Exim 4.54 (FreeBSD))
	id 1EWhhG-000M3g-FB
	for FreeBSD-gnats-submit@freebsd.org; Mon, 31 Oct 2005 17:00:06 -0500
Message-Id: <E1EWhhG-000M3g-FB@ritamari.vonostingroup.com>
Date: Mon, 31 Oct 2005 17:00:06 -0500
From: Frank Laszlo <laszlof@vonostingroup.com>
Reply-To: Frank Laszlo <laszlof@vonostingroup.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE]: devel/rlwrap: Update to version 0.24
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 31 22:00:37 GMT 2005
>Closed-Date:    Tue Nov 01 10:03:31 GMT 2005
>Last-Modified:  Tue Nov 01 10:03:31 GMT 2005
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Tue Nov 1 10:03:30 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88300 
>Unformatted:
