Commit graph

14 commits

Author SHA1 Message Date
hubertf
07dccfdb81 remove debug code 2000-09-02 14:05:36 +00:00
hubertf
94e6e8bd17 log more stuff to buildlog 2000-09-02 13:53:06 +00:00
dmcmahill
7b2960addc a couple of minor changes to the bulk-check-uptodate target:
- quote arguments to pkg_admin so the shell doesn't try to expand any *'s.

- be sure that all required binary packages exist.  The previous version
  made sure the required packages were not newer, but missed catching missing
  required packages.

Still todo:
When examining required binary packages to see if they have changed, the test
only looks at the modification time of the binary package.  It does not verify
that the required binary package is also up to date with respect to its
pkgsrc files.
2000-08-25 12:43:28 +00:00
dmcmahill
d768c43c3c escape the \ in an echo command so we see it 2000-08-24 15:48:12 +00:00
hubertf
f3fb78f833 If a required binary pkg is found newer, tell which one. 2000-08-24 02:49:44 +00:00
hubertf
7a01adbfdb Remove a comment that's no longer valid after we have 'pkg_admin lsbest'
now - we can expand all pkg wildcards with that.
2000-08-24 00:59:18 +00:00
hubertf
0711a31398 Back out last commit: It nuked pkgs that we compile in several versions,
e.g. for "normal" and -current pkgs.
2000-08-24 00:52:23 +00:00
hubertf
e0fcb9cbea When rebuilding a pkg, don't only remove the binary pkg currently
available with the current version, but ALL version.

That way, old pkg versions are automatically removed when building new
ones.
2000-08-11 20:38:04 +00:00
hubertf
71fc302230 Suppress any errors from pkg_delete if no pkgs are installed 2000-08-04 03:24:33 +00:00
dmcmahill
b5e3262f6a minor grammar fix 2000-08-01 21:19:21 +00:00
hubertf
8926c8c0b2 s/depends/install-depends/ 2000-08-01 02:56:43 +00:00
hubertf
1d49b935a8 make sure the required packages (depends) are installed before the
package is about to be built. This allows measuring of (only) this
pkg's build cost in some future step.
2000-07-31 22:22:33 +00:00
hubertf
ff3cf6b5cf No need to set PKG_MISC_TARGETS in /etc/mk.conf any more, it's now
on per default in bsd.pkg.subdir.mk
2000-07-28 01:16:04 +00:00
hubertf
ac4380bdd5 initial commit of bulk build targets (more to come) 2000-07-28 00:46:17 +00:00