1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Doug Barton 9c1ff8a252 Bug Fixes
=========
1. Since $build_l is no longer being incremented prior to the user's
+IGNOREME decision it's no longer necessary to decrement it if the
user chooses not to update that port.
2. While I was reading the trace to find this bug I noticed that we are
running update_build_l() (which in turn updates PM_NEEDS_UPDATE) prior
to running check_state() (FORBIDDEN|DEPRECATED|BROKEN|IGNORE), so move
that check up; and move the "currently installed" and "port directory"
messages up as well to give context to any messages from check_state().
3. Only print the fast-resume message if we're building. Otherwise we
might not know all the ports that need updating.
4. Fix the zsh completion file for --clean-packages[-all]

Minor Fixes
===========
1. In read_distinfos_all() a missing DISTINFO_FILE doesn't need to be fatal
like it does in read_distinfos() since it could be caused by something
uninteresting like a MASTERDIR that exists in part of the tree that has
not been downloaded (e.g., a c[v]sup refuse file). Add some whitespace
around the message in case make also emits an error.
2. For --clean-distfiles* add a line after the "Checking" message to
make the spacing consistent
3. In usage() fill in $pd if it's empty (which it will be for -h|--help)
4. Give a more helpful error message for -o when the port to be replaced
isn't installed or listed as a dependency
2010-11-10 03:30:28 +00:00
..
2010-09-29 16:02:01 +00:00
2010-03-28 06:47:48 +00:00
2010-11-02 15:20:16 +00:00
2010-09-03 10:29:23 +00:00
2010-03-28 06:47:48 +00:00
2010-04-24 09:38:46 +00:00
2010-09-05 16:56:17 +00:00
2010-06-24 15:59:48 +00:00
2010-05-27 12:58:20 +00:00
2010-01-04 10:02:20 +00:00
2010-11-07 22:10:56 +00:00
2010-11-10 03:30:28 +00:00
2010-01-28 04:13:54 +00:00
2010-07-11 18:55:41 +00:00
2010-09-23 08:12:30 +00:00
2010-09-23 08:12:30 +00:00
2010-11-08 07:56:14 +00:00
2010-03-28 06:47:48 +00:00
2010-11-04 15:20:27 +00:00