From owner-freebsd-stable@FreeBSD.ORG Mon Jun 7 01:44:13 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F192616A4CE for ; Mon, 7 Jun 2004 01:44:12 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C86243EB8 for ; Sun, 6 Jun 2004 18:19:43 -0700 (PDT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.73.175]) by mta9.adelphia.netESMTP <20040607011942.CBVJ26615.mta9.adelphia.net@default.chvlva.adelphia.net>; Sun, 6 Jun 2004 21:19:42 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 3CC4F556F; Sun, 6 Jun 2004 21:20:58 -0400 (EDT) Date: Sun, 6 Jun 2004 21:20:58 -0400 From: Parv To: "freebsd-question@premsoft.co.za" Message-ID: <20040607012058.GA408@moo.holy.cow> Mail-Followup-To: "freebsd-question@premsoft.co.za" , freebsd-stable@freebsd.org References: <40C214F0.2010207@premsoft.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40C214F0.2010207@premsoft.co.za> cc: freebsd-stable@freebsd.org Subject: Re: 4.9-STABLE --> 4.8-RELEASE downgrade. Pitfalls? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 01:44:14 -0000 in message <40C214F0.2010207@premsoft.co.za>, wrote freebsd-question@premsoft.co.za thusly... > > I want to downgrade a 4.9-STABLE box to a 4.8-RELEASE box to sort > out this MySQL problem that I have. Are there any known pitfalls > that I should be aware of before I do this downgrade? Port making will fail if you keep ports trees updated at least due to use of new make(1) syntax introduced, in 4.9, in a port's Makefile. The problem i noticed was related to use of parenthesis in ".if ... .endif" structure. - Parv --