From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 07:44:52 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6B62295 for ; Mon, 28 Jul 2014 07:44:52 +0000 (UTC) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A7862B21 for ; Mon, 28 Jul 2014 07:44:52 +0000 (UTC) Received: by mail-ig0-f180.google.com with SMTP id l13so3298412iga.1 for ; Mon, 28 Jul 2014 00:44:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Pb2pYkTDJ0GfBgql9BpTkVAkWP8hbmovB9FVcWYz/tY=; b=TqfV3zYgiNcdmw7DYxL5fSr9MUb2MSaYLKQAi2GuyyeLagiv9sqAssHoTZ3Az22NE9 N2lgP53PnRnrTMSUrMeaz4Tm/CskY/m4rQbdSN7SfsNE5NB9LZLRxh4bAezGn84fOKo3 MuNiITb2Pk4KCQ2ny+Z9WEW4xjw/1nY7sOWgUT7tQs04Pc+5Faz+n9L48qniYz96268c 1l46ml3Xk+hGRrsd3T0LnPZYqcPvQxMJ1wo+1tBVcuKjh5TCzkoesqXFeIshbm0ihXJX fvf13KWtoQXOfz2kEPoCPIJ0sKI7My9HAuWKOWsCoj2M5HhRRYtdYXnKn6Ph53gTbXVd aDcw== MIME-Version: 1.0 X-Received: by 10.50.50.229 with SMTP id f5mr29088935igo.42.1406533491925; Mon, 28 Jul 2014 00:44:51 -0700 (PDT) Received: by 10.64.77.65 with HTTP; Mon, 28 Jul 2014 00:44:51 -0700 (PDT) Date: Mon, 28 Jul 2014 08:44:51 +0100 Message-ID: Subject: Using pkg-devel port From: Jamie Griffin To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 07:44:52 -0000 I would like to use pkg-devel on my FreeBSD 10 Stable system. The current version is 1.2.7_4. Do I need to remove that first and build the port or will building and installing the port automatically change the necessary components? When I ran the make install earlier I got a 'stop' stating WITH_PKGNG is not defined to 'devel', this version is the devel one. I don't have any pkg related variables set in /etc/make.conf currently so, should I define that one and possibly any others before trying again? Many thanks, Jamie