From owner-freebsd-stable@FreeBSD.ORG Tue Apr 12 12:45:13 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E8716A4CE for ; Tue, 12 Apr 2005 12:45:13 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9840843D4C for ; Tue, 12 Apr 2005 12:45:12 +0000 (GMT) (envelope-from robbak@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so3394788wri for ; Tue, 12 Apr 2005 05:45:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=is9q9MAl5+Z6q60ZY42AsOCIO5cUiUz9uhN5nEopwkmWAoGoaQCwfmUoPh6pw4NLNnBR2TTAVttkCB7p8zcL21eOGC1teUri+FX/SDdufuVb2kqPiyVuJejP7Vdb9i9rf1TqYsk+4iPnGk+UVz89mjhIvob/6+BDcuKjgZpP4y0= Received: by 10.54.55.61 with SMTP id d61mr3327800wra; Tue, 12 Apr 2005 05:45:11 -0700 (PDT) Received: by 10.54.14.15 with HTTP; Tue, 12 Apr 2005 05:45:11 -0700 (PDT) Message-ID: Date: Tue, 12 Apr 2005 22:45:11 +1000 From: Robert Backhaus To: Jan Sebosik In-Reply-To: <425B86B4.9030203@demax.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <425B86B4.9030203@demax.sk> cc: freebsd-stable@freebsd.org Subject: Re: Package managment X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Robert Backhaus List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 12:45:13 -0000 On Apr 12, 2005 6:28 PM, Jan Sebosik wrote: > Hi > > I`ve got one simple question: if i`ve built packages on my freebsd > 5.3-RELEASE system, do I need to rebuilt them again for 5.4-RELEASE > (after downloading && compiling from sources) ? > > Best regards, > Jan Sebosik > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > With care, in many situations, you should be able to get away with it. Problems occur with ports that contain kernel modules (ltmdm, nvidia-driver). There have also been major changes within ports (new gtk versions, and a gnome upgrade) which will make partial rebuilding hazardous. Most of us would recommend a general rebuild, for safety's sake.