From owner-freebsd-ports@freebsd.org Thu May 25 08:49:22 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 0E75ED72B5F for ; Thu, 25 May 2017 08:49:22 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qt0-x22c.google.com (mail-qt0-x22c.google.com [IPv6:2607:f8b0:400d:c0d::22c]) (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 C8AC210DB for ; Thu, 25 May 2017 08:49:20 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-qt0-x22c.google.com with SMTP id c13so175119506qtc.1 for ; Thu, 25 May 2017 01:49:20 -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=xFBv00o7iayFu3HdctXIv13xTt/ZO2+6CbuCEgdomQk=; b=lmaSqtRSJMEzp22mdl8wypNeIH8UkvvVaVe7Q9ejdZ43/ozaEOmESeZbpT17urgW65 ArflYuwUEZH+F+vHDgddEgOrT68JiisPvdqGaAJJs/CCgI46uKNKn10WwLr41P61BPzu D7dfutXY50XunipmC/xr+wTQT7AU9bK1GIKjQH3Jn0bjGcfA9jUxmRahg7Rpw27mznA9 o7NUgO/U/fABvVvM0AM/nrgaDoY+UMXpkCgpii4BnviHVmADkpS3pvbOGbkZNrv2h9DW W8EDd5UelhFe0Pt2ASN02bYPKLuIDoR1voqEL49jtZcFnEhLs5AIGfUO6zwtfzI2MVuP WSVg== 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=xFBv00o7iayFu3HdctXIv13xTt/ZO2+6CbuCEgdomQk=; b=LvSOJyiwUp3YW3DL3vqT69hVMf18Dgz3M+uz1hYQjXj6YCOGT9MzsG8Qj8NQ/FMX3i fZOH8SPufpzlKriPPfMlQGPvSDi80R9qZHnAOSXW7Gg/tBH0l++LGxatNWbFd3yxJ9iW I0JOA5ZBZi/+sr5lQhLGpPb9J09ZjU97Gj7Jzo1Ztg2g4t7DmJ5tLQDv6hfxcjt5WJOK 87qPVxtWqtscGTX233JFUolIlX1TOT/CW6MSiS9ufLYlyegNT4O6r9ElODiEp7IfcZC2 65eflzwUUng/U2c93oNeOuJMvnDuIZtSVNUrVpfAy7Nn5OONqvYqiA0X0fPOiBXR2ech jJIw== X-Gm-Message-State: AODbwcBWhtHAueBs/86rzNnplT8s+/GQKwJFplZ3RnhLxk4y9dXyLPXl hm1UctVSm5hdHYAgR9nRtXQl0jGz4ki/ X-Received: by 10.200.9.53 with SMTP id t50mr37494163qth.99.1495702159757; Thu, 25 May 2017 01:49:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.81.41 with HTTP; Thu, 25 May 2017 01:49:19 -0700 (PDT) X-Originating-IP: [180.148.102.31] In-Reply-To: References: <7A0ECD8D-90BC-4FAA-84B9-C9026E1ECFB7@adamw.org> From: Jonathan Chen Date: Thu, 25 May 2017 20:49:19 +1200 Message-ID: Subject: Re: Document for OPTIONS syntax in /etc/make.conf, where to find? To: Thomas Mueller Cc: freebsd-ports@freebsd.org, Adam Weinberger 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: Thu, 25 May 2017 08:49:22 -0000 On 25 May 2017 at 19:47, Thomas Mueller wrote: [...] > The new synth has no mechanism for configuring options; I guess that would have to be done by > make config-recursive , > possibly several times until there is nothing more left to configure, as I did when using portupgrade and later portmaster. >From synth(1) man page: -make.conf This is an optional, user-provided file. If it exists, the builder's /etc/make.conf will be appended with the contents of this file. For the default profile, the file would normally be located at /usr/local/etc/synth/LiveSystem-make.conf Cheers. -- Jonathan Chen