From owner-freebsd-questions@FreeBSD.ORG Sun Feb 24 16:33:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 545DFF58 for ; Sun, 24 Feb 2013 16:33:59 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2D38C9 for ; Sun, 24 Feb 2013 16:33:58 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id m1so2071372oag.40 for ; Sun, 24 Feb 2013 08:33:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=HLP487vks+TAVxn67IhOi6UcF1uSlGWiN2gwDLVxa1o=; b=zptFRZFRL0c1/+L6jrsYLNQbnl8qcP3SPoQ5bklvyStK2h01OWSFoqup53PyncDZF6 9s8QUrWk0LQGf58pH4HvxrhwHS6Dv+WkIiagKMSPdgZz/gPPFq4tq67nQdvi1zweKVle fFJxVZg8sBU4d5IsuqbanriS73VxBcrpQMmJ38AtRSzB5NnUYP43k6EQO/cw2aajAJEg Rbe3j7W/tSKe1CvOEont9DiD8lrw1DTRx4eIL4NDFI987vIft3q+oFz1aQynqD5xiLLJ 5HzucZtM1+fywZ9IaNbGJhjoobqRLP0Ge6Yzg3ss+U/Gcyb09XkVxEXhZNHQtEGtxGcI v0zA== X-Received: by 10.60.12.41 with SMTP id v9mr4925126oeb.75.1361723637956; Sun, 24 Feb 2013 08:33:57 -0800 (PST) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id v3sm8034677oev.5.2013.02.24.08.33.56 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Feb 2013 08:33:57 -0800 (PST) Message-ID: <512A40E9.805@gmail.com> Date: Sun, 24 Feb 2013 10:33:45 -0600 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: "make package" vs "pkg create" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 16:33:59 -0000 I tried making a build jail, not with pourdriere or tinderbox. I just went to the ports and ran `make -DBATCH package-recursive clean` to get packages created. I ran `pkg add *` in the packages/All directory, but all failed because of MANIFEST missing. I'm guessing this is a bug in the .mk files, since I do have WITH_PKGNG set. Is this a known problem or is there supposed to be a different way to do it? Am I just supposed to use pourdriere or the source to keep my ports up to date until all the packages are rebuilt on freebsd.org?