Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:20:19 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171959: audio/ecasound: Support USE_READLINE
Message-ID:  <20120926022019.f36c663c00203ea91217ce4e@yahoo.com>
Resent-Message-ID: <201209251810.q8PIA97Q016888@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171959
>Category:       ports
>Synopsis:       audio/ecasound: 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:09 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/audio/ecasound/Makefile audio/ecasound/Makefile
--- /usr/ports/audio/ecasound/Makefile	2012-06-18 05:07:46.000000000 +0900
+++ audio/ecasound/Makefile	2012-09-25 03:15:51.000000000 +0900
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ecasound
-# Date created:		22 dec 2000
-# Whom:			The Anarcat <anarcat@anarcat.dyndns.org>
-#
+# Created by: The Anarcat <anarcat@anarcat.dyndns.org>
 # $FreeBSD: ports/audio/ecasound/Makefile,v 1.47 2012/06/17 20:07:46 sylvio Exp $
-#
 
 PORTNAME=	ecasound
 PORTVERSION=	2.9.0
@@ -26,6 +22,7 @@
 LO_DESC=	Enable liblo support
 OIL_DESC=	Enable liboil support
 
+USE_READLINE=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--disable-liblilv \
@@ -44,10 +41,6 @@
 
 .include <bsd.port.options.mk>
 
-.if exists(${LOCALBASE}/lib/libreadline.so)
-LIB_DEPENDS+=	readline:${PORTSDIR}/devel/readline
-.endif
-
 .if ${PORT_OPTIONS:MALSA}
 LIB_DEPENDS+=	asound:${PORTSDIR}/audio/alsa-lib
 .else
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120926022019.f36c663c00203ea91217ce4e>