From owner-freebsd-ports@freebsd.org Tue Jun 13 23:03:58 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2891CC08B14 for ; Tue, 13 Jun 2017 23:03:58 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qk0-x229.google.com (mail-qk0-x229.google.com [IPv6:2607:f8b0:400d:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB4356FC06 for ; Tue, 13 Jun 2017 23:03:57 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-qk0-x229.google.com with SMTP id d14so24080195qkb.1 for ; Tue, 13 Jun 2017 16:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=SCyM/GkBUyZSeUdK3YWqq+kwDXXvq6dnmcHio/D1Mf8=; b=yP7j3twLNLeZRMSr9QDhwiflcja2/4G4fW9CgJF/fm2uM2CTbilt8zcHPkAzH2emVT owAWLXRYXh60v5xGn5O3pkWjsP0IMdQd9BOTvyH5PmLG6OlNU8xYjVrIDXsc3OVGvpTu W9c7Lpg7AO9QAD7wFYqS1G+bK/fFSHZetb+81f+oDTKyBgYgTL7E5RsUOWzk8Pr/Qzox A1cdzGAsa9ZLq9QqlO97f0qXJvUaa0S5hEEx6EZlY/9CfjnRe+yCQoLbXfD9UrAuiXdf G3wXUvXxKU+Bgc9Gld1QDftMiu6G6bPito8uTFcGipvT+ZSI/8sJfWvaQwYvBqnq3Y3b MNLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SCyM/GkBUyZSeUdK3YWqq+kwDXXvq6dnmcHio/D1Mf8=; b=JvmEa2gw4mWIofNhCh/BEtHQq75pQdIy8pl3tVSt/tXfAL58PwFRyLkC/tpevemp0j Wek4/+YwqpHUMgXJaHElS6XI3CeXXGH9+fGFBBvjKCs1wmBmxbtuSmah7xQ8ZrHXZn/K LJ67K4ejt7JT08cfB7Zg0u9b4GLu6LVsSCdxcQU3KXnSp/mtAuQoiqBj4A5BpeHXdOym 17B9ciYsGN8eRLY27F3Y6aN1RXTmkGp50ar/E6hbZsX36IRRcd/Kz6zFyDxVe/i1wwaP mtMoWabF1IvpjY9PQECgfKmk0LPG0VX3ZUursoAGDUWn1noqc45XnrXNXdMUlpqoVZEw vDQw== X-Gm-Message-State: AKS2vOyuPiUXRXLh3ZWWKlFGXp5DPtrAWyRycUEct279lIyIbIIZ/6tW FK02Rs7EedE3TMFM9qIvt1NVTUeUM3YG X-Received: by 10.55.203.10 with SMTP id d10mr2655837qkj.167.1497395037081; Tue, 13 Jun 2017 16:03:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.98.171 with HTTP; Tue, 13 Jun 2017 16:03:56 -0700 (PDT) X-Originating-IP: [203.99.129.1] In-Reply-To: References: <53.C8.03935.FCF7F395@dnvrco-omsmta01> From: Jonathan Chen Date: Wed, 14 Jun 2017 11:03:56 +1200 Message-ID: Subject: Re: Synth: copying installation to second computer To: Thomas Mueller Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 23:03:58 -0000 On 14 June 2017 at 10:51, Thomas Mueller wrote: > I think my main concern is getting packages into a synth-recognized repository. > > I would use NFS rather than http. I would need to be sure to disable freebsd.org server in the conf, think I just did, now need to check on the other computer. > > I don't really want to have to rebuild synth and dependencies redundantly after all are installed on first build-host computer. > > But I would want to use synth on either computer without depending on the other computer; what I am concerned with now is getting started. The synth repository is just the standard pkg-repository(5), based (by default) at /var/synth/live_packages. As long as you're using the same architecture and the same /usr/ports tree, you should be okay. YMMV. Cheers. -- Jonathan Chen