From owner-svn-ports-all@FreeBSD.ORG Thu Dec 13 04:30:19 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0F9D4CC; Thu, 13 Dec 2012 04:30:19 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B53B88FC0A; Thu, 13 Dec 2012 04:30:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBD4UJNg040153; Thu, 13 Dec 2012 04:30:19 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBD4UJRm040152; Thu, 13 Dec 2012 04:30:19 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201212130430.qBD4UJRm040152@svn.freebsd.org> From: Marcelo Araujo Date: Thu, 13 Dec 2012 04:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308815 - head/audio/ecasound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 04:30:19 -0000 Author: araujo Date: Thu Dec 13 04:30:19 2012 New Revision: 308815 URL: http://svnweb.freebsd.org/changeset/ports/308815 Log: - Support USE_READLINE. - Trim header. PR: ports/171959 Submitted by: KATO Tsuguru Modified: head/audio/ecasound/Makefile Modified: head/audio/ecasound/Makefile ============================================================================== --- head/audio/ecasound/Makefile Thu Dec 13 04:28:24 2012 (r308814) +++ head/audio/ecasound/Makefile Thu Dec 13 04:30:19 2012 (r308815) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ecasound -# Date created: 22 dec 2000 -# Whom: The Anarcat -# +# Created by: The Anarcat # $FreeBSD$ -# PORTNAME= ecasound PORTVERSION= 2.9.0 @@ -26,6 +22,7 @@ AUDIOFILE_DESC= Enable libaudiofile supp 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 @@ MAN5= ecasoundrc.5 .include -.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