From owner-freebsd-mips@FreeBSD.ORG Tue Nov 18 22:54:58 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2821F9C9 for ; Tue, 18 Nov 2014 22:54:58 +0000 (UTC) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::22d]) (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 7B2D8F6C for ; Tue, 18 Nov 2014 22:54:57 +0000 (UTC) Received: by mail-oi0-f45.google.com with SMTP id a141so9353601oig.32 for ; Tue, 18 Nov 2014 14:54:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=a2d1q5EhNiwA9pdfOEuCYQ/Zzau78r4aGA3R0fHiyno=; b=KlZeFfPa71tOSYaxFaSMybrZD2534fPvIgkzfNM5OvGB/ID482yImM9vppZYpcENKB FrURqgXA4qKbIoBWTCIiJuH2Gmg5ZJBSZBIIGWEcMQQUKgx6ECs8aLsUznvCeBLI6TXg rilOsGeilAhmSuFwQPSHkhGsSMWbloapgp5/VP5pZZoXWZgtZTEXcs9VrG7L+liwSpGC 6uCq0MUbCiTs9kj4ovXoZGZv1+XFoiJ1rfXnFnQ9wDLCsGWKwdoEdJfxK2HThsfMx6+P vmLQf7s5/mOsWV8PUf8wMOnlgDIrQL62giuntIjSWtEwXcapr4dUwiT2TIi8XGughAe8 Rq5Q== MIME-Version: 1.0 X-Received: by 10.202.71.212 with SMTP id u203mr14778355oia.54.1416351296515; Tue, 18 Nov 2014 14:54:56 -0800 (PST) Sender: ndorfman@gmail.com Received: by 10.60.143.1 with HTTP; Tue, 18 Nov 2014 14:54:56 -0800 (PST) In-Reply-To: <546BC7AE.3080705@gmail.com> References: <546BA46C.4050908@gmail.com> <20141118200226.GP44537@home.opsec.eu> <20141118212630.GQ44537@home.opsec.eu> <546BBB26.5050603@gmail.com> <546BC7AE.3080705@gmail.com> Date: Tue, 18 Nov 2014 17:54:56 -0500 X-Google-Sender-Auth: VRr7M2YIlCJa1uB8HF6AOGFZE1Y Message-ID: Subject: Re: is pkgng=no valid? From: Nathan Dorfman To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 22:54:58 -0000 On Tue, Nov 18, 2014 at 5:26 PM, Jungle Boogie wrote: > Can you name one port you have installed? If it fails, I'll try a / your > 10-stable. > Well, I definitely built/installed dnsmasq and openvpn. However if it's failing for you in the pkgng dependency, I don't expect it to make a difference. Worth a try before reinstalling your whole system, I suppose. Have you tried building pkgng separately, i.e. cd /usr/ports/*/pkgng && make install?