Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 02:41:26 -0400
From:      Li-Wen Hsu <lwhsu@freebsd.org>
To:        Alexey Dokuchaev <danfe@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Iblis Lin <iblis@hs.ntnu.edu.tw>
Subject:   Re: svn commit: r502854 - in head/lang: . julia10 julia10/files
Message-ID:  <CAKBkRUzqOqDLaTDG8WY-%2BkS0a1ZvMSKz8Hn0SWf=HfKuLC05uQ@mail.gmail.com>
In-Reply-To: <20190528063145.GA63427@FreeBSD.org>
References:  <201905280559.x4S5x1NM099971@repo.freebsd.org> <20190528063145.GA63427@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 28, 2019 at 2:31 AM Alexey Dokuchaev <danfe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKBkRUzqOqDLaTDG8WY-%2BkS0a1ZvMSKz8Hn0SWf=HfKuLC05uQ>