From owner-freebsd-ia64 Thu Jan 9 20:25:28 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 30C2F37B401 for ; Thu, 9 Jan 2003 20:25:26 -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 697D843F65 for ; Thu, 9 Jan 2003 20:25:24 -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 h0A4PI2G019666 for ; Thu, 9 Jan 2003 20:25:18 -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 h0A4PIuo061750 for ; Thu, 9 Jan 2003 20:25:18 -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 h0A4PIuD061749 for re-builders@FreeBSD.org; Thu, 9 Jan 2003 20:25:18 -0800 (PST) Date: Thu, 9 Jan 2003 20:25:18 -0800 From: Marcel Moolenaar To: re-builders@FreeBSD.org Subject: Release failure for make readmes Message-ID: <20030110042518.GA61631@mckinley.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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 -- 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