Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 06:31:45 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Li-Wen Hsu <lwhsu@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r502854 - in head/lang: . julia10 julia10/files
Message-ID:  <20190528063145.GA63427@FreeBSD.org>
In-Reply-To: <201905280559.x4S5x1NM099971@repo.freebsd.org>
References:  <201905280559.x4S5x1NM099971@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 28, 2019 at 05:59:01AM +0000, Li-Wen Hsu wrote:
> New Revision: 502854
> URL: https://svnweb.freebsd.org/changeset/ports/502854
> 
> Log:
>   Copy lang/julia to lang/julia10
>   
> ...
> @@ -21,31 +21,36 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
>  		libutf8proc.so:textproc/utf8proc
> +EXTRACT_DEPENDS=gmake:devel/gmake
>  BUILD_DEPENDS=	patchelf:sysutils/patchelf \
>  		pcre2-config:devel/pcre2 \
>  		cmake:devel/cmake
>  
> -USES=		gmake compiler:c++11-lib fortran python:2.7,build perl5
> +USES=		gmake compiler:c++11-lib fortran python:2.7,build perl5 \
> ...
> -post-configure:
> +post-extract:
> +	${GMAKE} -C ${WRKSRC}/deps extract
> +	${GMAKE} -C ${WRKSRC}/stdlib install

Typically invoking specific make(1) flavor is an anti-pattern, correct
spelling should be ${MAKE_CMD}.  You might want to revisit these lines
next time you touch the port.

./danfe



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