From owner-freebsd-ia64 Thu Jan 9 20:36: 3 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 5749937B401 for ; Thu, 9 Jan 2003 20:36:01 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7E843F18 for ; Thu, 9 Jan 2003 20:36:00 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h0A4Zsj15907; Thu, 9 Jan 2003 20:35:54 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id UAA11685; Thu, 9 Jan 2003 20:35:49 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id VAA13941; Thu, 9 Jan 2003 21:35:46 -0700 (MST) Message-ID: <3E1E4D7A.10006@btc.adaptec.com> Date: Thu, 09 Jan 2003 21:35:06 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021125 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar Cc: re-builders@freebsd.org Subject: Re: Release failure for make readmes References: <20030110042518.GA61631@mckinley.pn.xcllnt.net> In-Reply-To: <20030110042518.GA61631@mckinley.pn.xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 My repo shows this file is at rev 1.3, and that the difference is very similar to you patch. ---------------------------- revision 1.3 date: 2003/01/04 09:01:05; author: seanc; state: Exp; lines: +1 -1 Fix Makefile variable resolution problem. Submitted by: Alexandr Listopad Marcel Moolenaar wrote: > Gang, > > I got the following: > > : > ===> databases/phpmyadmin > ===> Creating README.html for phpMyAdmin-2.3.0.rc4 > ===> databases/phppgadmin > ===> Creating README.html for phppgadmin-2.4.2 > ===> databases/postgresql-devel > ===> Creating README.html for postgresql-devel-7.3.1 > ===> databases/postgresql-docs > "Makefile", line 15: Could not find /databases/postgresql7/Makefile > "/usr/ports/Mk/bsd.port.mk", line 1886: warning: duplicate script for > target ".BEGIN" ignored > "/usr/ports/Mk/bsd.port.mk", line 1887: warning: duplicate script for > target ".BEGIN" ignored > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/ports/databases. > *** Error code 1 > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message