From owner-freebsd-stable@FreeBSD.ORG Wed Nov 18 18:40:39 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A971A106566B for ; Wed, 18 Nov 2009 18:40:39 +0000 (UTC) (envelope-from pusateri@bangj.com) Received: from jj.bangj.com (jj.bangj.com [198.86.87.199]) by mx1.freebsd.org (Postfix) with ESMTP id 84FB88FC20 for ; Wed, 18 Nov 2009 18:40:39 +0000 (UTC) Received: from [172.16.10.11] (cpe-066-026-040-218.nc.res.rr.com [66.26.40.218]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by jj.bangj.com (Postfix) with ESMTPSA id E9F29B31 for ; Wed, 18 Nov 2009 13:23:44 -0500 (EST) From: Tom Pusateri Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Nov 2009 13:23:47 -0500 Message-Id: To: freebsd-stable@freebsd.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Subject: libdispatch on 8-Stable or 9-Current X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 18:40:39 -0000 I've been trying to build the libdispatch port on FreeBSD 8-STABLE but = not having much luck. I used the instructions here: = http://wiki.freebsd.org/GCD They say to install 8.0-RC3 and then update the sources to FreeBSD = 8-STABLE. I set my cvsup tag to: *default release=3Dcvs tag=3DRELENG_8 and rebuilt the world but kern.osreldate didn't change. Its still 800107 = which won't allow the port to build. Is there a different cvs tag I should be using or do I have to go to = 9-CURRENT? Thanks, Tom=