History log of /freebsd-12.1/gnu/usr.bin/grep/Makefile (Results 1 – 25 of 42)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 612c330d 25-Apr-2018 Baptiste Daroussin <[email protected]>

Use a script wrapper for <compress>grep

Import the wrapper script from zstdgrep (written by [email protected])

Modify it to support more than just zstd (adding support for gzip,
lzma, xz and bzip2)

W

Use a script wrapper for <compress>grep

Import the wrapper script from zstdgrep (written by [email protected])

Modify it to support more than just zstd (adding support for gzip,
lzma, xz and bzip2)

Write a simple manpage dedicated for it.

Only use that new wrapper both for gnu grep and bsd grep

Next step will be removing code related to compression format from bsdgrep

Reviewed by: kevans
Approved by: kevans
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D15193

show more ...


Revision tags: release/10.4.0, release/11.1.0
# c99b67a7 19-Jun-2017 Bryan Drewery <[email protected]>

Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.

Since buildenv exports SYSROOT all of these uses will now look in
WORLDTMP by default.

sys/boot/efi/loader/Makefile

Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.

Since buildenv exports SYSROOT all of these uses will now look in
WORLDTMP by default.

sys/boot/efi/loader/Makefile
A LIBSTAND hack is no longer required for buildenv.

MFC after: 2 weeks
Sponsored by: Dell EMC Isilon

show more ...


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# 7a37b5fc 16-Jan-2015 Will Andrews <[email protected]>

Add a ${CP} alias for copying files in the build.

Some users build FreeBSD as non-root in Perforce workspaces. By default,
Perforce sets files read-only unless they're explicitly being edited.
As a

Add a ${CP} alias for copying files in the build.

Some users build FreeBSD as non-root in Perforce workspaces. By default,
Perforce sets files read-only unless they're explicitly being edited.
As a result, the -f argument must be used to cp in order to override the
read-only flag when copying source files to object directories. Bare use of
'cp' should be avoided in the future.

Update all current users of 'cp' in the src tree.

Reviewed by: emaste
MFC after: 1 week
Sponsored by: Spectra Logic

show more ...


# 2d281361 02-Jan-2015 Baptiste Daroussin <[email protected]>

Remove GNU texinfo from base along with all info pages.

To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo

Differential Revision: https://

Remove GNU texinfo from base along with all info pages.

To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo

Differential Revision: https://reviews.freebsd.org/D1409
Reviewed by: emaste, imp (previous version)
Relnotes: yes

show more ...


# ee5a34ec 25-Nov-2014 Baptiste Daroussin <[email protected]>

Convert to LIBADD
Reduce overlinking


Revision tags: release/10.1.0
# 4295fc3d 26-Aug-2014 Glen Barber <[email protected]>

Add gnugrep.1 to CLEANFILES.

MFC after: 3 days
Sponsored by: The FreeBSD Foundation


Revision tags: release/9.3.0
# c6063d0d 06-May-2014 Warner Losh <[email protected]>

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


Revision tags: release/10.0.0, release/9.2.0
# ee852b9c 06-Jun-2013 Jung-uk Kim <[email protected]>

Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this
actually reverts r250860 and r250861.

Reported by: gjb, tinderbox


# a1e98bc9 05-Jun-2013 Jung-uk Kim <[email protected]>

Connect libgnuregex 2.17 to the build.


Revision tags: release/8.4.0
# bed3a130 21-May-2013 Marcel Moolenaar <[email protected]>

Don't look for headers outside of the source or object directories. In
particular, don't use DESTDIR. Such creates an unnecessary dependency
on the build machine.

Obtained from: Juniper Networks, I

Don't look for headers outside of the source or object directories. In
particular, don't use DESTDIR. Such creates an unnecessary dependency
on the build machine.

Obtained from: Juniper Networks, Inc.

show more ...


Revision tags: release/9.1.0, release/8.3.0
# a23d1c70 25-May-2011 David E. O'Brien <[email protected]>

Build and install a BSD licensed grep.
If WITH_BSD_GREP is not set, it will be 'bsdgrep' and GNUgrep will be
'[ef]grep'. Otherwise, BSD-grep will be the grep family, and GNUgrep
will be 'gnugrep'.

Build and install a BSD licensed grep.
If WITH_BSD_GREP is not set, it will be 'bsdgrep' and GNUgrep will be
'[ef]grep'. Otherwise, BSD-grep will be the grep family, and GNUgrep
will be 'gnugrep'.

Discussed with: brooks

show more ...


Revision tags: release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0
# 19b0d58f 04-Jul-2004 Tim J. Robbins <[email protected]>

Update for grep 2.5.1.


Revision tags: release/4.10.0
# 0416b750 01-Mar-2004 Andrey A. Chernov <[email protected]>

Merge conflicts, upgrade


Revision tags: release/5.2.1
# 49b4df9a 17-Feb-2004 Andrey A. Chernov <[email protected]>

Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu


# 90fc3504 16-Feb-2004 Andrey A. Chernov <[email protected]>

1) Remove files no longer needed.
2) Switch back to regex.h


# 47d7e8a9 05-Feb-2004 Ruslan Ermilov <[email protected]>

Fixed style of DPADD and LDADD assignments as per style.Makefile(5).


Revision tags: release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0
# 597e16e0 20-Oct-2002 David E. O'Brien <[email protected]>

We HAVE_STPCPY now.


# 089f14a2 16-Sep-2002 David E. O'Brien <[email protected]>

Create bzgrep.


Revision tags: release/4.6.2, release/4.3.0
# c9746255 18-Jan-2000 Ruslan Ermilov <[email protected]>

Back out previous revision because someone upgraded our
texinfo system to one that understands "command{foo}".


# ca14eaae 04-Jan-2000 David E. O'Brien <[email protected]>

Turn off GNU Info docs until someone upgrades our texinfo system to one
that understands "command{foo}".


# 446b097e 22-Nov-1999 David E. O'Brien <[email protected]>

Make the tests work again.


# 06302797 22-Nov-1999 David E. O'Brien <[email protected]>

Finish proper hookup of GNU Grep 2.3, including docs & config header file,
rather than the compile commandline from hell.

Submitted by: ru


# bce3d5b6 21-Nov-1999 Peter Wemm <[email protected]>

Apply a bandaid to the grep Makefile to try and get it to compile and stop
breaking world.


# c18f2d82 20-Nov-1999 Peter Wemm <[email protected]>

Back out the botched attempt to update to gnu grep 2.3 (lots of history
was lost). Restore original version to try and avoid breaking the build
while David O'brien does a proper set of imports and m

Back out the botched attempt to update to gnu grep 2.3 (lots of history
was lost). Restore original version to try and avoid breaking the build
while David O'brien does a proper set of imports and merges.

Requested by: obrien

show more ...


# be59282c 28-Oct-1999 Ruslan Ermilov <[email protected]>

Upgrade grep to version 2.3


12