From owner-freebsd-stable@FreeBSD.ORG  Tue Jul  7 16:45:34 2009
Return-Path: <owner-freebsd-stable@FreeBSD.ORG>
Delivered-To: freebsd-stable@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1357C106564A
	for <freebsd-stable@freebsd.org>; Tue,  7 Jul 2009 16:45:34 +0000 (UTC)
	(envelope-from sulfurfff@gmail.com)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251])
	by mx1.freebsd.org (Postfix) with ESMTP id BBEEA8FC18
	for <freebsd-stable@freebsd.org>; Tue,  7 Jul 2009 16:45:33 +0000 (UTC)
	(envelope-from sulfurfff@gmail.com)
Received: by an-out-0708.google.com with SMTP id d14so2211683and.13
	for <freebsd-stable@freebsd.org>; Tue, 07 Jul 2009 09:45:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:mime-version:received:in-reply-to:references
	:date:message-id:subject:from:to:content-type;
	bh=7pTU8OkhbUPeqVeTay3o91VikTTAkqIYRiEXw2bdD9E=;
	b=dVQqvKPWhP1CrKcezcWrcYyGyBX2bi95HVfGkagV3LehJgeweX8OBNzT6wRreSbZjP
	n8u5BljljQFY/gYAfC1mfViSik/SPN+ca6XU3NC3MyMlAFwPPTSmsMj2oenk2o0yNVlT
	oWCL8+xMVDwOg3jjXwRtQh6njRb+571h7DT/o=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:content-type;
	b=uyD/We81IXEAAqycEm/90WEtDAjt4TuLyeo+Zufe6ufljCm1uWYqeNojKnSQOtSwY3
	F48oBMLaheLQM9lBmG68JRImOG80bGXozyMkj/E4/9oX2A5prioF1l4dS8bjtEj4wf7g
	5XH8XXsG/pIUH1Xahxqs+Jnjb2Nshv9/HQgFA=
MIME-Version: 1.0
Received: by 10.100.229.14 with SMTP id b14mr10858212anh.187.1246985132455; 
	Tue, 07 Jul 2009 09:45:32 -0700 (PDT)
In-Reply-To: <4A52ED7F.5030904@kkip.pl>
References: <ed5c0bbe0907060904m2a93aab7r9b17b8b5529dd8f0@mail.gmail.com>
	<4A523185.90007@smo.de>
	<alpine.BSF.2.00.0907062211190.95659@qvzrafvba.5c.ybpny>
	<4A52ED7F.5030904@kkip.pl>
Date: Tue, 7 Jul 2009 11:45:30 -0500
Message-ID: <ed5c0bbe0907070945w34b0d4cagf300b2574145dc60@mail.gmail.com>
From: "Ishmael F.E." <sulfurfff@gmail.com>
To: freebsd-stable@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: Re: upgrading ports without recompiling
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>, 
	<mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable>
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
	<mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Jul 2009 16:45:34 -0000

portupgrade -aPP seems to have worked, thougth I got LOTS of warnings and
plenty of packages weren't upgraded to the latest version (like gstreamer*
which latest version seems to be 0.10.22 but I still have 0.10.20 as
dependency
for pidgin)
.
As for compiling, I think it's not worth unless the OS is being twicked
which is
not the case for me at this moment.
.
Tanks for your help
.
.
2009/7/7 Bartosz Stec

>  CmdLnKid pisze:
>
> On Mon, 6 Jul 2009 13:16 -0000, pj wrote:
>
> Ishmael F.E. wrote:
> [...]
>
> .
> so, =BFhow can I upgrade the ports?
> unfortunatley I don't have time to compile my 64bit system
>
>  You don't need to compile whole OS to compile ports, if this is what you
> had in mind.
>
>
> Have you looked at the -PP option of portupgrade?
> I don't know how portmaster handles upgrades using packages only.
>
>
> You could look into devel/ccache & devel/distcc if you would like to spee=
d
> up your compile times. Of course your first compile will always be the
> slowest one but everyone after that will be faster. This is not always
> advised as a good solution and has been known to throw some pretty weird
> compiler bugs and also fail while compiling certain ports but that is
> tweakable through /etc/make.conf*.
>
>  Well, I heard about some problems with ccache, although I personally
> experienced only one of them - fail when building world on AMD64. Here's =
my
> make.conf, feel free to give it try after installing ccache (Try to set
> MAKEOPTS =3D CPU cores +1, and set appropriate CPUTYPE):
>
> CPUTYPE=3Dathlon64
> MAKEOPTS=3D-j3
>
> # USE CCACHE
> .if !defined(NOCCACHE)
> CC=3D/usr/local/libexec/ccache/world-cc
> CXX=3D/usr/local/libexec/ccache/world-c++
> .endif
>
> # default build settings for ports collection
> .if ${.CURDIR:M*/ports/*}
> CFLAGS=3D -O2 -fno-strict-aliasing -pipe -funroll-loops -fomit-frame-poin=
ter
> CXXFLAGS=3D -O2 -fno-strict-aliasing -pipe -funroll-loops
> .endif
>
> # default build settings for base system
> .if ${.CURDIR:M*/usr/src/*} || ${.CURDIR:M*/usr/obj/*}
> CFLAGS=3D-O2 -fno-strict-aliasing -pipe
> COPTFLAGS=3D-O2 -fno-strict-aliasing -pipe
> CXXFLAGS=3D${CFLAGS}
> .endif
>
>  In case of any problem with specific port (or world) type in shell:
>
> # setenv NOCCACHE
>
> before build. This should give you maximum compile speed in case when
> package is unavailable while using portupgrade -afP
>
> --
> Bartosz Stec
>
>
>


--=20
[=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D]
[En muchos lugares, tomar fotos es visto como]
[una costumbre vil y reprensible                      ]
[=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D]