From owner-freebsd-questions@FreeBSD.ORG Sun Apr 28 19:46:45 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8CE47BE2 for ; Sun, 28 Apr 2013 19:46:45 +0000 (UTC) (envelope-from alexey.kurinnij@gmail.com) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by mx1.freebsd.org (Postfix) with ESMTP id 2676F12BD for ; Sun, 28 Apr 2013 19:46:44 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id d17so2408498eek.40 for ; Sun, 28 Apr 2013 12:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=kfgniqAh6AsZTeUlSR9dUtlLMnCWgcIFkfHfzcFQX6o=; b=bPAhcjnISzkDB+RDOxMjQqKokak8algtexxAKTtowZRpfhTt5Uis1NdGnMB/BNZAl5 rnWnjvYEpnQPOAEcP0yPOqi1kyxoO6RTxSnVxia1sUu4DiEDkpmXeMnJtitqiENTwQHn n32XbgH815SbkrJ20NeaJaPW9NNDow46bA382tAvt+vu6z549P0v6pLcrH5m/BUQcFtQ LIG/JT5Fv0VscmOof+y+ULOLh+lSldrwDBrND1GaK+oTnkoMIrVH0Sp/qHo7ewIazfgk dcI26c85kAuUe0+UsUr0EhYWNVhNvrsBt6f1Yb1bNEV5Gjp6iZvs5bxttmyCmMaH2Xcy mIRQ== X-Received: by 10.15.98.66 with SMTP id bi42mr114234660eeb.39.1367178398099; Sun, 28 Apr 2013 12:46:38 -0700 (PDT) Received: from [192.168.1.3] (149-216-53-37.pool.ukrtel.net. [37.53.216.149]) by mx.google.com with ESMTPSA id v48sm28895681eeg.7.2013.04.28.12.46.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Apr 2013 12:46:37 -0700 (PDT) Message-ID: <517D7CF6.1000200@gmail.com> Date: Sun, 28 Apr 2013 22:48:06 +0300 From: Alexey_Kurinnij User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: make install and portinstall Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 19:46:45 -0000 I can`t install xorg when use cd to port dir and run "make install clean" Before "make install clean" I run make config-recursive and make fetch-recursive Here errors http://dpaste.com/1076927/ But portinstall can install xorg I not mutch experienced with free bsd, but what I doing wrong?