summaryrefslogtreecommitdiff
path: root/sysutils/findutils
AgeCommit message (Collapse)AuthorFilesLines
2012-12-16DESCR:wiz2-4/+14
- Augment / update (text taken from <http://www.gnu.org/software/findutils/findutils.html>); Makefile: - augment `COMMENT'; - augment `LICENSE'. From Bug Hunting.
2012-12-06Add PKGGNUDIR support.jperkin1-4/+6
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-01Add symlink to gnu/man/man{1,5}cheusov2-8/+14
++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-21/+28
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Add LICENSE
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-04-04kill a check that time_t<=int which keeps this pkg from buildingdrochner2-1/+19
on NetBSD-current/32bit (I don't see what this check is good for)
2008-03-08* Major changes in release 4.2.33, 2008-02-13tnn4-15/+16
New and updated translations * Major changes in release 4.2.32, 2008-01-25 Moved to GPLv3. Bugfixes: #19596: -printf %b should be compared with %s/512, not %s/1024. #20970: Trailing slash on directory arguments breaks -name. "find foo/ -name foo" now correctly matches foo and printf foo/. See POSIX interp http://www.opengroup.org/austin/interps/uploads/40/14959/AI-186.txt #20751: Avoid memory corruption in find -ls that has been present since 4.2.28. #20662: Avoid memory leak in find -name and other places affected by gnulib dirname module. The leak had been present since 4.2.28. #20273: When xargs is successful without consuming all of stdin (for example, with the -E option), and stdin is seekable, xargs now correctly restores the file position, even on platforms where exit() does not follow the POSIX rules of doing likewise. Likewise for find (for example, with the -ok action). #15384: Find misbehaves when parent directory is not readable.
2007-10-16Update to findutils-4.2.31 and enable DESTDIR support.tnn15-231/+97
The list of changes from 4.1 is long and includes a range of performance improvements, portability fixes and a locate(1) security fix. Most of the pkgsrc patches have also been merged or otherwise fixed upstream.
2006-11-10Catman pages are no longer installed; remove USE_TOOLS+=nroff.tv1-2/+1
2006-03-20* Honor PKGINFODIR and PKGMANDIR, and remove use of obsolete INFO_DIR.jlam7-82/+32
* List info files directly in the PLIST. * Don't install the catman pages at all to fix PLIST problems. Bump the PKGREVISION to 6.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-02findutils uses nroff for installation, so add nroff to USE_TOOLS.bouyer1-1/+2
From Georg Schwarz in private mail.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-13Regenerated to match the current patches.rillig1-4/+4
2005-10-11Somehow the last commit only got Makefile. Commit missing bits:jschauma5-11/+22
Make this build and install under IRIX. To do this, we patch one file to get the proper include (not quite what's suggested in PR pkg/31273, but based on it), add the proper library to link against and simply ignore the fact that we don't have nroff (and thus don't install pre-formatted manual pages).
2005-10-11Make this build and install under IRIX. To do this, we patchjschauma1-1/+8
one file to get the proper include (not quite what's suggested in PR pkg/31273, but based on it), add the proper library to link against and simply ignore the fact that we don't have nroff (and thus don't install pre-formatted manual pages).
2005-10-04Add to CONFIGURE_ARGS if GNU_PROGRAM_PREFIX is defined.reed1-2/+3
(Maybe that didn't matter.) Also set CONFIGURE_HAS_MANDIR=NO because this configure script is too old. (I have a patch to commit too for honoring PKGMANDIR.)
2005-07-29Include unistd.h for readlink prototype instead of adding a prototypewiz2-1/+15
locally (which clashes with the system one on amd64).
2005-06-19Add missing RCS Id tags to patch-a[efghijk].hira8-8/+22
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-06Make compile on linux, from Jeremy C. Reed in PR 20798.bouyer8-1/+85
2004-05-08Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults toreed1-2/+2
"yes"). So any packages that have old GNU configure script that does not support --infodir option (while using INFO_FILES) can set CONFIGURE_HAS_INFODIR=NO. This was suggested by agc@ as a clearer definition.
2004-05-08Use a new option NO_CONFIGURE_INFODIR which is about to be introducedreed1-1/+2
because although these packages use autoconf-style configure scripts they do not know --infodir option.
2004-05-08Make sure this package installs to INFO_DIR (instead of info)reed3-2/+17
since it uses INFO_FILES.
2004-05-04Convert to buildlink3.snj1-3/+3
2004-03-10Remove info files entries from PLIST.seb1-4/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2002-12-25Honor GNU_PROGRAM_PREFIX. Patch by Jeremy C. Reed.wiz2-20/+27
2002-11-29Buildlinkify this package to stop it from using the packaged version oftron1-4/+5
"libintl" even if it is not necessary. Bump package revision.
2002-10-22Install catted man pages with proper suffix. Bump PKGREVISION to 4.1nb1.wiz6-18/+84
Closes PR 18758.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-5/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-24Fix path to locate database.wiz2-5/+14
Patch provided by Eric Gillespie Jr in pkg/13544.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-02-05add info-dir entry for info fileswiz2-2/+6
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-10A package for the findutils GNU utilities.bouyer8-0/+99