Commit graph

18 commits

Author SHA1 Message Date
joerg
1b6ca55b58 Sync config.{guess,sub} with mk/gnu-configure. 2007-03-12 00:48:28 +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
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
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
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
grant
c95c646229 also install man page source, bump to 20030731. 2003-07-31 09:30:27 +00:00
grant
dc19bd61f1 test for getmode(), setmode(), isblank(), strmode(), tzfile.h.
bump to 20030630.
2003-06-30 15:54:19 +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