| non port: sysutils/portupgrade/files/patch-bin-portupgrade |
Number of commits found: 9 |
|
Wednesday, 23 Aug 2006
|
10:02 sem
- Update to 2.1.3.3.
A few fixes merged from developing version, patches integrated.
 |
|
Wednesday, 9 Aug 2006
|
17:17 sem
- Make fetch(1) quiet when STDOUT is not a tty (as it was before).
PR: ports/101341
Requested by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
 |
|
Wednesday, 12 Jul 2006
|
16:21 sem
- Fix a bug when values of -M was ignored.
Submitted by: John E Hein <jhein@timing.com>
 |
|
Monday, 19 Jun 2006
|
12:41 sem
- Roll back to stable 2.1.1 version.
I'd like to wait a repocopy but marcus seems will unaccessible for a week.
 |
07:53 sem
- Real fix of the last problem.
 |
|
Sunday, 18 Jun 2006
|
19:48 sem
- Disable 'make config' feature. It should be implemented another way.
Now it's PITA if many ports affected.
 |
18:27 sem
- Quick fix: change 'make config' with 'make config-conditional'.
It's exactly I meant.
Reported by: Larry Rosenman <ler at lerctr.org>
 |
|
Sunday, 4 Dec 2005
|
06:39 edwin
sysutils/portupgrade: fix the problem that portupgrade sometimes runs slow, and
bump PORTVERSION to 20051204.
(1) For years, I have experienced that portupgrade sometimes
runs very slow. After some investigation, I found that
"pkgdb -aF" is invoked from portupgrade or other programs
(such as portversion) without having sufficient privilege
to modify /var/db/pkg/, and that error is not caught by the
caller program, and "pkgdb -aF" is invoked repeatedlly.
So, I fixed the following things:
- When pkgdb internally invoked from other program exits
with error, make the caller program also exit with error.
- Display the error messages of pkgdb that run internally
from other program.
When portupgrade or other programs die with the following error,
** You do not own /var/db/pkg. (use -f to force or run as root)
Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
please run "pkgdb -aF" as the user that owns /var/db/pkg (usually root).
(2) Make new tarball that contains the above fix and all
patches in files/. Bump PORTVERSION to 20051204 and change
MASTER_SITES.
PR: ports/89917
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
 |
|
Friday, 29 Jul 2005
|
16:34 garga
Pass full path to pkg_{add,info} invoked from portupgrade.
PR: ports/84278
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
 |
Number of commits found: 9 |