From owner-cvs-all Wed Mar 14 7:11:49 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 717DA37B71A; Wed, 14 Mar 2001 07:11:32 -0800 (PST) (envelope-from sobomax@FreeBSD.org) 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 f2EFB0G12050; Wed, 14 Mar 2001 17:11:04 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f2EFB3e37772; Wed, 14 Mar 2001 17:11:03 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3AAF89E8.1E6674BD@FreeBSD.org> Date: Wed, 14 Mar 2001 17:10:32 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Mikhail Teterin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/tclhttpd Makefile References: <200103141448.JAA29659@mail.virtual-estates.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mikhail Teterin wrote: > > sobomax 2001/03/14 01:35:21 PST > > > > Modified files: > > www/tclhttpd Makefile > > Log: > > o Fix build by replacing custom do-build target with set of stock > > MAKEFILE/MAKE_ENV/MAKE_ARGS variables. > > o Slightly reorder variables to make Makefile more readable. > > Not that I object to this particular changes, but what happened to: > > http://www.freebsd.org/handbook/policies.html#POLICIES-MAINTAINER > > Specificly: > > Changes to directories which have a maintainer defined shall be > sent to the maintainer for review before being committed. Only > if the maintainer does not respond for an unacceptable period of > time, to several emails, will it be acceptable to commit changes > without review by the maintainer. However, it is suggested that > you try and have the changes reviewed by someone else if at all > possible. > > We exchanged several e-mails yesterday on different topics, with average > latency of less than 30 minutes. You never raised this issue. > > > Submitted by: bento > > I fixed the thing, that was causing bento to fail yesterday: No, you didn't fix it. You ``fixed'' (it was not a real fix - you should not pre-define PREFIX or LOCALBASE) library search path, but did not fixed includes search path (i.e. LOCALBASE was still undefined, so it looked for tcl includes in /include/tclx.y), so I tried to fix it properly. Regards, Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message