svn commit: r502854 - in head/lang: . julia10 julia10/files

Alexey Dokuchaev danfe at freebsd.org
Tue May 28 06:31:46 UTC 2019


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


More information about the svn-ports-all mailing list