The NetBSD Project

CVS log for pkgsrc/sysutils/findutils/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / sysutils / findutils

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Fri Apr 22 13:44:41 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Mar 8 11:15:03 2008 UTC (4 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

* Major changes in release 4.2.33, 2008-02-13
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.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Oct 16 00:45:52 2007 UTC (4 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.25: +6 -9 lines
Diff to previous 1.25 (colored)

Update to findutils-4.2.31 and enable DESTDIR support.
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.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 10 14:44:33 2006 UTC (5 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

Catman pages are no longer installed; remove USE_TOOLS+=nroff.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 20 18:05:22 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.23: +5 -10 lines
Diff to previous 1.23 (colored)

* Honor PKGINFODIR and PKGMANDIR, and remove use of obsolete INFO_DIR.
* List info files directly in the PLIST.
* Don't install the catman pages at all to fix PLIST problems.

Bump the PKGREVISION to 6.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:49 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jan 2 20:56:51 2006 UTC (6 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

findutils uses nroff for installation, so add nroff to USE_TOOLS.
From Georg Schwarz in private mail.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:19 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:00 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.19 / (download) - annotate - [select for diffs], Tue Oct 11 01:59:49 2005 UTC (6 years, 7 months ago) by jschauma
Branch: MAIN
Changes since 1.18: +8 -1 lines
Diff to previous 1.18 (colored)

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).

Revision 1.18 / (download) - annotate - [select for diffs], Tue Oct 4 18:31:29 2005 UTC (6 years, 7 months ago) by reed
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

Add to CONFIGURE_ARGS if GNU_PROGRAM_PREFIX is defined.
(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.)

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:23 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:14 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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.

Revision 1.15 / (download) - annotate - [select for diffs], Sat May 8 16:14:55 2004 UTC (8 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to
"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.

Revision 1.14 / (download) - annotate - [select for diffs], Sat May 8 02:08:38 2004 UTC (8 years ago) by reed
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Use a new option NO_CONFIGURE_INFODIR which is about to be introduced
because although these packages use autoconf-style configure
scripts they do not know --infodir option.

Revision 1.13 / (download) - annotate - [select for diffs], Sat May 8 01:24:12 2004 UTC (8 years ago) by reed
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Make sure this package installs to INFO_DIR (instead of info)
since it uses INFO_FILES.

Revision 1.12 / (download) - annotate - [select for diffs], Tue May 4 02:07:06 2004 UTC (8 years ago) by snj
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Convert to buildlink3.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 9 11:25:12 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

USE_NEW_TEXINFO is unnecessary now.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 5 15:14:11 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Convert to USE_NEW_TEXINFO.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 17 22:53:34 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jul 13 13:53:14 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

PKGREVISION bump for libiconv update.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 25 17:56:46 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.6: +9 -2 lines
Diff to previous 1.6 (colored)

Honor GNU_PROGRAM_PREFIX. Patch by Jeremy C. Reed.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Nov 29 08:05:31 2002 UTC (9 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.5: +5 -4 lines
Diff to previous 1.5 (colored)

Buildlinkify this package to stop it from using the packaged version of
"libintl" even if it is not necessary. Bump package revision.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 22 11:35:39 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

Install catted man pages with proper suffix. Bump PKGREVISION to 4.1nb1.
Closes PR 18758.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:41 2002 UTC (10 years, 3 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Introduce new framework for handling info files generation and installation.

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.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 17 17:42:13 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 5 17:29:06 2000 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

add info-dir entry for info files

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 10 17:32:59 1999 UTC (12 years, 5 months ago) by bouyer
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

A package for the findutils GNU utilities.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 10 17:32:59 1999 UTC (12 years, 5 months ago) by bouyer
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>