Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-27 | Fix build on (RH)EL 5 and 6, and possibly others. | seb | 2 | -3/+7 | |
Don't assume something if HAVE_NBTOOL_CONFIG_H is not defined, in pkgsrc case we HAVE_CONFIG_H to sort things out. | |||||
2010-03-24 | Pickup maintainership. | sbd | 1 | -2/+2 | |
2010-03-21 | Apply patch from PR 34942: Match prototype and body in staticness. | joerg | 1 | -3/+3 | |
2010-03-21 | Use ISO C99 / POSIX types. Should fix PR 40416. | joerg | 5 | -19/+19 | |
2010-03-21 | Reset maintainer, developer lost his commit bit. | wiz | 1 | -2/+2 | |
2009-02-09 | DESTDIR support. | joerg | 2 | -8/+10 | |
2008-11-06 | update mtree to 20081105, most notably providing support for sha256, | jschauma | 17 | -148/+357 | |
sha384 and sha512; while here, fix a minor build error discovered on RHEL | |||||
2008-10-02 | Fix build by unifying sysutils/mtree and pkgtools/mtree in terms of | joerg | 2 | -5/+3 | |
nbcompat usage. | |||||
2008-04-29 | Drop clauses 3 and 4 from TNF licenses | martin | 4 | -34/+6 | |
2008-01-28 | Removed extra #. | rillig | 1 | -1/+1 | |
2007-11-19 | Even on non-BSD systems, the "-R all" option should disable printing of | rillig | 1 | -3/+5 | |
the "time" attribute. Noticed by Malcolm Herbert on tech-pkg. | |||||
2007-09-06 | Fix build on QNX. From Sean Boudreau. | joerg | 1 | -2/+9 | |
2007-07-10 | Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and | joerg | 2 | -14/+3 | |
tnftp. Modifying files and possibly removing them from the base system is doing more harm than use. Bump revision or version of each package. | |||||
2007-04-12 | When calling bootstrap-register from the bootstrap script for the | joerg | 1 | -2/+1 | |
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@ | |||||
2007-03-12 | Sync config.{guess,sub} with mk/gnu-configure. | joerg | 2 | -361/+481 | |
2006-07-14 | For the pkgtools versions of mtree and pax, always use libnbcompat | jlam | 2 | -8/+3 | |
"in-place", and for the normal versions of mtree and pax, always use libnbcompat as a normal build dependency. | |||||
2006-07-14 | Create a separate sysutils/mtree package that is a "normal" package, | jlam | 2 | -23/+39 | |
distinct from the pkgtools/mtree package which is installed as part of the bootstrap process and which may be needed by pkg_install. | |||||
2006-07-14 | Register and package pkgtools/mtree and populate the PLIST. Also | jlam | 2 | -13/+17 | |
copy the manpage handling from pkg_install/Makefile. | |||||
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -4/+4 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-09-28 | Removed trailing white-space. | rillig | 1 | -2/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -2/+2 | |
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.) | |||||
2004-12-12 | update config.{sub,guess} for various bootstrap tools. fixes build on | grant | 2 | -173/+374 | |
newer platforms such as DragonFly. fixes PR pkg/28579 from Todd Willey. | |||||
2004-08-27 | Correct name of script in mtree2nbcompat. | jlam | 1 | -2/+2 | |
2004-08-27 | USE_BUILDLINK3 is yes/no. | schmonz | 1 | -2/+2 | |
2004-08-21 | Fix the version number of the package in the configure script, and modify | jlam | 3 | -17/+14 | |
the Makefiles so that they can be built by really basic make programs. | |||||
2004-08-21 | Remove checks for some never-used headers. | jlam | 2 | -8/+6 | |
2004-08-21 | Wording nit in comments. | jlam | 2 | -4/+2 | |
2004-08-21 | Update pkgtools/mtree to 20040722 (the latest on src HEAD). Changes | jlam | 20 | -141/+327 | |
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. | |||||
2004-08-14 | If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a local | jlam | 1 | -2/+9 | |
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. | |||||
2004-08-13 | Check for very system headers used in the sources. | jlam | 3 | -2/+241 | |
2004-04-16 | Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE | heinz | 7 | -376/+929 | |
in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead of HAVE_STRUCT_STAT_ST_FLAGS. This avoids confusion on UnixWare which has 'st_flags' but does _not_ support file flags. | |||||
2004-04-11 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-03-11 | Add to DESCRiption: "It can be used as a file integrity checker." | reed | 1 | -1/+2 | |
2003-12-20 | bump to 20031220 | grant | 1 | -2/+2 | |
2003-12-20 | sync with -current: | grant | 1 | -2/+5 | |
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd | |||||
2003-12-20 | sync with -current: | grant | 1 | -7/+11 | |
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd Include filename in: 'existing entry for `sha1.h', type `file' does not match type `link' realloc pedant | |||||
2003-09-05 | Make this build using libnbcompat-20030829. Several files from the older | jlam | 13 | -5/+2285 | |
libnbcompat where moved into mtree/files since they logically belong together (and are that way in the NetBSD src tree). | |||||
2003-09-05 | update mtree to 20030905: | grant | 15 | -4194/+897 | |
* sync with -current * fixes for libnbcompat new world order * autoconf and Makefile cleanup | |||||
2003-09-05 | Improved COMMENT. (Okay'd by grant.) | reed | 1 | -2/+2 | |
2003-07-31 | also install man page source, bump to 20030731. | grant | 2 | -3/+5 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-06-30 | test for getmode(), setmode(), isblank(), strmode(), tzfile.h. | grant | 4 | -24/+129 | |
bump to 20030630. | |||||
2003-04-24 | Remove the package name from the COMMENT | agc | 1 | -2/+2 | |
2003-04-03 | remove deprecated NO_PATCH. | grant | 1 | -2/+1 | |
(perhaps I should update my pkglint?) | |||||
2003-04-01 | allow this to build outside pkgsrc, too. | grant | 1 | -2/+2 | |
2003-04-01 | tidy this up a bit, consistently use parens. | grant | 1 | -16/+14 | |
2003-03-31 | Initial import of mtree-20030331 into The NetBSD Packages Collection. | grant | 20 | -0/+14694 | |
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. |