Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 16:54:23 -0600
From:      Ian Lepore <freebsd@damnhippie.dyndns.org>
To:        Gabor Kovesdan <gabor@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: WITHOUT_GNU_[COMPAT|SUPPORT]
Message-ID:  <1350168863.1123.87.camel@revolution.hippie.lan>
In-Reply-To: <507705A7.9060506@FreeBSD.org>
References:  <1349975380.1123.66.camel@revolution.hippie.lan> <507705A7.9060506@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2012-10-11 at 19:45 +0200, Gabor Kovesdan wrote:
> Em 11-10-2012 19:09, Ian Lepore escreveu:
> > I want to build grep without the gnu regex library.  The makefile for
> > usr.bin/grep  contains
> > 
> >   .if !defined(WITHOUT_GNU_COMPAT)
> > 
> > And man src.conf documents WITHOUT_GNU_SUPPORT but doesn't mention
> > WITHOUT_GNU_COMPAT.  Is this a typo in the makefile, or an ommision from
> > the src.conf manpage?
> 
> That time when I added the WITHOUT_GNU_COMPAT knob I didn't make it
> global, just used it for testing grep. I didn't think it was of any use
> for users and I wasn't aware of the existence of WITHOUT_GNU_SUPPORT. If
> it seems useful, I can change grep to use this global flag instead of
> the custom knob and it will just be built without the gnu regex library
> if the knob is set.
> 
> Gabor

As it turns out, no hurry on changing the flag, because bsdgrep built
without the gnu regex library doesn't work well enough to complete a
buildworld.  I filed a PR.

 http://www.freebsd.org/cgi/query-pr.cgi?pr=172677

-- Ian





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1350168863.1123.87.camel>