Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2014 23:27:07 +0100
From:      Matthias Fechner <idefix@fechner.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Howto install apache on FreeBSD10
Message-ID:  <532A19BB.3000604@fechner.net>
In-Reply-To: <alpine.BSF.2.00.1403190910210.49998@wonkity.com>
References:  <532955D2.7080101@fechner.net> <alpine.BSF.2.00.1403190910210.49998@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 19.03.14 16:19, schrieb Warren Block:
> 1. portmaster --list-origins > ~/installed-port-list
> 2. Update the ports tree
> 3. portmaster -ty --clean-distfiles
> 4. portmaster -Faf
> 5. pkg delete -afy
> 6. rm -rf /usr/local/lib/compat/pkg
> 7. Back up any files in /usr/local you wish to save,
>    such as configuration files in /usr/local/etc
> 8. Manually check /usr/local and /var/db/pkg
>    to make sure that they are really empty
> 9. Install ports-mgmt/pkg and then ports-mgmt/portmaster
>    Remove both ~/installed-port-list
> 10. portmaster `cat ~/installed-port-list`

i find this approach not very handy.
If you do it this way it will take about one day to get everything up
and working again which is for a server not acceptable.

I prefer the following command:
portupgrade -f '<2013-03-19'

That should fix most of the problems. Maybe you have to do a second
build one day later.
Doing this way all services can continue to work.

But my problem seems to be a bug in the apache22 version as version 24
is working fine.

Gruß,
Matthias

-- 
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook



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