On Sat, Apr 26, 2008 at 11:32:34PM +0200, Markus Hennecke wrote:
> Seems to be working fine on amd64. This is another port for which the 
> previous version needs to be uninstalled to compile. This really becomes 
> a PITA.

Here's a really crude last-resort hackaround i use for those kind
of ports if i'm in a hurry (don't do this at home kids, and remember
to make a backup first):

$ pkg_info -L sucking-port |
sed '1,/^Files:/d;/^$/d;s,\(.*/\)\([^/]*\),mv & \1bratwurstverleih-\2,' |
sudo -s
$ make package
$ pkg_info -L sucking-port |
sed '1,/^Files:/d;/^$/d;s,\(.*/\)\([^/]*\),mv \1bratwurstverleih-\2 &,' |
sudo -s
$ make update

espie@ will kill me.

Ciao,
        Kili

Reply via email to