Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-02-11 Thread Luca De Pandis
Hi, I fixed the MAINTAINER syntax. If the patch is ok could someone commit it, please? Best regards, Luca De Pandis Index: Makefile === RCS file: /cvs/ports/lang/nim/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-02-07 Thread Luca De Pandis
Hi, since I don't think there are people interested in such port beside me, I will gladly take the maintainership of lang/nim. I modified the patch in order to reflect the change. Could someone commit if patch is ok? Best regards, Luca De Pandis Index: Makefile

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-02-03 Thread Luca De Pandis
up On Sat, Jan 16, 2021 at 02:31:42PM +0100, Luca De Pandis wrote: > Hi, > thank you everyone for the feedback. > > On Fri, Jan 15, 2021 at 05:01:19PM +, Stuart Henderson wrote: > > 3 days is way too soon to be prodding really, especially for what is > > a relatively specialist port that

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-16 Thread Luca De Pandis
Hi, thank you everyone for the feedback. On Fri, Jan 15, 2021 at 05:01:19PM +, Stuart Henderson wrote: > 3 days is way too soon to be prodding really, especially for what is > a relatively specialist port that most ports devs won't use. Anyway a > few quick comments I am short on time - as

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-16 Thread Thomas Frohwein
On Fri, Jan 15, 2021 at 05:07:10PM +0100, Rafael Sadowski wrote: [...] > cvs diff -uNp, please. More information: > https://www.openbsd.org/faq/ports/testing.html Yes, but note that this is the automatic default and doesn't need to be specified *unless* you changed /etc/skel/.cvsrc or your

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-15 Thread Dimitri Karamazov
On Fri, Jan 15, 2021 at 01:02:16PM +, Luca De Pandis wrote: > Hi, > could anyone review this, so that the port could be upgraded, please? > > > Best regards, > Luca De Pandis > > > On Tue, Jan 12, 2021 at 10:40:00PM +0100, me wrote: > > Hi, > > I updated the lang/nim port to the latest

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-15 Thread Stuart Henderson
On 2021/01/15 14:02, Luca De Pandis wrote: > Hi, > could anyone review this, so that the port could be upgraded, please? > > > Best regards, > Luca De Pandis > > > On Tue, Jan 12, 2021 at 10:40:00PM +0100, me wrote: > > Hi, > > I updated the lang/nim port to the latest version. > > > > The

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-15 Thread Rafael Sadowski
On Fri Jan 15, 2021 at 03:58:57PM +, Dimitri Karamazov wrote: > On Fri, Jan 15, 2021 at 01:02:16PM +, Luca De Pandis wrote: > > Hi, > > could anyone review this, so that the port could be upgraded, please? > > > > > > Best regards, > > Luca De Pandis > > > > > > On Tue, Jan 12, 2021 at

Re: [UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-15 Thread Luca De Pandis
Hi, could anyone review this, so that the port could be upgraded, please? Best regards, Luca De Pandis On Tue, Jan 12, 2021 at 10:40:00PM +0100, me wrote: > Hi, > I updated the lang/nim port to the latest version. > > The following checks passed: > - portcheck > - port-lib-depends-check > -

[UPDATE] lang/nim 1.2.0 -> 1.4.2

2021-01-13 Thread me
Hi, I updated the lang/nim port to the latest version. The following checks passed: - portcheck - port-lib-depends-check - update-plist Best regards, Luca De Pandis nim.tar.gz Description: Binary data

Re: [UPDATE] lang/nim-1.2.0

2020-05-01 Thread j
From: Denis Fondras Date: Mon, 13 Apr 2020 17:40:15 + To: openbsd-ports Subject: Re: [UPDATE] lang/nim-1.2.0 On Mon, Apr 13, 2020 at 11:07:27AM -0600, j...@bitminer.ca wrote: Denis, the PLIST file does most of this work, just adjust it to add nimble, the directory ${SYSCONFDIR}/nim

Re: [UPDATE] lang/nim-1.2.0

2020-04-13 Thread Denis Fondras
On Mon, Apr 13, 2020 at 11:07:27AM -0600, j...@bitminer.ca wrote: > Denis, the PLIST file does most of this work, just adjust it to add nimble, > the directory ${SYSCONFDIR}/nim and modify the cfg entries to add the /nim/ > directory in their path. And lose the manual copies from the Makefile. >

Re: [UPDATE] lang/nim-1.2.0

2020-04-13 Thread Stuart Henderson
On 2020/04/13 17:20, Denis Fondras wrote: > On Mon, Apr 13, 2020 at 08:29:23AM -0600, j...@bitminer.ca wrote: > > Hi Denis, > > > > I think there is still an issue with the nimble install (thanks for > > that by the way, I was thinking of this myself): > > > > > do-install: > > >

Re: [UPDATE] lang/nim-1.2.0

2020-04-13 Thread Denis Fondras
On Mon, Apr 13, 2020 at 08:29:23AM -0600, j...@bitminer.ca wrote: > Hi Denis, > > I think there is still an issue with the nimble install (thanks for > that by the way, I was thinking of this myself): > > > do-install: > > ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin > > ${INSTALL_PROGRAM}

Re: [UPDATE] lang/nim-1.2.0

2020-04-13 Thread j
Hi Denis, I think there is still an issue with the nimble install (thanks for that by the way, I was thinking of this myself): do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/nim ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/nimble

Re: [UPDATE] lang/nim-1.2.0

2020-04-12 Thread Denis Fondras
On Sun, Apr 12, 2020 at 03:37:35PM +0100, Stuart Henderson wrote: > > Here is a new diff. Add config files to /usr/local/etc/nim and add nimble > > to the > > package. > > ?! > > OpenBSD should use ${SYSCONFDIR}, not /usr/local/etc. > package, local, it sounded like a sensible path. Here is

Re: [UPDATE] lang/nim-1.2.0

2020-04-12 Thread Stuart Henderson
On 2020/04/12 10:54, Denis Fondras wrote: > On Fri, Apr 10, 2020 at 09:41:53PM +0200, Denis Fondras wrote: > > On Fri, Apr 10, 2020 at 12:12:58AM +0530, putridsou...@gmail.com wrote: > > > Latest Update for nim-1.2.0 > > > Builds successfully on amd64 > > > > > > 1 new patch added ->

Re: [UPDATE] lang/nim-1.2.0

2020-04-12 Thread Denis Fondras
On Fri, Apr 10, 2020 at 09:41:53PM +0200, Denis Fondras wrote: > On Fri, Apr 10, 2020 at 12:12:58AM +0530, putridsou...@gmail.com wrote: > > Latest Update for nim-1.2.0 > > Builds successfully on amd64 > > > > 1 new patch added -> patch-install_sh > > 4 patches removed -> patch-koch_nim,

Re: [UPDATE] lang/nim-1.2.0

2020-04-11 Thread Denis Fondras
On Fri, Apr 10, 2020 at 12:09:57PM -0600, j...@bitminer.ca wrote: > The patch doesn't apply: > > > Hmm... The next patch looks like a unified diff to me... > The text leading up to this was: > -- > |Index: patches/patch-config_nim_cfg >

Re: [UPDATE] lang/nim-1.2.0

2020-04-10 Thread j
The patch doesn't apply: Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -- |Index: patches/patch-config_nim_cfg |=== |RCS file:

Re: [UPDATE] lang/nim-1.2.0

2020-04-10 Thread Denis Fondras
On Fri, Apr 10, 2020 at 09:41:53PM +0200, Denis Fondras wrote: > On Fri, Apr 10, 2020 at 12:12:58AM +0530, putridsou...@gmail.com wrote: > > Latest Update for nim-1.2.0 > > Builds successfully on amd64 > > > > 1 new patch added -> patch-install_sh > > 4 patches removed -> patch-koch_nim,

Re: [UPDATE] lang/nim-1.2.0

2020-04-10 Thread Denis Fondras
On Fri, Apr 10, 2020 at 12:12:58AM +0530, putridsou...@gmail.com wrote: > Latest Update for nim-1.2.0 > Builds successfully on amd64 > > 1 new patch added -> patch-install_sh > 4 patches removed -> patch-koch_nim, patch-lib_pure_endians_nim, > patch-compiler_extccomp_nim, >

[UPDATE] lang/nim-1.2.0

2020-04-09 Thread putridsoul66
Latest Update for nim-1.2.0 Builds successfully on amd64 1 new patch added -> patch-install_sh 4 patches removed -> patch-koch_nim, patch-lib_pure_endians_nim, patch-compiler_extccomp_nim, patch-tests_testament_tester_nim Someone should test this.