From owner-freebsd-ports@FreeBSD.ORG Tue Nov 26 09:41:59 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8ADD5A5 for ; Tue, 26 Nov 2013 09:41:59 +0000 (UTC) Received: from mail-bk0-x234.google.com (mail-bk0-x234.google.com [IPv6:2a00:1450:4008:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7E52F51 for ; Tue, 26 Nov 2013 09:41:59 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id u14so2428331bkz.39 for ; Tue, 26 Nov 2013 01:41:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=IgizZIx255RhwmWd4acUvd0fU7Ph5VwbAW6Bm5AdhBc=; b=KQ3iOKN/jy37INb9JPEeXeLMJErYDX6uChI/kgJU9Y++grdnlRmgYGoSE3ud+BtyoO b9qyuBCofGQg/QKZT0GZtN7dF4eE/+rL2JqYjrARihA8SJs3Rlk7NsMHU0/1DFOoAkD3 o8Fei98VE2sL+70r5Ed9k4NwLzfjn91sJKG7y34QlEux3JUbAaDhxigIqUfC19AYxTXF sQN86nBD5SyxugZftBlgG1UbYUTFSp74r7jTNWJDIe7ypIzHD+7TvzCCf1M3zn6W2oNq dmaby2bqkS2ZLKG+mLs0gYtNkqS8waZoPGH+gryfktu1jT8GTotHXzGzaWJjxckoEjG0 4Ztw== X-Received: by 10.205.36.81 with SMTP id sz17mr22445862bkb.29.1385458917369; Tue, 26 Nov 2013 01:41:57 -0800 (PST) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id b7sm50142757bkg.1.2013.11.26.01.41.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Nov 2013 01:41:56 -0800 (PST) Message-ID: <52946CE3.5010802@gmail.com> Date: Tue, 26 Nov 2013 10:41:55 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Boris Samorodov Subject: Re: gvfs on FreeBSD 10 fails to build References: <529453E6.3080200@gmail.com> <5294684E.1050105@passap.ru> In-Reply-To: <5294684E.1050105@passap.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 09:41:59 -0000 Boris Samorodov schreef: > 26.11.2013 11:55, Johan Hendriks пишет: > >> Hello all, I just updated my FreeBSD 9 Stable machine to FreeBSD 10 Stable. >> >> I am now in the proces of rebuilding all ports. >> First I noticed that libiconv was not needed anymore from ports so I >> deleted that port. >> >> But on devel/gvfs I get an error. > It's not enough just to remove converters/libiconv. For more information > please take a look at /usr/ports/UPDATING. > I did go through /usr/ports/UPDATING, but not far enough :D Well the problem now is that i can not create a list of ports to reinstall anymore because i already did remove libiconv. I will try to use some binary packages on the ports that fail. Thanks for your time.. regards Johan