Commit graph

43 commits

Author SHA1 Message Date
joerg
6bf251943f DESTDIR support. 2009-02-09 23:53:00 +00:00
jschauma
ec5816ac04 update mtree to 20081105, most notably providing support for sha256,
sha384 and sha512;  while here, fix a minor build error discovered on
RHEL
2008-11-06 02:14:52 +00:00
joerg
4154d6b2fe Fix build by unifying sysutils/mtree and pkgtools/mtree in terms of
nbcompat usage.
2008-10-02 17:15:22 +00:00
martin
d86d72404e Drop clauses 3 and 4 from TNF licenses 2008-04-29 05:46:08 +00:00
rillig
fa0050ec62 Removed extra #. 2008-01-28 00:35:59 +00:00
rillig
4d0c26aa79 Even on non-BSD systems, the "-R all" option should disable printing of
the "time" attribute. Noticed by Malcolm Herbert on tech-pkg.
2007-11-19 08:41:25 +00:00
joerg
06fc161002 Fix build on QNX. From Sean Boudreau. 2007-09-06 21:08:08 +00:00
joerg
eb66d11868 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.
2007-07-10 15:19:17 +00:00
joerg
2a722b785e 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@
2007-04-12 14:36:40 +00:00
joerg
1b6ca55b58 Sync config.{guess,sub} with mk/gnu-configure. 2007-03-12 00:48:28 +00:00
jlam
bc22bd5d44 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.
2006-07-14 20:11:10 +00:00
jlam
06eb7023cb 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.
2006-07-14 19:54:47 +00:00
jlam
9be3dac9df Register and package pkgtools/mtree and populate the PLIST. Also
copy the manpage handling from pkg_install/Makefile.
2006-07-14 19:23:09 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
049d18c583 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.)
2005-01-06 05:32:29 +00:00
grant
495ab8cee9 update config.{sub,guess} for various bootstrap tools. fixes build on
newer platforms such as DragonFly.

fixes PR pkg/28579 from Todd Willey.
2004-12-12 00:46:28 +00:00
jlam
7dedaad0c3 Correct name of script in mtree2nbcompat. 2004-08-27 03:19:29 +00:00
schmonz
d60ad2662c USE_BUILDLINK3 is yes/no. 2004-08-27 02:19:44 +00:00
jlam
683567c435 Fix the version number of the package in the configure script, and modify
the Makefiles so that they can be built by really basic make programs.
2004-08-21 06:33:39 +00:00
jlam
3ccb17c634 Remove checks for some never-used headers. 2004-08-21 05:09:06 +00:00
jlam
4bb76e71bf Wording nit in comments. 2004-08-21 04:17:31 +00:00
jlam
9488cfa145 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.
2004-08-21 04:10:40 +00:00
jlam
896e92919d 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.
2004-08-14 02:33:32 +00:00
jlam
620def390e Check for very system headers used in the sources. 2004-08-13 14:56:18 +00:00
heinz
e1cd632373 Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE
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-16 23:43:36 +00:00
snj
118b6ca25a Convert to buildlink3. 2004-04-11 01:54:20 +00:00
reed
aaeb4475ce Add to DESCRiption: "It can be used as a file integrity checker." 2004-03-11 20:43:49 +00:00
grant
f35cee33a4 bump to 20031220 2003-12-20 04:55:04 +00:00
grant
17bfcfcae3 sync with -current:
#include <util.h>
this is needed by fparseln on macos/darwin and is harmless on netbsd
2003-12-20 04:54:56 +00:00
grant
2f6240086a sync with -current:
#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-12-20 04:52:50 +00:00
jlam
3d58e02200 Make this build using libnbcompat-20030829. Several files from the older
libnbcompat where moved into mtree/files since they logically belong
together (and are that way in the NetBSD src tree).
2003-09-05 18:38:58 +00:00
grant
5d0b8ba7b7 update mtree to 20030905:
* sync with -current
* fixes for libnbcompat new world order
* autoconf and Makefile cleanup
2003-09-05 04:38:44 +00:00
reed
2bb1f26c0d Improved COMMENT. (Okay'd by grant.) 2003-09-05 03:58:21 +00:00
grant
c95c646229 also install man page source, bump to 20030731. 2003-07-31 09:30:27 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
dc19bd61f1 test for getmode(), setmode(), isblank(), strmode(), tzfile.h.
bump to 20030630.
2003-06-30 15:54:19 +00:00
agc
73bf586192 Remove the package name from the COMMENT 2003-04-24 14:16:07 +00:00
grant
8aec634c95 remove deprecated NO_PATCH.
(perhaps I should update my pkglint?)
2003-04-03 12:55:21 +00:00
grant
07dd26070b allow this to build outside pkgsrc, too. 2003-04-01 03:56:40 +00:00
grant
aebecdb123 tidy this up a bit, consistently use parens. 2003-04-01 03:48:52 +00:00
grant
04f45d9901 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.
2003-03-31 08:51:06 +00:00