Up to [cvs.netbsd.org] / pkgsrc / pkgtools / mtree
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 8 01:11:21 2012 UTC (2 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.24: +16 -6
lines
Diff to previous 1.24 (colored)
Remove sysutils/mtree, it serves no purpose. Don't install cat page. Bump version for pkgtools/mtree.
Revision 1.24 / (download) - annotate - [select for diffs], Tue Feb 10 00:11:53 2009 UTC (3 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
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
Changes since 1.23: +3 -1
lines
Diff to previous 1.23 (colored)
DESTDIR support.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Oct 2 17:15:22 2008 UTC (3 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3
Changes since 1.22: +1 -2
lines
Diff to previous 1.22 (colored)
Fix build by unifying sysutils/mtree and pkgtools/mtree in terms of nbcompat usage.
Revision 1.21.2.1 / (download) - annotate - [select for diffs], Sat Jul 21 01:19:08 2007 UTC (4 years, 10 months ago) by salo
Branch: pkgsrc-2007Q2
Changes since 1.21: +1 -12
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
Pullup ticket 2142 - requested by joerg remove PKG_TOOLS_PREFIX handling from bootstrap tools Revisions pulled up: - pkgsrc/pkgtools/mtree/Makefile 1.22 - pkgsrc/pkgtools/mtree/Makefile.common 1.3 - pkgsrc/pkgtools/pax/Makefile 1.15 - pkgsrc/pkgtools/pkg_install/Makefile 1.131 - pkgsrc/pkgtools/pkg_install/files/lib/version.h 1.65 - pkgsrc/pkgtools/tnftp/Makefile 1.3 Module Name: pkgsrc Committed By: joerg Date: Tue Jul 10 15:19:18 UTC 2007 Modified Files: pkgsrc/pkgtools/mtree: Makefile Makefile.common pkgsrc/pkgtools/pax: Makefile pkgsrc/pkgtools/pkg_install: Makefile pkgsrc/pkgtools/pkg_install/files/lib: version.h pkgsrc/pkgtools/tnftp: Makefile Log Message: Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and tnftp. Modifying files and possibly removing them from the base system is doing more harm than use. Bump revision or version of each package.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Jul 10 15:19:17 2007 UTC (4 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper-base,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.21: +1 -12
lines
Diff to previous 1.21 (colored)
Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and tnftp. Modifying files and possibly removing them from the base system is doing more harm than use. Bump revision or version of each package.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Apr 12 14:36:40 2007 UTC (5 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base
Branch point for: pkgsrc-2007Q2
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
When calling bootstrap-register from the bootstrap script for the various packages, pass down PKG_PRESERVE. Remove the default setting of PKG_PRESERVE, it makes perfect sense to install e.g. pkgtools/mtree and be able to remove it again, if it is not an essientiel tool. OK jlam@
Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 14 20:11:10 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
For the pkgtools versions of mtree and pax, always use libnbcompat "in-place", and for the normal versions of mtree and pax, always use libnbcompat as a normal build dependency.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jul 14 19:54:47 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.18: +5 -23
lines
Diff to previous 1.18 (colored)
Create a separate sysutils/mtree package that is a "normal" package, distinct from the pkgtools/mtree package which is installed as part of the bootstrap process and which may be needed by pkg_install.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Jul 14 19:23:09 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.17: +13 -11
lines
Diff to previous 1.17 (colored)
Register and package pkgtools/mtree and populate the PLIST. Also copy the manpage handling from pkg_install/Makefile.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:25 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 28 14:31:08 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Removed trailing white-space.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:05 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.14: +1 -2
lines
Diff to previous 1.14 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 6 05:32:29 2005 UTC (7 years, 4 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Don't "cp -p" for *source* files. Builds are usually done as an unprivileged user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 27 02:19:44 2004 UTC (7 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
USE_BUILDLINK3 is yes/no.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 21 04:10:45 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update pkgtools/mtree to 20040722 (the latest on src HEAD). Changes from the previous version include: - Add a mtree2nbcompat script to ease importing from src HEAD into pkgsrc. * Implement -M to "merge" entries, even with different types. This can be used in /etc/security to allow special.local to override types of entries in special (e.g, replacing a dir with a link). * Rename Wflag to mtree_Wflag, to be more "external namespace" friendly.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 14 02:33:32 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.10: +9 -2
lines
Diff to previous 1.10 (colored)
If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a local version of libnbcompat instead of requiring libnbcompat to be installed. This simplifies testing of bootstrap packages without root privileges on a system that has already been bootstrapped.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 11 02:01:55 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
Convert to buildlink3.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 20 04:55:04 2003 UTC (8 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
bump to 20031220
Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 5 04:38:44 2003 UTC (8 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.7: +9 -2
lines
Diff to previous 1.7 (colored)
update mtree to 20030905: * sync with -current * fixes for libnbcompat new world order * autoconf and Makefile cleanup
Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 5 03:58:21 2003 UTC (8 years, 8 months ago) by reed
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Improved COMMENT. (Okay'd by grant.)
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 31 09:30:27 2003 UTC (8 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
also install man page source, bump to 20030731.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 21 17:14:06 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
COMMENT should start with a capital letter.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 30 15:54:19 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
test for getmode(), setmode(), isblank(), strmode(), tzfile.h. bump to 20030630.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 24 14:16:07 2003 UTC (9 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Remove the package name from the COMMENT
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 3 12:55:21 2003 UTC (9 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
remove deprecated NO_PATCH. (perhaps I should update my pkglint?)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 31 08:51:06 2003 UTC (9 years, 1 month ago) by grant
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of mtree-20030331 into The NetBSD Packages Collection. The mtree utility compares the file hierarchy rooted in the current directory against a specification read from the standard input. Messages are written to the standard output for any files whose characteristics do not match the specification, or which are missing from either the file hierarchy or the specification.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 31 08:51:06 2003 UTC (9 years, 1 month ago) by grant
Branch: MAIN
Initial revision