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

Li-Wen Hsu lwhsu at freebsd.org
Tue May 28 07:46:35 UTC 2019


On Tue, May 28, 2019 at 2:31 AM Alexey Dokuchaev <danfe at freebsd.org> wrote:
>
> 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.

Good catch, we'll fix this in our development repository.  The
maintainer is working on the new versions.

Thanks,
Li-Wen


More information about the svn-ports-head mailing list