From owner-freebsd-ports@freebsd.org Sat Dec 19 12:31:22 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 C546FA4B925 for ; Sat, 19 Dec 2015 12:31:22 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (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 69CA610D4 for ; Sat, 19 Dec 2015 12:31:22 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: by mail-wm0-x22d.google.com with SMTP id l126so16656210wml.1 for ; Sat, 19 Dec 2015 04:31:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=oAW2cFQdrWZhcK+5mvo+Kqb2C2w/0RY5PkG6B9yrjPg=; b=uU6KMWgSZyvuJIKlD7ZxBoC6Pk2BIGhw+gptiBFcvn+OL8go6y8yU7WgZ0RRtWr+9S TssStMYMqCHkQwzD/5HZOwEsicZMmanFmxPC77lW0YG4tA3HoYhIEoy4dHzjM2gsoh/h aXsAQGVhKBFAvIoBwccal1XOqO4uPKtcKDnAz8IHwjNjssc+ZQU1v2zjA1GdI/RWu8f7 pYuX3dC3/KO8TTV08bTAHQcA6K9IQYqgOI4yDprMl6JIDLqJK6+8uZrllpcg/E2qv1lP /ZA3s/NKrz2U3zhYKU+83LCIrGF3BJSKp1rIUZFUsiN5oMjQHQ0kIZJzqDEOMnv/Gg93 67iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; bh=oAW2cFQdrWZhcK+5mvo+Kqb2C2w/0RY5PkG6B9yrjPg=; b=LI07xYcKy9BJZn+3pMBj3c3rk/FGSMtrqgr9sUXxz9+EOzY9py2JaJM4+rSZSw++Pu t7zO+nxfX1SDxgILTBUe21dzp0UBgp7Ie57I25svTWam1ObYhetkokCtnYmmHEBd2p/T g6TVQQjlgVGDjQV4gbkbYfAVKKfsKtCPH4C1COFXc3oGu831ATmcagDihMEVT+T9Rm+H BiETViY8r4PS0qQLofFOCBQ8DoEHvWQ9Zb1ffjFt5ZW6O8k9u5BMOYfsRBhJhmZ7f1KB EB9ngdYpt0rn5PZnqftc0IDsZjcHqv1CNmz6p7is6lEZjJiK+3UVlH+ONbGz5jr2tjIk jwKg== X-Gm-Message-State: ALoCoQkLp6n9pqQ4Wdp1uKtghsKC0mJzvls6ONX6Mnt3KCWIC2hk/B+Z2m751qfi0UsXlNaPydN6FxvdfLlX5fez5FhJCUKZ6g== X-Received: by 10.28.145.144 with SMTP id t138mr9495805wmd.62.1450528280639; Sat, 19 Dec 2015 04:31:20 -0800 (PST) Received: from rsbsd.rsb ([88.227.163.32]) by smtp.gmail.com with ESMTPSA id cw3sm18912572wjb.26.2015.12.19.04.31.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Dec 2015 04:31:19 -0800 (PST) Date: Sat, 19 Dec 2015 14:31:15 +0200 From: Beeblebrox To: freebsd-ports@freebsd.org Subject: default ver for llvm and port list white-space problem Message-ID: <20151219143115.3f54e717@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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:31:22 -0000 #1 What is the correct syntax in make.conf - will this work? DEFAULT_VERSIONS=3D llvm=3D36 Not sure whether that's correct, and I'd like to get it right before the po= udriere 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 tha= n 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. --=20 FreeBSD_amd64_11-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered.