From owner-freebsd-questions@FreeBSD.ORG Wed Nov 30 10:45:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F02016A41F for ; Wed, 30 Nov 2005 10:45:22 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C97243D62 for ; Wed, 30 Nov 2005 10:45:19 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: by wproxy.gmail.com with SMTP id i2so61169wra for ; Wed, 30 Nov 2005 02:45:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HGHJXfyTWwOo6GCQzyh6AG4t59pWo/qmjakkGorwvv3FG9XDWb1OdMfK9ve/NJmr2GQwCvziDEj75ZxljR2qQJQZySJaEfc/zW4j3x7+43XRWpD4JtfhWEUbch7QsJWuOzmcXUBNDumTV7x6ey5FMfK3HOceSW4j391YbsoYaX4= Received: by 10.65.191.8 with SMTP id t8mr20823qbp; Wed, 30 Nov 2005 02:45:18 -0800 (PST) Received: by 10.64.195.1 with HTTP; Wed, 30 Nov 2005 02:45:18 -0800 (PST) Message-ID: Date: Wed, 30 Nov 2005 12:45:18 +0200 From: Mehmet Fatih AKBULUT To: buttmanizer In-Reply-To: <20051130102535.69243.qmail@web32412.mail.mud.yahoo.com> MIME-Version: 1.0 References: <20051130101948.GA97852@xor.obsecurity.org> <20051130102535.69243.qmail@web32412.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ports questions 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, 30 Nov 2005 10:45:22 -0000 hi buttmanizer. i had that problem 2 or 3 weeks ago. i know thats too annoying :p and it really made me sick for days :) but eventually fixed it. all u have to do is just upgrade dependencies before installing any port. to upgrade dependencies u have to first install portupgrade which is in /usr/ports/sysutils/portupgrade ... (dont forget to select BD.) if u do this, then upgrade dependencies for the package u wanna install using the command below: let's say u wanna install gconf2. then first : # portinstall -FR gconf2 if u done with this then move to the second command which is : # portinstall -N gconf2 (before doing this go to the gconf folder under ports and do # make deinstall clean first.) this is what you need friend :p tell us what u get when u run the commands above. Regards.