From tkato432@yahoo.com  Tue Sep 25 18:04:48 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 84E59106566B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:04:44 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 53D538FC1A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:04:44 +0000 (UTC)
Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id A6B7734034
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 26 Sep 2012 03:04:42 +0900 (JST)
Message-Id: <20120926022255.6af213195ed6a00916848956@yahoo.com>
Date: Wed, 26 Sep 2012 02:22:55 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: ftp/quftp: Support USE_READLINE

>Number:         172000
>Category:       ports
>Synopsis:       ftp/quftp: Support USE_READLINE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:10:23 UTC 2012
>Closed-Date:    Fri Dec 14 02:36:21 UTC 2012
>Last-Modified:  Fri Dec 14 02:36:21 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Support USE_READLINE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/ftp/quftp/Makefile ftp/quftp/Makefile
--- /usr/ports/ftp/quftp/Makefile	2011-09-24 07:22:31.000000000 +0900
+++ ftp/quftp/Makefile	2012-09-25 03:32:05.000000000 +0900
@@ -1,29 +1,33 @@
-# New ports collection makefile for:	quftp
-# Date created:				10 December 2003
-# Whom:					Frank Laszlo <laszlof@vonostingroup.com>
-#
+# Created by: Frank Laszlo <laszlof@vonostingroup.com>
 # $FreeBSD: ports/ftp/quftp/Makefile,v 1.14 2011/09/23 22:22:31 amdmi3 Exp $
-#
 
 PORTNAME=	quftp
 PORTVERSION=	1.0.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ftp
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A scriptable FTP client
 
-LIB_DEPENDS=	readline.6:${PORTSDIR}/devel/readline
+LICENSE=	GPLv2
 
+USE_NCURSES=	yes
+USE_READLINE=	yes
 GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
-CFLAGS+=	${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+=	${PTHREAD_CFLAGS}
+LDFLAGS+=	${PTHREAD_LIBS}
 
 MAN1=		quftp.1
 PLIST_FILES=	bin/quftp
 
-pre-configure:
-	@${REINPLACE_CMD} -e 's|-O6|-O2|g' ${WRKSRC}/Makefile.in
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|^CFLAGS|#CFLAGS|' ${WRKSRC}/Makefile.in
+
+post-install:
+	@${STRIP_CMD} ${PREFIX}/bin/quftp
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 25 18:14:34 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172000 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Mon Oct 29 09:45:55 UTC 2012 
Responsible-Changed-Why:  
Reassign to the heap miwi being overloaded for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172000 
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Tue Dec 11 12:56:54 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172000 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Fri Dec 14 02:36:20 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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