Re: [Update] bison-3.0.2

2014-10-29 Thread Marc Espie
On Tue, Oct 28, 2014 at 03:54:05PM +, Christian Weisgerber wrote: > On 2014-10-28, Stuart Henderson wrote: > > > m4: /usr/obj/ports/bison-3.0.2/bison-3.0.2/data/location.cc at line 332: > > regular expression error in ^(.)[ ]*(::)?([^][:]|:[^:])*: invalid > > character class. > > Tha

Re: [Update] bison-3.0.2

2014-10-28 Thread Christian Weisgerber
On 2014-10-28, Stuart Henderson wrote: > m4: /usr/obj/ports/bison-3.0.2/bison-3.0.2/data/location.cc at line 332: > regular expression error in ^(.)[ ]*(::)?([^][:]|:[^:])*: invalid > character class. That's a regex problem. Our regex(3) doesn't like [^][:]. That's meant to be a single

Re: [Update] bison-3.0.2

2014-10-28 Thread Stuart Henderson
On 2014/10/24 09:59, Jason Tubnor wrote: > Bison updated to version 3.0.2 > > Patches for: > configure > src/output.c The patch for src/output.c is to use base m4 at runtime. (Things are a bit convoluted with this port as it uses gnu m4 to build it, but base m4 at runtime). If you put that diff

Re: [Update] bison-3.0.2

2014-10-25 Thread Stuart Henderson
An update to a port like this needs to be tested with other ports that have it as a BUILD_DEPENDS.

[Update] bison-3.0.2

2014-10-23 Thread Jason Tubnor
Bison updated to version 3.0.2 Patches for: configure src/output.c don't seem to be required anymore. Tested and package built ok on amd64 Thoughts / OK / Commit ? -- Index: Makefile === RCS file: /cvs/ports/