From owner-freebsd-stable@FreeBSD.ORG Wed Feb 12 11:02:11 2014 Return-Path: Delivered-To: freebsd-stable@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 8F202223 for ; Wed, 12 Feb 2014 11:02:11 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AF8314A0 for ; Wed, 12 Feb 2014 11:02:11 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id p61so5817574wes.3 for ; Wed, 12 Feb 2014 03:02:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=gLA+VgvcQyuCTdxTqGt06GvJCU3RDcnTqOGrH8ZhMrU=; b=W+IAikLV5aFbeV9U4oekr7mu7fyIW2zlNRkmSfGiHg62xq8greW8Vt1b+krACxpUcB N+d7kIj7b9B+43wIZ2LabQOdKfjKjs4yHHJRQ7aiQyDspQgrxFoWvfIchVz19Cqh1zRT mFLjRAP5qweTKIMdtowO/Bp7PUdYhWTUg/mpKqCzhmh28nkQukQTFIBJ7BScVfhe8aoX SpOPFtxQ3gMGGeNMzCK0Y3I79nKOWAelI4E736ix86ybul+HI0+GuiYallgP3rbmHCAB mofnV7M7xEr0z1spVs7hXcq8FTW0/kP8Na3V8E67jIanvUaxkjzpPFse5gS9iSqFU/in hN4g== X-Received: by 10.194.109.68 with SMTP id hq4mr29470801wjb.12.1392202929589; Wed, 12 Feb 2014 03:02:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.161.129 with HTTP; Wed, 12 Feb 2014 03:01:49 -0800 (PST) From: sadegh solati Date: Wed, 12 Feb 2014 14:31:49 +0330 Message-ID: Subject: Re: FreeBSD 10 on VMWare in a corporate network; How? To: haramrae@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 11:02:11 -0000 Hi. for Example: in directory: /usr/ports/lang/perl5.18 #make all-depends-list it's output will be something like this /usr/ports/ports-mgmt/pkg take a look at distfiles in each directory ( perl and pkg).download the exact version that mentioned there to a pc which have acces to internet . use SCP to put the downloaded files in /usr/ports/distfiles. after that go to perl folder and use "make install" (without quotes) and it should be done. Don't forget to you can't connect to ssh or scp with root user. create another user or edit /etc/sshd.conf and enable PermitRootLogin then restart sshd service.