summaryrefslogtreecommitdiff
path: root/pkgtools/mtree/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2014-03-03Just define PKGNAME and use it.obache1-4/+2
2013-09-08Update to 20130908ryoon1-2/+2
* Fix build with libnbcompat-20120702, PR pkg/42142's side effect is fixed. Tested on Solaris 10, OpenBSD, FreeBSD etc. Detect system's sha2.h and SHA2 functions, and include nbcompat/sha2.h conditionally.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-03-08Remove sysutils/mtree, it serves no purpose.joerg1-6/+16
Don't install cat page. Bump version for pkgtools/mtree.
2009-02-09DESTDIR support.joerg1-1/+3
2008-10-02Fix build by unifying sysutils/mtree and pkgtools/mtree in terms ofjoerg1-2/+1
nbcompat usage.
2007-07-10Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install andjoerg1-12/+1
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-12When calling bootstrap-register from the bootstrap script for thejoerg1-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@
2006-07-14For the pkgtools versions of mtree and pax, always use libnbcompatjlam1-1/+2
"in-place", and for the normal versions of mtree and pax, always use libnbcompat as a normal build dependency.
2006-07-14Create a separate sysutils/mtree package that is a "normal" package,jlam1-23/+5
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-14Register and package pkgtools/mtree and populate the PLIST. Alsojlam1-11/+13
copy the manpage handling from pkg_install/Makefile.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-4/+4
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-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-08-27USE_BUILDLINK3 is yes/no.schmonz1-2/+2
2004-08-21Update pkgtools/mtree to 20040722 (the latest on src HEAD). Changesjlam1-2/+2
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-14If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a localjlam1-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-04-11Convert to buildlink3.snj1-3/+3
2003-12-20bump to 20031220grant1-2/+2
2003-09-05update mtree to 20030905:grant1-2/+9
* sync with -current * fixes for libnbcompat new world order * autoconf and Makefile cleanup
2003-09-05Improved COMMENT. (Okay'd by grant.)reed1-2/+2
2003-07-31also install man page source, bump to 20030731.grant1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-06-30test for getmode(), setmode(), isblank(), strmode(), tzfile.h.grant1-2/+2
bump to 20030630.
2003-04-24Remove the package name from the COMMENTagc1-2/+2
2003-04-03remove deprecated NO_PATCH.grant1-2/+1
(perhaps I should update my pkglint?)
2003-03-31Initial import of mtree-20030331 into The NetBSD Packages Collection.grant1-0/+28
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.