From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 16:04:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 390B71065674 for ; Wed, 26 Nov 2008 16:04:00 +0000 (UTC) (envelope-from ghartl@gmail.com) Received: from mail-qy0-f18.google.com (mail-qy0-f18.google.com [209.85.221.18]) by mx1.freebsd.org (Postfix) with ESMTP id C4EAD8FC1C for ; Wed, 26 Nov 2008 16:03:59 +0000 (UTC) (envelope-from ghartl@gmail.com) Received: by qyk11 with SMTP id 11so681284qyk.19 for ; Wed, 26 Nov 2008 08:03:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=YWLgQaXNVnkaHvXcZnP994Krg5BVD9268zz/N7is/qA=; b=xgrrGxTJe5nA4rdv4FSER6y3eANyUByG0iTnvLWPVfl1B1o1XHCRpKig1nQurv3slV o7XjIixZhD9XaEsyXOOTmOM7fDI9727h/vOmJXI3IT1CAoFkghfmZPuH9mSGW2uRSGAF xa9hI4qRgLwU2YQvUj5IY5dArzLV4wHYTMzoo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=JheXM5ehWSF/gx1TdUCUBHagpPlhM9K7hywOVpqdkWdF0+IUPPJCqYwDN4ZNvTravR M3BGqRcxNIHL6b/E6nUgPrx2MkrCaxXxwrvwPxuiuq8tfCjf5jG+txWuX+xjZxx5uRjD cGSzBLIvekyMix1WkRXMROorS+LRH96usutRk= Received: by 10.65.204.2 with SMTP id g2mr6337610qbq.45.1227715438073; Wed, 26 Nov 2008 08:03:58 -0800 (PST) Received: from mainpc (d226-16-220.home.cgocable.net [24.226.16.220]) by mx.google.com with ESMTPS id 9sm818144qbw.6.2008.11.26.08.03.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Nov 2008 08:03:57 -0800 (PST) From: "Gary Hartl" To: "'FreeBSD Questions'" References: <002801c94fdc$c7206c00$55614400$@com> In-Reply-To: Date: Wed, 26 Nov 2008 11:03:35 -0500 Message-ID: <002a01c94fe0$8a37c870$9ea75950$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AclP32W9nil1YIkVSH2UifQfHYTTLwAAOYgA Content-Language: en-ca Subject: RE: Update a package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2008 16:04:00 -0000 So am I to understand the package tree is considered part of the ports, i've fetching the packages from ftp://ftp.freebsd.org/pub/FreeBSD/ports/sparc64/packages-6-stable/All/ I don't have a local ports tree, since i'm tight on space ( only 20gig HDD ). Can ports be fetched remotely? Thanks Gary from /usr/ports/UPDATE, you need to rebuild all ports... AFFECTS: users of devel/gettext (i.e.: YOU) AUTHOR: ade@FreeBSD.org As a result of the upgrade to gettext-0.17, the shared library version of libintl has changed, so you will need to rebuild all ports that depend on gettext: # portupgrade -rf gettext # portmaster -r gettext\* Given the scope and sheer number of dependent ports, it may be more advisable to simply blow away all existing install ports (after keeping any local configuration changes), and rebuilding from scratch. good luck!! TFC On Wed, Nov 26, 2008 at 10:36 AM, Gary Hartl wrote: > Hi all; > > Ok uber noob question here. > > I have gettext-0.14.5 installed from the package tree, I want to update to > gettext-0.17_1 > > Is there a ways to do that with the pkg_add or some other command? > > I google'ed it and only found ways to update local ports sources...(which > means I either suck at google or fbsd or both) > > Thanks for understanding my noobness. > > Gary > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >