From owner-cvs-ports@FreeBSD.ORG Tue Oct 11 19:24:49 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61F9416A41F; Tue, 11 Oct 2005 19:24:49 +0000 (GMT) (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 2686943D5C; Tue, 11 Oct 2005 19:24:49 +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 j9BJOmvJ058315; Tue, 11 Oct 2005 19:24:48 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9BJOmm5058314; Tue, 11 Oct 2005 19:24:48 GMT (envelope-from mi) Message-Id: <200510111924.j9BJOmm5058314@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 11 Oct 2005 19:24:48 +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/rsynth Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 19:24:49 -0000 mi 2005-10-11 19:24:48 UTC FreeBSD ports repository Modified files: audio/rsynth Makefile pkg-plist Log: For over five years this port was depending on audio/nas without actually using it, because the nas' libaudio was not linked right. Now that nas is built better, this port's configure find -laudio to be usable and builds/installs the `nasay' executable (in addition to the regular `say'). Put `bin/nasay' back into pkg-plist and changes the bogus build-dependency on audiolib.h to lib-dependency on audio. While here, remove the explicit requirement for a particular version of -lgdbm. Rsynth' last release was in 1994 -- whatever libgdbm happens to be on a FreeBSD system _today_ is going to be just fine. Bump PORTREVISION. Notified by: pointyhat (via kris) Revision Changes Path 1.23 +3 -3 ports/audio/rsynth/Makefile 1.5 +1 -0 ports/audio/rsynth/pkg-plist