On Mon, Nov 11, 2019 at 08:07:00AM +0100, Rafael Sadowski wrote:
> If upstream recommends OpenJDK 8, I prefer to set MODJAVA_VER = 1.8 instead
> of 1.8+ otherwise we run in and error if only JDK11 is installed:
>
> $ lein
> /usr/local/bin/lein: line 122: /usr/local/jdk-1.8.0/bin/java: No such
> fi
On Sat Nov 09, 2019 at 07:04:30PM +0100, Klemens Nanni wrote:
> On Sat, Nov 02, 2019 at 10:39:26PM +0100, Klemens Nanni wrote:
> > On Sat, Nov 02, 2019 at 04:11:50PM -0400, Jon Bernard wrote:
> > > I submitted this some time back [1], and here's what I maintain
> > > personally [2]. I think the sh
On Sat, Nov 02, 2019 at 10:39:26PM +0100, Klemens Nanni wrote:
> On Sat, Nov 02, 2019 at 04:11:50PM -0400, Jon Bernard wrote:
> > I submitted this some time back [1], and here's what I maintain
> > personally [2]. I think the shell completions should be named to match
> > the port to prevent possi
On Sat, Nov 02, 2019 at 04:11:50PM -0400, Jon Bernard wrote:
> I submitted this some time back [1], and here's what I maintain
> personally [2]. I think the shell completions should be named to match
> the port to prevent possible collisions. Otherwise it looks good to me.
Thanks, I did not look
* Klemens Nanni wrote:
> This is a small port that merely fetches a bash script and a zip archive
> aka. jar file from GitHub and packages it:
>
> Information for inst:leiningen-2.9.1
>
> Comment:
> Clojure project automation
>
> Description:
> Leiningen is for aut
* Jasper Lievisse Adriaanse wrote:
On Sun, Jul 02, 2017 at 05:12:15PM +0100, Edd Barrett wrote:
Hi Jon,
On Thu, Jun 29, 2017 at 10:38:32AM -0400, Jon Bernard wrote:
> Attached is a port of leiningen, for automating clojure projects.
Comments:
* There's a hard-coded path to bash in a patch.
On Sun, Jul 02, 2017 at 05:12:15PM +0100, Edd Barrett wrote:
> Hi Jon,
>
> On Thu, Jun 29, 2017 at 10:38:32AM -0400, Jon Bernard wrote:
> > Attached is a port of leiningen, for automating clojure projects.
>
> Comments:
>
> * There's a hard-coded path to bash in a patch. You will need to use a
Hi Edd,
Edd Barrett wrote on Sun, Jul 02, 2017 at 05:12:15PM +0100:
> * mandoc linter is unhappy with the man page:
>
>$ mandoc -Tlint /usr/local/man/man1/lein.1
>mandoc: /usr/local/man/man1/lein.1:2:17: WARNING: cannot parse date, using
> it verbatim: 2011 June 30
>
>Consider pa
Hi Jon,
On Thu, Jun 29, 2017 at 10:38:32AM -0400, Jon Bernard wrote:
> Attached is a port of leiningen, for automating clojure projects.
Comments:
* There's a hard-coded path to bash in a patch. You will need to use a
variable (LOCALBASE) in place of /usr/local and then use
${SUBST_CMD} i