From owner-cvs-all Sat Mar 3 0:31:43 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id EC3FD37B71C; Sat, 3 Mar 2001 00:31:02 -0800 (PST) (envelope-from max@vic.sabbo.net) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f238Uwi18989; Sat, 3 Mar 2001 10:30:58 +0200 Received: (from max@localhost) by vic.sabbo.net (8.11.2/8.11.2) id f238V1W69229; Sat, 3 Mar 2001 10:31:01 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200103030831.f238V1W69229@vic.sabbo.net> Subject: Re: cvs commit: ports/audio/mpg123 Makefile ports/audio/mpg123/files To: sobomax@FreeBSD.org (Maxim Sobolev) Date: Sat, 3 Mar 2001 10:31:00 +0200 (EET) Cc: kris@FreeBSD.org (Kris Kennaway), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200103030821.f238Lgf69187@vic.sabbo.net> from "Maxim Sobolev" at Mar 03, 2001 10:21:16 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > > > kris 2001/03/02 16:23:13 PST > > > > Modified files: > > audio/mpg123 Makefile > > audio/mpg123/files patch-ab > > Added files: > > audio/mpg123/files patch-ae > > Log: > > Switch the ASM selection code to use CPUTYPE on -current, and hence > > automatically select the correct version without needing to set a > > non-standard environment variable. > > Use random() instead of rand() because I'm sick of getting the same songs > > over and over in shuffle play. > > Quell a format string warning with -Wnon-const-format > > Bump PORTREVISION > > > > Reviewed by: maintainer timeout > ^^^^^^^^^^^^^^^^^^ > It is not true, because: > 1. You did not send me random() vs. rand() changes at all; > 2. The same is about -Wnon-const-format; > 3. About your CPUTYPE request I replied you that this makes impossible to > use ASM optimisation on anything but very recent -stable and -current. > AFAIK, ports expected to work at least on wide range of systems > between 4.0-RELEASE and pre-CPUTYPE 4-STABLE; > 4. In addition you broke the port ( instead of > ): OOPS, sorry I'm now completely woke up, plese ignore (3) and vs. in (4). But the truth is that the port is broken on 4-STABLE. Please fix and next time avoid controversal "maintainer timeout" without sufficient reasons. -Maxim > > /usr/ports/audio/mpg123# make > If you want to compile with ESound support, > hit Ctrl-C right now and use "make WITH_ESOUND=yes" > If you want to compile with NAS support, > hit Ctrl-C right now and use "make WITH_NAS=yes" > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Syntax error: Unterminated quoted string > *** Error code 2 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message