From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 20:44:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A328237B401 for ; Thu, 12 Jun 2003 20:44:42 -0700 (PDT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D3443FB1 for ; Thu, 12 Jun 2003 20:44:42 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 208-59-178-24.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([208.59.178.24] helo=jerusalem.litteratus.org.litteratus.org) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 19QfUX-0003xg-00 for questions@freebsd.org; Thu, 12 Jun 2003 23:44:41 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16105.18600.619912.915538@jerusalem.litteratus.org> Date: Thu, 12 Jun 2003 23:44:40 -0400 To: questions@freebsd.org In-Reply-To: <20030612120419.R54893-100000@soda.csua.berkeley.edu> References: <20030612042523.59748.qmail@mx.tele-kom.ru> <20030612120419.R54893-100000@soda.csua.berkeley.edu> X-Mailer: VM 7.11 under 21.4 (patch 12) "Portable Code" XEmacs Lucid Subject: Re: Are there STABLE/CURRENT/RELEASE tags for ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 03:44:42 -0000 Mark Miller writes: > On a more pragmatic note, are there any particular reasons that > port maintainers can't use the -STABLE tag for their updates? It > seems like a general guideline of "stable lags current by X > weeks" might help things tremendously. I've never put together a port, but mu understanding is that authors have two ways to do this, should they need to: set certain variables in the Makefile test (IFDEF/IFNDEF) in the code itself My experience: _very_ few ports need this; they are written to not care what version they're on. Robert Huff