./sysutils/findutils, The GNU find, locate, updatedb, and xargs utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q3, Version: 4.4.2, Package name: findutils-4.4.2, Maintainer: bouyer

The GNU Find Utilities are the basic directory searching utilities
of the GNU operating system. These programs are typically used in
conjunction with other programs to provide modular and powerful
directory search and file locating capabilities to other commands.

The tools supplied with this package are:

* find - search for files in a directory hierarchy
* locate - list files in databases that match a pattern
* updatedb - update a file name database
* xargs - build and execute command lines from standard input


Master sites: (Expand)

SHA1: e8dd88fa2cc58abffd0bfc1eddab9020231bb024
RMD160: d2954a31d59ca238e18b50be82f1eccf7ad69054
Filesize: 2099.451 KB

Version history: (Expand)


CVS history: (Expand)


   2015-10-02 21:19:43 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #4817 - requested by dholland
sysutils/findutils: build fix

Revisions pulled up:
- sysutils/findutils/Makefile                                   1.35

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Mon Sep 28 01:40:53 UTC 2015

   Modified Files:
   	pkgsrc/sysutils/findutils: Makefile

   Log message:
   add bison to tools since we patched a .y file; noticed by Joerg
   2015-09-27 10:14:35 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #4817 - requested by dholland
sysutils/findutils: build fix

Revisions pulled up:
- sysutils/findutils/distinfo                                   1.17
- sysutils/findutils/patches/patch-gnulib_lib_getdate.y         1.1

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sat Sep 26 18:49:50 UTC 2015

   Modified Files:
   	pkgsrc/sysutils/findutils: distinfo
   Added Files:
   	pkgsrc/sysutils/findutils/patches: patch-gnulib_lib_getdate.y

   Log message:
   Remove wrong compile-time assertion about the size of time_t. (I'm
   sure this wrong code has popped up before, but I can't find any other
   patches for it in pkgsrc right now.) PR 50273.