From owner-freebsd-stable@FreeBSD.ORG Sun Sep 16 21:24:39 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC549106564A for ; Sun, 16 Sep 2012 21:24:39 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7AFBF8FC0C for ; Sun, 16 Sep 2012 21:24:39 +0000 (UTC) Received: by obbun3 with SMTP id un3so10333609obb.13 for ; Sun, 16 Sep 2012 14:24:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9N58WrMDIUK2WgVDco1cLpVDJ6l9QmsJ7z7A1DuQL3A=; b=L/WpxVzG9wl+cqtLi+FIV98ixuRzQAuWfRV1hVND9KSq/IswnBwPNmOeRvaai8tGh3 yNvcgVy2tngloBU4WU3sudBaBEf0QGvUtAuWUuj+uLdN58LQd6wmILNAlmy1Mus38vu9 Nv62yKq0jEPATvY9fqQoAJw5QjnNR2ZDPPqFu4EU1o6Lzq/fOfBVcefEDUBa2kCYAh1W 8XBZDGUh1YqhcBueReEgL/SCwFcilCtzQZKlF6y/AiQJRGA9xRVmeZzzrwsJU7RyGPYV HEKkPBXkBAFIgS1SXiWdPMxML+ebfnQYAqoiBW0MQeewetpRYpPYKuTKHmUjyTEt6N+d k/6A== MIME-Version: 1.0 Received: by 10.182.216.99 with SMTP id op3mr9639324obc.85.1347830678745; Sun, 16 Sep 2012 14:24:38 -0700 (PDT) Received: by 10.60.46.165 with HTTP; Sun, 16 Sep 2012 14:24:38 -0700 (PDT) In-Reply-To: <505406DF.6080205@gmx.us> References: <505406DF.6080205@gmx.us> Date: Sun, 16 Sep 2012 23:24:38 +0200 Message-ID: From: Andreas Nilsson To: Mike Manilone Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: how to update ports while using pkgng? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2012 21:24:39 -0000 On Sat, Sep 15, 2012 at 6:41 AM, Mike Manilone wrote: > Hi, > > I'm using ports with pkgng enabled. But I found that portmaster won't > work. Is there any way to update ports? Thanks! > Since no one asked: Why would you want to do it this way? If you are using pkgng updating is as easy as: pkg upgrade. If you have some programs installed not available from official pkgng repositories you are on "thin ice" and should consider using something like ports-mgmt/poudriere to build pkgng packages of those ports and host your own repo from which you can then install them. As others already said: pkgng is drastically different from previous package management, so they do should not be used in parallel. Best regards Andreas