1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Remove code that gather not installed depends. It makes more problems

than solves.

Discussed with:	pav
This commit is contained in:
Sergey Matveychuk 2008-02-11 16:17:39 +00:00
parent 760b66fe22
commit 770dfbe40d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207031
2 changed files with 14 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= portupgrade
PORTVERSION= 2.4.3
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= ports-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}

View File

@ -1,6 +1,16 @@
--- bin/portupgrade.orig 2008-02-11 13:37:36.000000000 +0300
+++ bin/portupgrade 2008-02-11 16:07:28.000000000 +0300
@@ -656,8 +656,10 @@
--- bin/portupgrade.orig 2008-02-11 02:20:02.000000000 +0300
+++ bin/portupgrade 2008-02-11 19:12:49.000000000 +0300
@@ -647,7 +647,8 @@
end
depends |= dep
end
- install_tasks |= get_notinstalled_depends(origin)
+ # XXX It makes more problems than solves
+ #install_tasks |= get_notinstalled_depends(origin)
end
end
upgrade_tasks -= not_need_upgrade
@@ -656,8 +657,10 @@
if $upward_recursive
STDERR.print '[Exclude up-to-date packages '
not_need_upgrade = []