Re: [update] textproc/ripgrep 14.0.1

2023-11-27 Thread Theo Buehler
Thanks. I tested this on amd64, arm64 and sparc64. I added this tweak -WANTLIB += c c++abi pthread +WANTLIB += ${MODCARGO_WANTLIB} to ensure the WANTLIB are also correct on sparc64.

[update] textproc/ripgrep 14.0.1

2023-11-27 Thread Laurent Cheylus
Hi, update for textproc/ripgrep version 14.0.1 (grep on steroids developed in Rust) Changelog for major release 14.0.0: https://github.com/BurntSushi/ripgrep/releases/tag/14.0.0 - update crates.inc and distinfo - Makefile: * remove MODCARGO_CRATES_UPDATE => cc and libc crates version updated

Re: [UPDATE] textproc/ripgrep to 13.0.0

2021-10-24 Thread Klemens Nanni
On Sun, Oct 24, 2021 at 03:23:30PM +0200, Frederic Cambus wrote: > Hi ports@, > > Here is a diff to update ripgrep to 13.0.0. > > While there, move all MODCARGO_CRATES directives to a "crates.inc" > file, as we do for several other Rust ports. > > I've been running with this ripgrep update for

[UPDATE] textproc/ripgrep to 13.0.0

2021-10-24 Thread Frederic Cambus
Hi ports@, Here is a diff to update ripgrep to 13.0.0. While there, move all MODCARGO_CRATES directives to a "crates.inc" file, as we do for several other Rust ports. I've been running with this ripgrep update for a couple of days without any issue. Comments? OK? Index: Makefile

Re: update: textproc/ripgrep

2020-05-27 Thread Jeremie Courreges-Anglas
On Tue, May 26 2020, Stuart Henderson wrote: > On 2020/05/26 19:04, Paco Esteban wrote: >> # keep libc >=0.2.63 for sparc64 support >> MODCARGO_CRATES_UPDATE += libc >> -MODCARGO_CRATES += libc0.2.63 # MIT OR Apache-2.0 >> +MODCARGO_CRATES += libc0.2.69 # MIT OR Apache-2.0 > >

Re: update: textproc/ripgrep

2020-05-26 Thread Stuart Henderson
On 2020/05/26 19:04, Paco Esteban wrote: > # keep libc >=0.2.63 for sparc64 support > MODCARGO_CRATES_UPDATE +=libc > -MODCARGO_CRATES += libc0.2.63 # MIT OR Apache-2.0 > +MODCARGO_CRATES += libc0.2.69 # MIT OR Apache-2.0 MODCARGO_CRATES_UPDATE can be removed and

update: textproc/ripgrep

2020-05-26 Thread Paco Esteban
Hi ports@, This is an update for textproc/ripgrep from 11.0.2 to 12.1.0 You can see the changes here: https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md I did not really touch the port itself. There's a comment to keep libc>=0.2.63 for sparc64, and this update brought 0.2.69. I

Re: update: textproc/ripgrep

2019-08-31 Thread Paco Esteban
On Sat, 31 Aug 2019, Sebastien Marie wrote: > I just commited your diff, with few changes to keep libc updated to > 0.2.63 in order to keep sparc64 support. Thank you Sebastien. -- Paco Esteban. https://onna.be/gpgkey.asc 9A6B 6083 AD9E FDC2 0EAF 5CB3 5818 130B 8A6D BC03

Re: update: textproc/ripgrep

2019-08-31 Thread Sebastien Marie
On Thu, Aug 29, 2019 at 06:10:44PM +0200, Paco Esteban wrote: > On Sun, 18 Aug 2019, Paco Esteban wrote: > > > Hi ports@, > > > > Here's an update for textproc/ripgrep from 0.10.0 to 11.0.2. I's only > > one major version upgrade, but they changed the versioning scheme: > > > >

Re: update: textproc/ripgrep

2019-08-29 Thread Paco Esteban
On Sun, 18 Aug 2019, Paco Esteban wrote: > Hi ports@, > > Here's an update for textproc/ripgrep from 0.10.0 to 11.0.2. I's only > one major version upgrade, but they changed the versioning scheme: > > https://github.com/BurntSushi/ripgrep/issues/1172 > > You can find here the changelog: > >

update: textproc/ripgrep

2019-08-18 Thread Paco Esteban
Hi ports@, Here's an update for textproc/ripgrep from 0.10.0 to 11.0.2. I's only one major version upgrade, but they changed the versioning scheme: https://github.com/BurntSushi/ripgrep/issues/1172 You can find here the changelog: https://github.com/BurntSushi/ripgrep/blob/11.0.2/CHANGELOG.md

Re: UPDATE: textproc/ripgrep-0.10.0 (with request for help)

2018-11-28 Thread Sebastien Marie
On Tue, Nov 27, 2018 at 06:03:13PM -0600, Edward Lopez-Acosta wrote: > WANTLIB fixed, it did add an extra entry (c++abi), I am fairly certain I > sorted out the tabs vs spaces in the list. Is there a way to preserve this > when I make the crate list and import it into the Makefile? copy/paste

Re: UPDATE: textproc/ripgrep-0.10.0 (with request for help)

2018-11-27 Thread Edward Lopez-Acosta
WANTLIB fixed, it did add an extra entry (c++abi), I am fairly certain I sorted out the tabs vs spaces in the list. Is there a way to preserve this when I make the crate list and import it into the Makefile? Thank you for the patience and hopefully this diff is clean. First time ever even

Re: UPDATE: textproc/ripgrep-0.10.0 (with request for help)

2018-11-25 Thread Sebastien Marie
On Sun, Nov 25, 2018 at 06:49:43AM -0600, Edward Lopez-Acosta wrote: > Hi Sebastien, > > Thank you for the tips. some nits > I think the CONFIGURE_STYLE removal was simply an oversight on my part. no problem. > I regened the list of crates using the method you noted (which was > quite handy,

Re: UPDATE: textproc/ripgrep-0.10.0 (with request for help)

2018-11-25 Thread Daniel Jakots
On Sun, 25 Nov 2018 14:48:19 -0600, Edward Lopez-Acosta wrote: > -# uses pledge() > -WANTLIB += c pthread > - The comment about pledge should go away but it's not related to the WANTLIB line which should stay (and maybe get updated as well).

Re: UPDATE: textproc/ripgrep-0.10.0 (with request for help)

2018-11-25 Thread Edward Lopez-Acosta
Same patch as before but regenerated so patch(1) applies it cleanly. Edward Lopez-Acosta On 11/25/18 6:49 AM, Edward Lopez-Acosta wrote: Hi Sebastien, Thank you for the tips. I think the CONFIGURE_STYLE removal was simply an oversight on my part. I regened the list of crates using the method

Re: UPDATE: textproc/ripgrep-0.10.0 (with request for help)

2018-11-25 Thread Edward Lopez-Acosta
Hi Sebastien, Thank you for the tips. I think the CONFIGURE_STYLE removal was simply an oversight on my part. I regened the list of crates using the method you noted (which was quite handy, and there were a lot of changes), and removed WANTLIB since this version removes pledge for the time

Re: UPDATE: textproc/ripgrep-0.10.0 (with request for help)

2018-11-25 Thread Sebastien Marie
Hi Edward, On Sat, Nov 24, 2018 at 05:59:15PM -0600, Edward Lopez-Acosta wrote: > Version bump. > > I had to remove the pledge patch as the code was majorly changed and it no > longer applied. I spent a couple hours trying to figure out where to apply > pledge into the updated code, but got

UPDATE: textproc/ripgrep-0.10.0 (with request for help)

2018-11-24 Thread Edward Lopez-Acosta
Version bump. I had to remove the pledge patch as the code was majorly changed and it no longer applied. I spent a couple hours trying to figure out where to apply pledge into the updated code, but got stuck. Would someone be willing to help with this please? Otherwise: Builds and runs

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.1

2018-03-08 Thread Klemens Nanni
On Fri, Mar 02, 2018 at 04:29:07PM +0100, Klemens Nanni wrote: > On Sat, Feb 24, 2018 at 08:41:40PM +0100, Klemens Nanni wrote: > > On Sun, Feb 18, 2018 at 01:33:39AM +0100, Klemens Nanni wrote: > > > Simple update shipping lots of (breaking) changes, see > > >

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.1

2018-03-02 Thread Klemens Nanni
On Sat, Feb 24, 2018 at 08:41:40PM +0100, Klemens Nanni wrote: > On Sun, Feb 18, 2018 at 01:33:39AM +0100, Klemens Nanni wrote: > > Simple update shipping lots of (breaking) changes, see > > https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0 for changelog. >

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.1

2018-02-24 Thread Klemens Nanni
On Sun, Feb 18, 2018 at 01:33:39AM +0100, Klemens Nanni wrote: > Simple update shipping lots of (breaking) changes, see > https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0 for changelog. https://github.com/BurntSushi/ripgrep/releases/tag/0.8.1 is out fixing some minor regressions. > Add

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.0

2018-02-24 Thread Sebastien Marie
On Sun, Feb 18, 2018 at 10:30:29PM +0100, Klemens Nanni wrote: > On Sun, Feb 18, 2018 at 07:27:36PM +0100, Sebastien Marie wrote: > > On Sun, Feb 18, 2018 at 12:21:43PM +0100, Klemens Nanni wrote: > > > MODULES =devel/cargo > > > +BUILD_DEPENDS = lang/rust>=1.20 \ > > > +

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.0

2018-02-24 Thread Klemens Nanni
On Sun, Feb 18, 2018 at 10:30:29PM +0100, Klemens Nanni wrote: > On Sun, Feb 18, 2018 at 07:27:36PM +0100, Sebastien Marie wrote: > > On Sun, Feb 18, 2018 at 12:21:43PM +0100, Klemens Nanni wrote: > > > MODULES =devel/cargo > > > +BUILD_DEPENDS = lang/rust>=1.20 \ > > > +

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.0

2018-02-18 Thread Klemens Nanni
On Sun, Feb 18, 2018 at 07:27:36PM +0100, Sebastien Marie wrote: > On Sun, Feb 18, 2018 at 12:21:43PM +0100, Klemens Nanni wrote: > > MODULES = devel/cargo > > +BUILD_DEPENDS =lang/rust>=1.20 \ > > + textproc/asciidoc > > lang/rust isn't necessary as it is

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.0

2018-02-18 Thread Sebastien Marie
On Sun, Feb 18, 2018 at 12:21:43PM +0100, Klemens Nanni wrote: > On Sun, Feb 18, 2018 at 09:18:25AM +0100, Sebastien Marie wrote: > > On Sun, Feb 18, 2018 at 01:33:39AM +0100, Klemens Nanni wrote: > > > Simple update shipping lots of (breaking) changes, see > > >

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.0

2018-02-18 Thread Klemens Nanni
On Sun, Feb 18, 2018 at 09:18:25AM +0100, Sebastien Marie wrote: > On Sun, Feb 18, 2018 at 01:33:39AM +0100, Klemens Nanni wrote: > > Simple update shipping lots of (breaking) changes, see > > https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0 for changelog. > > > > Add asciidoc as missing

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.0

2018-02-18 Thread Sebastien Marie
On Sun, Feb 18, 2018 at 01:33:39AM +0100, Klemens Nanni wrote: > Simple update shipping lots of (breaking) changes, see > https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0 for changelog. > > Add asciidoc as missing BDEP as well as lang/rust in order to pin the > minimally required version.

UPDATE: textproc/ripgrep 0.7.1 -> 0.8.0

2018-02-17 Thread Klemens Nanni
Simple update shipping lots of (breaking) changes, see https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0 for changelog. Add asciidoc as missing BDEP as well as lang/rust in order to pin the minimally required version. While bumping nearly all crates, update some license markers and use

[update]: textproc/ripgrep 0.7.0

2017-10-22 Thread Sebastien Marie
Hi, Here an update for textproc/ripgrep. It seems I forgot to send the 0.6.0 update to ports@... it was sleeping in my local ports directory. Changelog 0.7.0 --- This is a new minor version release of ripgrep that includes mostly bug fixes. ripgrep continues to require Rust 1.17,

[update] textproc/ripgrep 0.6.0

2017-09-04 Thread Sebastien Marie
Hi, Here an update for ripgrep 0.6.0. ChangeLog: https://github.com/BurntSushi/ripgrep/releases/tag/0.6.0 Thanks. -- Sebastien Marie Index: Makefile === RCS file: /cvs/ports/textproc/ripgrep/Makefile,v retrieving revision 1.3

Re: update: textproc/ripgrep 0.5.2

2017-05-19 Thread Sebastien Marie
On Sun, May 14, 2017 at 03:08:58PM +0200, Sebastien Marie wrote: > Hi, > > An update to textproc/ripgrep 0.5.2. > > See https://github.com/BurntSushi/ripgrep/releases/tag/0.5.2 for > changelog. > Now lang/rust is able to deal alone with libgcc.a stuff, here an updated update for ripgrep.

Re: update: textproc/ripgrep 0.5.2

2017-05-14 Thread Sebastien Marie
On Sun, May 14, 2017 at 04:33:09PM +0200, Marc Espie wrote: > On Sun, May 14, 2017 at 03:08:59PM +0200, Sebastien Marie wrote: > > Hi, > > > > An update to textproc/ripgrep 0.5.2. > > > > See https://github.com/BurntSushi/ripgrep/releases/tag/0.5.2 for > > changelog. > > > > While here, adds

Re: update: textproc/ripgrep 0.5.2

2017-05-14 Thread Marc Espie
On Sun, May 14, 2017 at 03:08:59PM +0200, Sebastien Marie wrote: > Hi, > > An update to textproc/ripgrep 0.5.2. > > See https://github.com/BurntSushi/ripgrep/releases/tag/0.5.2 for > changelog. > > While here, adds gcc4 MODULES in order to use egcc as linker. It should > let ripgrep to build

update: textproc/ripgrep 0.5.2

2017-05-14 Thread Sebastien Marie
Hi, An update to textproc/ripgrep 0.5.2. See https://github.com/BurntSushi/ripgrep/releases/tag/0.5.2 for changelog. While here, adds gcc4 MODULES in order to use egcc as linker. It should let ripgrep to build with cc=clang configuration. The problem was still the same as cargo: clang doesn't

update textproc/ripgrep to 0.5.1

2017-04-09 Thread Sebastien Marie
Hi, Here an update for ripgrep. Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/0.5.1 tested on amd64. all tests passed. Thanks. -- Sebastien Marie Index: Makefile === RCS file: