From owner-freebsd-ia64 Thu Jan 9 20:34:52 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8067B37B401; Thu, 9 Jan 2003 20:34:50 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9CA843F5F; Thu, 9 Jan 2003 20:34:49 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from mckinley.pn.xcllnt.net (mckinley.pn.xcllnt.net [192.168.4.6]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A4Yn2G019695; Thu, 9 Jan 2003 20:34:49 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from mckinley.pn.xcllnt.net (localhost [127.0.0.1]) by mckinley.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0A4Ynuo008923; Thu, 9 Jan 2003 20:34:49 -0800 (PST) (envelope-from marcel@mckinley.pn.xcllnt.net) Received: (from marcel@localhost) by mckinley.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0A4YnKj008917; Thu, 9 Jan 2003 20:34:49 -0800 (PST) Date: Thu, 9 Jan 2003 20:34:49 -0800 From: Marcel Moolenaar To: re-builders@FreeBSD.ORG Cc: kris@FreeBSD.ORG Subject: Re: Release failure for make readmes Message-ID: <20030110043449.GB61631@mckinley.pn.xcllnt.net> References: <20030110042518.GA61631@mckinley.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030110042518.GA61631@mckinley.pn.xcllnt.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jan 09, 2003 at 08:25:18PM -0800, Marcel Moolenaar wrote: > > The following patch fixes the problem. I don't think PORTSDIR > can be defined at that point: > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/databases/postgresql-docs/Makefile,v > retrieving revision 1.2 > diff -u -r1.2 Makefile > --- Makefile 4 Jan 2003 03:36:53 -0000 1.2 > +++ Makefile 10 Jan 2003 04:23:57 -0000 > @@ -12,7 +12,7 @@ > > POSTGRESQL_SUBPORT= YES > POSTGRESQL_PORT?= databases/postgresql7 > -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> > +.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> > DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} > .undef GNU_CONFIGURE > NO_BUILD= YES Apparently an identical fix is already on HEAD. Kris, can you move the RELEASE_5_0_0 label from version 1.2 to 1.3 of ports/databases/postgresql-docs/Makefile Thanks, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message