Julian C. Dunn wrote:
> I want to set up a FreeBSD system so that all portupgrades are done by a
> "portbld" user, which has restricted 'sudo' rights to execute only
> portupgrade-related commands. To that end, I did the following:
>
> $ sudo chown -R portbld:portbld /usr/ports
> $ sudo chown -R p
I want to set up a FreeBSD system so that all portupgrades are done by a
"portbld" user, which has restricted 'sudo' rights to execute only
portupgrade-related commands. To that end, I did the following:
$ sudo chown -R portbld:portbld /usr/ports
$ sudo chown -R portbld:portbld /var/db/sup/port
Jim C. Nasby wrote:
On Sat, May 21, 2005 at 02:47:28PM -0500, Barry Pederson wrote:
>>
Did you perhaps upgrade your Perl earlier? so that perhaps the existing
installed dependant ports are Perl packages for 5.6.1, but you now have
5.6.2 and portupgrade thinks your dependant packages should be
On Sat, 21 May 2005 15:49:03 -0500
"Jim C. Nasby" <[EMAIL PROTECTED]> wrote:
> On Sat, May 21, 2005 at 02:47:28PM -0500, Barry Pederson wrote:
> > Jim C. Nasby wrote:
> > >I'm trying to upgrade spamassassin, but portupgrade is stubling on every
> > >dependant port. It appears it wants to re-instal
On Sat, May 21, 2005 at 02:47:28PM -0500, Barry Pederson wrote:
> Jim C. Nasby wrote:
> >I'm trying to upgrade spamassassin, but portupgrade is stubling on every
> >dependant port. It appears it wants to re-install each port, which of
> >course doesn't work. It generates the make deinstall first er
Jim C. Nasby wrote:
I'm trying to upgrade spamassassin, but portupgrade is stubling on every
dependant port. It appears it wants to re-install each port, which of
course doesn't work. It generates the make deinstall first error
message. portupgrade -m -DFORCE_PKG_REGISTER seems to have gotten aro
I'm trying to upgrade spamassassin, but portupgrade is stubling on every
dependant port. It appears it wants to re-install each port, which of
course doesn't work. It generates the make deinstall first error
message. portupgrade -m -DFORCE_PKG_REGISTER seems to have gotten around
the problem, but I