From owner-freebsd-ports@freebsd.org Sat Dec 19 12:43:31 2015 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 28AF3A4C33D for ; Sat, 19 Dec 2015 12:43:31 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x22e.google.com (mail-pf0-x22e.google.com [IPv6:2607:f8b0:400e:c00::22e]) (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 0BFAE1789 for ; Sat, 19 Dec 2015 12:43:30 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x22e.google.com with SMTP id n128so45946686pfn.0 for ; Sat, 19 Dec 2015 04:43:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=qsSQguZz6BZlJaBBlHcuLXssXh8mJBaXTWB61HzEKN8=; b=ohmnUHokxdhoTUnqOUmgB0Tec4sm5q5CGSJDcjaL6fPIGOlY2Xu9YcEv5YxQHVfmmm YlB6cA65A8RGFaL0iXW5DwnOTOlorP1bF/0xKE32D9QcN4qVNmLEdUr+TalwsxIvfLuQ 0E76heUgAyMg+m0QiyzMBsro3KowiZ0dI6oKnMX2ZmDCMLYGbEEP/GkAIh/bdZeRw3Jp si/XYis6mbjW7RvP7Qzg+9OLv7JoIYoeRxc1sDP4UwjNG8nYBr5GWEK/K0nvLUByaP9h m69PS5bPO5SqU1r92GdSmiF6EKR6aWm3jnjyp+pgzJOikUckJIo6aK05hKvpxlsJ5deY NfqA== X-Received: by 10.98.44.209 with SMTP id s200mr4496876pfs.2.1450529010505; Sat, 19 Dec 2015 04:43:30 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:c825:be55:88ec:f9f1? (2001-44b8-31ae-7b01-c825-be55-88ec-f9f1.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:c825:be55:88ec:f9f1]) by smtp.gmail.com with ESMTPSA id hw7sm28390079pac.12.2015.12.19.04.43.28 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 19 Dec 2015 04:43:29 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: default ver for llvm and port list white-space problem References: <20151219143115.3f54e717@rsbsd.rsb> To: Beeblebrox , freebsd-ports@freebsd.org From: Kubilay Kocak Message-ID: <567550E5.8010706@FreeBSD.org> Date: Sat, 19 Dec 2015 23:43:17 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <20151219143115.3f54e717@rsbsd.rsb> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 12:43:31 -0000 On 19/12/2015 11:31 PM, Beeblebrox via freebsd-ports wrote: > #1 What is the correct syntax in make.conf - will this work? > DEFAULT_VERSIONS= llvm=36 > Not sure whether that's correct, and I'd like to get it right before the poudriere run. > > #2 I have a file with a list of ports to build that I feed to poudriere > $ poudriere bulk -j myjail -f somefile > no longer works if file has port names separated by space or tab rather than new-line. So > www/port1 www/port2 www/port3 > no longer works. Is there a new syntax to keep port names on the same line? > I do this to group certain ports as a way to keep track of installed items. > > Regards. > If the following (recently created) wiki page doesn't explain it clearly enough, please let me know so we can update it: https://wiki.freebsd.org/DEFAULT_VERSIONS