Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2003 20:34:49 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        re-builders@FreeBSD.ORG
Cc:        kris@FreeBSD.ORG
Subject:   Re: Release failure for make readmes
Message-ID:  <20030110043449.GB61631@mckinley.pn.xcllnt.net>
In-Reply-To: <20030110042518.GA61631@mckinley.pn.xcllnt.net>
References:  <20030110042518.GA61631@mckinley.pn.xcllnt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030110043449.GB61631>