From tkato432@yahoo.com  Tue Sep 25 18:02:17 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 81BDB1065676
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:02:14 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169])
	by mx1.freebsd.org (Postfix) with ESMTP id 51D6C8FC08
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:02:14 +0000 (UTC)
Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id 9977523C031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 26 Sep 2012 03:02:12 +0900 (JST)
Message-Id: <20120926022118.72b19082b7d7fbc40e1346b3@yahoo.com>
Date: Wed, 26 Sep 2012 02:21:18 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: databases/grass: Support USE_READLINE

>Number:         171974
>Category:       ports
>Synopsis:       databases/grass: 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:14 UTC 2012
>Closed-Date:    Fri Dec 14 09:37:17 UTC 2012
>Last-Modified:  Fri Dec 14 09:37:17 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/databases/grass/Makefile databases/grass/Makefile
--- /usr/ports/databases/grass/Makefile	2012-08-05 07:52:02.000000000 +0900
+++ databases/grass/Makefile	2012-09-25 03:18:13.000000000 +0900
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	grass
-# Date created:		15 January 2000
-# Whom:			reg
-#
+# Created by: reg
 # $FreeBSD: ports/databases/grass/Makefile,v 1.79 2012/08/04 22:52:02 kwm Exp $
-#
 
 PORTNAME=	grass
 PORTVERSION=	6.4.2
@@ -26,20 +22,19 @@
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
-LIB_DEPENDS=	gdal.17:${PORTSDIR}/graphics/gdal \
-		jpeg.11:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS=	gdal:${PORTSDIR}/graphics/gdal \
+		jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png \
-		proj.7:${PORTSDIR}/graphics/proj \
-		tiff.4:${PORTSDIR}/graphics/tiff \
-		fftw3.6:${PORTSDIR}/math/fftw3 \
-		freetype.9:${PORTSDIR}/print/freetype2
+		proj:${PORTSDIR}/graphics/proj \
+		tiff:${PORTSDIR}/graphics/tiff \
+		fftw3:${PORTSDIR}/math/fftw3 \
+		freetype:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-BROKEN=		does not build
-
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_GETTEXT=	yes
+USE_READLINE=	yes
 USE_PERL5=	yes
 USE_XORG=	sm ice xi x11 xt xmu xext
 USE_GL=		glut
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 25 18:12:04 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

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

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

http://www.freebsd.org/cgi/query-pr.cgi?pr=171974 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Fri Dec 14 09:37:16 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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