Date: Wed, 26 Sep 2012 02:21:18 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/171974: databases/grass: Support USE_READLINE Message-ID: <20120926022118.72b19082b7d7fbc40e1346b3@yahoo.com> Resent-Message-ID: <201209251810.q8PIAEqx018038@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171974 >Category: ports >Synopsis: databases/grass: Support USE_READLINE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 25 18:10:14 UTC 2012 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120926022118.72b19082b7d7fbc40e1346b3>