From owner-svn-ports-all@freebsd.org Wed Dec 2 21:09:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A5CA3FDB7; Wed, 2 Dec 2015 21:09:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 157F61BF7; Wed, 2 Dec 2015 21:09:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2L9grw022328; Wed, 2 Dec 2015 21:09:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB2L9gHI022326; Wed, 2 Dec 2015 21:09:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201512022109.tB2L9gHI022326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 2 Dec 2015 21:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402853 - in head/audio: festvox-cmu_us_clb_arctic festvox-cmu_us_rms_arctic 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.20 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: Wed, 02 Dec 2015 21:09:43 -0000 Author: pi Date: Wed Dec 2 21:09:41 2015 New Revision: 402853 URL: https://svnweb.freebsd.org/changeset/ports/402853 Log: audio/festvox-cmu_us_{clb|rms}_arctic: remove NODIRS, no longer used PR: 204970 Submitted by: jbeich Modified: head/audio/festvox-cmu_us_clb_arctic/Makefile head/audio/festvox-cmu_us_rms_arctic/Makefile Modified: head/audio/festvox-cmu_us_clb_arctic/Makefile ============================================================================== --- head/audio/festvox-cmu_us_clb_arctic/Makefile Wed Dec 2 20:22:00 2015 (r402852) +++ head/audio/festvox-cmu_us_clb_arctic/Makefile Wed Dec 2 21:09:41 2015 (r402853) @@ -8,17 +8,4 @@ MASTERDIR= ${.CURDIR}/../festvox-cmu_us_ PORTDATA= * -NODIRS= cep dic emu/lab_hlb emu/pm_hlb emu f0 \ - festival/accents festival/coeffs festival/disttabs \ - festival/dur/bin festival/dur/data festival/dur/feats \ - festival/dur/tree \ - festival/f0/data festival/f0/feats festival/f0/tree \ - festival/feats festival/phrbrk \ - festival/relations/IntEvent festival/relations/Phrase \ - festival/relations/Segment festival/relations/Syllable \ - festival/relations/Target festival/relations/Word \ - festival/relations \ - group lar lpc pm_lab pm_unfilled prompt-cep prompt-lab prompt-utt \ - prompt-wav recording scratch/lab scratch/wav scratch versions wrd - .include "${MASTERDIR}/Makefile" Modified: head/audio/festvox-cmu_us_rms_arctic/Makefile ============================================================================== --- head/audio/festvox-cmu_us_rms_arctic/Makefile Wed Dec 2 20:22:00 2015 (r402852) +++ head/audio/festvox-cmu_us_rms_arctic/Makefile Wed Dec 2 21:09:41 2015 (r402853) @@ -6,10 +6,4 @@ COMMENT= CMU US English male voice for f MASTERDIR= ${.CURDIR}/../festvox-cmu_us_slt_arctic -NODIRS= cep dic emu/lab_hlb emu/pm_hlb emu f0 \ - festival/accents festival/coeffs festival/disttabs \ - festival/dur festival/f0 festival/feats festival/phrbrk \ - group lar lpc pm_lab prompt-cep prompt-lab prompt-utt \ - prompt-wav recording scratch/lab scratch/wav scratch versions wrd - .include "${MASTERDIR}/Makefile"