Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2005 21:49:24 -0800
From:      "Michael C. Shultz" <ringworm01@gmail.com>
To:        freebsd-questions@freebsd.org, Brian John <brianjohn@fusemail.com>
Subject:   Re: Error in port upgrade (was Re: portmanager hosed)
Message-ID:  <200502152149.25701.ringworm01@gmail.com>
In-Reply-To: <4212D196.5070509@fusemail.com>
References:  <1044.209.87.176.132.1108491312.fusewebmail-19592@www.fusemail.com> <200502152019.45016.ringworm01@gmail.com> <4212D196.5070509@fusemail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 15 February 2005 08:52 pm, Brian John wrote:

Brian, I can't send this to you as a patch because it would
conflict with the last pr I submitted so I need you to do it this
way instead:

cd /usr/ports/sysutils/portmanager
make deinstall
make clean
make patch
cd /usr/ports/sysutils/portmanager/work/portmanager-0.2.6/libPMGR/src
ee PMGRrUpgrade.c
scroll down to line 271and change:

assert(0);

to 

continue;

cd /usr/ports/sysutils/portmanager
make install clean

Then let me know how it goes.  If this works for you I'll be adding it 
in the next change, I haven't been able to duplicate this on my machine 
so right now you are my only hope of fixing this bug.

-Mike



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