Date: Wed, 24 Mar 2004 10:33:57 +0100 From: "Michael L. Hostbaek" <mich@FreeBSD.org> To: Brian Feldman <green@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/normalize Makefile pkg-plist Message-ID: <20040324093356.GA96892@mich2.itxmarket.com> In-Reply-To: <200403231723.i2NHNoxx070502@repoman.freebsd.org> References: <200403231723.i2NHNoxx070502@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Brian Feldman (green) writes: > Modified files: > audio/normalize Makefile pkg-plist > Log: > Add the ability to install the XMMS plugin (WITH_XMMS option). When trying to build normalize after this upgrade, I get the following: mich@mich2 audio/normalize> make ===> Vulnerability check disabled ===> Found saved configuration for normalize-0.7.6_3 >> normalize-0.7.6.tar.gz is not in /usr/ports/audio/normalize/distinfo. >> Either /usr/ports/audio/normalize/distinfo is out of date, or >> normalize-0.7.6.tar.gz is spelled incorrectly. *** Error code 1 Stop in /usr/ports/audio/normalize This patch should fix it: --- Makefile.orig Wed Mar 24 10:32:43 2004 +++ Makefile Wed Mar 24 10:32:01 2004 @@ -10,6 +10,7 @@ PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www1.cs.columbia.edu/~cvaill/normalize/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= ports@FreeBSD.org COMMENT= A tool for adjusting the volume of wave/MP3 files to a standard level /mich -- Best Regards, Michael L. Hostbaek mich@FreeBSD.org - http://www.FreeBSD.org */ PGP-key available upon request /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040324093356.GA96892>