From owner-freebsd-current@FreeBSD.ORG Sun Dec 18 03:49:30 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28BB316A41F for ; Sun, 18 Dec 2005 03:49:30 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id B298243D55 for ; Sun, 18 Dec 2005 03:49:29 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so910012wra for ; Sat, 17 Dec 2005 19:49:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=CpZUkCRQ5U3djXC0CgqqmmwuZbIJdG7FwCB0fn5C2xyHM27jMPKrAyIOIOWm9EQjz5/IxJ+YDPleZyHU0Ec8RuxxoNSnrQAA69Vm2y8uA0SLKbSKPpMKflzZcXehZ08AVxBzJAfWmd/xeGjXFqcPGK3oNvqpUf1BYGinQRg445k= Received: by 10.64.3.11 with SMTP id 11mr279442qbc; Sat, 17 Dec 2005 19:49:28 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id a29sm1317285qbd.2005.12.17.19.49.27; Sat, 17 Dec 2005 19:49:28 -0800 (PST) From: "Michael C. Shultz" To: current@freebsd.org Date: Sat, 17 Dec 2005 19:49:23 -0800 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512171949.25301.ringworm01@gmail.com> Cc: Subject: sysctl -n kern.osreldate inop in todays 7.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 03:49:30 -0000 FreeBSD FreeBSD70.mechee.com 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Sat Dec 17 10:16:14 PST 2005 mike@FreeBSD70.mechee.com:/usr/obj/usr/src/sys/FREEBSD70 i386 I just cvsup'ed/buildworld/buildkernel today and sysctl -n kern.osreldate isn't working. This is causing ports that use things like .if ${OSVERSION} < 500000 BROKEN= "Does not build on 4.X" .endif to be reported as broken. I'm not sure how long this problem has existed as I very rarely use FreeBSD CURRENT. -Mike