Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 17:52:00 -0800
From:      "David O'Brien" <TrimYourCc@NUXI.com>
To:        arch@FreeBSD.ORG
Subject:   Re: NO MORE '-BETA'
Message-ID:  <20010316175200.D9267@dragon.nuxi.com>
In-Reply-To: <20010316173503T.jkh@osd.bsdi.com>; from jkh@osd.bsdi.com on Fri, Mar 16, 2001 at 05:35:03PM -0800
References:  <20010316134349.K29888@fw.wintelcom.net> <20010316163748Z.jkh@osd.bsdi.com> <20010316164457.A57253@hub.freebsd.org> <20010316173503T.jkh@osd.bsdi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 16, 2001 at 05:35:03PM -0800, Jordan Hubbard wrote:
> .if !defined(OSREL)
> OSREL!= /usr/bin/uname -r | sed -e 's/[-(].*//'
> .endif
> .if !defined(OSVERSION)
> .if exists(/sbin/sysctl)
> OSVERSION!= /sbin/sysctl -n kern.osreldate
> .else
> OSVERSION!= /usr/sbin/sysctl -n kern.osreldate
> .endif
> 
> As you can see, both OSREL and OSVERSION can be set in /etc/make.conf
> or the command line to override the default setting.

So who is going to make it their responsibility to remind all the ports
maintainers this at code freeze?  The current way was a nice centralized
way of keeping everyone on the same sheet of music.

-- 
-- David  (obrien@FreeBSD.org)
          GNU is Not Unix / Linux Is Not UniX

P.S. again, I would like to think the non-ports maintainers for their
role in this thread from the bottom of my heart

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010316175200.D9267>