From owner-cvs-all@FreeBSD.ORG Thu Apr 6 07:31:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2AAC16A401; Thu, 6 Apr 2006 07:31:28 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9417943D45; Thu, 6 Apr 2006 07:31:28 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k367VS3r014399; Thu, 6 Apr 2006 07:31:28 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k367VS83014390; Thu, 6 Apr 2006 07:31:28 GMT (envelope-from mi) Message-Id: <200604060731.k367VS83014390@repoman.freebsd.org> From: Mikhail Teterin Date: Thu, 6 Apr 2006 07:31:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/festival Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 07:31:28 -0000 mi 2006-04-06 07:31:27 UTC FreeBSD ports repository Modified files: audio/festival Makefile distinfo pkg-plist Log: Unbreak on !i386 systems (test on beast and on my amd64). Do not lib-depend on NAS and ESD -- these are optional dependencies and are not used by default even if present. Once I figure out, how to turn them on, I'll add them as OPTIONS. Use REINPLACE to improve the CC/CXX/CFLAGS/CXXFLAGS compliance. Stop installing the audsp executable into two places. Adjust pkg-plist to stop complaining about unempty directories populated by festlex and festvox ports. Bump PORTREVISION. May the festivities begin... Revision Changes Path 1.35 +27 -20 ports/audio/festival/Makefile 1.5 +15 -0 ports/audio/festival/distinfo 1.5 +6 -10 ports/audio/festival/pkg-plist