From owner-cvs-all Mon Oct 5 23:01:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11297 for cvs-all-outgoing; Mon, 5 Oct 1998 23:01:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11285; Mon, 5 Oct 1998 23:01:03 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca11-102.ix.netcom.com [209.109.237.102]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA16957; Mon, 5 Oct 1998 23:00:57 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA02649; Mon, 5 Oct 1998 23:00:54 -0700 (PDT) Date: Mon, 5 Oct 1998 23:00:54 -0700 (PDT) Message-Id: <199810060600.XAA02649@silvia.hip.berkeley.edu> To: rvb@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199810051923.MAA21829@freefall.freebsd.org> (rvb@FreeBSD.ORG) Subject: Re: cvs commit: ports/net - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * The current ports will get you Coda release 4.6.5. There are too * many patches in the ports. So we will crank out a Coda release * 4.6.6 later this week. If anyone wants to play with the 4.6.5 * release in the mean time they can. Looks good. :) By the way, two points. There are commented out NO_DEPENDS and NO_CONFIGURE entries in coda_doc and coda_intro Makefiles. They are not suitable for use in Makefiles anyway (NO_DEPENDS is a user option and NO_CONFIGURE is obsolete), so please take them out. Also, I noticed coda_client and coda_server uses "-g" with no optimization to compile the programs. It is against our policy to distribute unoptimized binaries, so please change them to observe users' CFLAGS or add NO_PACKAGE if they truly have to be this way. Thanks! Satoshi