Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2006 12:17:03 +0000
From:      Hannes Hauswedell <hannes.hauswedell@gmail.com>
To:        FreeBSD-Ports@freebsd.org
Subject:   Re: portupgrade ideas page
Message-ID:  <200606071217.04041.hannes.hauswedell@gmail.com>
In-Reply-To: <4485DBF5.3070705@FreeBSD.org>
References:  <4485DBF5.3070705@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> Portupgrade ideas page was created on our wiki server:
> http://wiki.freebsd.org/portupgrade
>
> I would like to hear your ideas, wishes and comments.

1) i would wish for portupgrade to automatically meet new requirements upon 
upgrading. both pkg_add and make install do this, portupgrade should too. 
upgrading a port and not installing a new requirement is almost never desired 
and shouldnt be default. (i.e. -R should not be required for this, instead if 
at all it should be achieved by -N )

2) when using portupgrade in -P mode it should check dependencies before(!) 
doing a make install, otherwise requirements will always be installed via 
source, even though a current package might exist. an example:
port A has no package and requires B that does have package. if i 
portupgrade -P "A"
both are installed from source although B could have - and following the 
manual for -P, should have - been installed via package.


anyway thank you very much for your work!
greetings
hannes hauswedell



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606071217.04041.hannes.hauswedell>