Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 08:41:41 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Jose Alonso Cardenas Marquez <acm@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 8faa16b6db4b - main - lang/fpc-source: update mirrors, apply patches and another minor changes
Message-ID:  <ZZfAxUhO83WOKFfG@FreeBSD.org>
In-Reply-To: <202401050017.4050HSa7008938@gitrepo.freebsd.org>
References:  <202401050017.4050HSa7008938@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 05, 2024 at 12:17:28AM +0000, Jose Alonso Cardenas Marquez wrote:
> commit 8faa16b6db4b95b746ad1c779bd000dd4424c840
> 
>   lang/fpc-source: update mirrors, apply patches and another minor changes
> ...
> +
> +.include <bsd.port.pre.mk>
> +
> +.if ${ARCH} == "i386"
> +FPC_ARCH=	i386
> +.elif ${ARCH} == "amd64"
> +FPC_ARCH=	x86_64
> +.endif

Now you're including <bsd.port.pre.mk>, but at the end it still says
.include <bsd.port.mk> which causes the following error:

  /!\ fpc-source-3.2.2_4: Makefile errors /!\
  
  you cannot include bsd.port[.pre].mk twice

./danfe



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