From owner-freebsd-ports@freebsd.org Sun Nov 12 07:14:25 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 009D1E6AC59 for ; Sun, 12 Nov 2017 07:14:24 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qt0-x232.google.com (mail-qt0-x232.google.com [IPv6:2607:f8b0:400d:c0d::232]) (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 AB2037F361 for ; Sun, 12 Nov 2017 07:14:24 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-qt0-x232.google.com with SMTP id c36so10124099qtc.11 for ; Sat, 11 Nov 2017 23:14:24 -0800 (PST) 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=KHViblRplDkYYv4Ow/j/NpQOWxd1Hx8+3VlQk1idl78=; b=zIiOMsCLFgd2zdAJNBYOg0wk5O7u5zsDdQktFbiTBNaSb1Nvfmm4/Bn2ISeQJBB/yF d9bMYTjIxiuuITCEGY87a1z888mCsI7M75oFZgEb+VpfOVPtDUh2YR6r0Ye1Y+7sFAMv 41JqYJyHwcMpDgz0LGAjoLXEIg2a3j3zuCMHPFOfBsgcLe1IzOchVQK2vChYnUwT3kG7 7m+F+9WIfmIkZaevqKdY1sISMYtVZ5Cy12ftWLeF1XGyrs4WDsKGYP5SwrLZ3b+AxMVB TJwnmdcWO/VZE+XX+qOiiluGAQCtoTtpfjm9sIQSVaZQVQ20XFplPmaszPCwzfoCxkCj lKmg== 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=KHViblRplDkYYv4Ow/j/NpQOWxd1Hx8+3VlQk1idl78=; b=I+6Nu7DA7mdKbQnHg7OcKpmevf1cJXr14jtysLX73WrTOlunYMsNEyDq1lFTyxRmwj BJC03l2B/gS9sxwctockGy9GDAFG9qYNktbCVu3VYRR1fQE2dDFrhHRYnLhjGC4HRZxL ixCEjsXykzmqq+E/3KAhos7l7XLPXbgCv5ale19mz1a7Gv1FCb4Z/8YuKiMnNW6uZx1i 4BpjLj5bGkPBoAkOgFIMKboOnh/86hPlFK6W6PnVEEckPo2ri6L/4y7quGBHaNOaeKLC FFVFFZ/bkUFZPMnKN5LxieHS31+E0UdWjYE3g/423sWsGhTmydXBKT+c3L5C1bWAN2WB cnvw== X-Gm-Message-State: AJaThX4ZBFJ9NkP0+Ok67xNq8+71t+K6Rd6EKKMq6lGpWPaOm+IqkKAy WBueJSyaWdPJE8ZbvoOqgi2VO1SpzthB5ByYP40MXg== X-Google-Smtp-Source: AGs4zMYCiGnkkbaDHTQKpePnDuG4AhSN0hiwAFpFNlC7VC5K+HzMubUJiEZf6PwSkWV2VgU47x4nwjZ7sdqo+8urQEM= X-Received: by 10.200.3.111 with SMTP id w47mr8976910qtg.312.1510470863425; Sat, 11 Nov 2017 23:14:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.42.35 with HTTP; Sat, 11 Nov 2017 23:14:23 -0800 (PST) X-Originating-IP: [150.107.174.214] In-Reply-To: References: From: Jonathan Chen Date: Sun, 12 Nov 2017 20:14:23 +1300 Message-ID: Subject: Re: Firefox (Doesn't) Build To: Patrick Dorion Cc: "freebsd-ports@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 07:14:25 -0000 On 12 November 2017 at 12:16, Patrick Dorion wrote: > What's the difference between using Poudriere or Synth, though? > > This is a clean system, I can't imagine a jail being cleaner... it was unpacked from the DVD the day before yesterday.... Both are clean room builds; ie where only minimal build dependancies are installed for each port build. The main difference is that: * poudriere uses jails to achieve this * synth uses unionfs+chroot to achieve this Cheers. -- Jonathan Chen