From owner-freebsd-mips@FreeBSD.ORG Tue Nov 18 23:34:44 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D3F67A3 for ; Tue, 18 Nov 2014 23:34:44 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA64D400 for ; Tue, 18 Nov 2014 23:34:43 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id sAINZWSP081987; Tue, 18 Nov 2014 15:35:32 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: Jungle Boogie , Kurt Jaeger In-Reply-To: <20141118200226.GP44537@home.opsec.eu> References: <546BA46C.4050908@gmail.com>, <20141118200226.GP44537@home.opsec.eu> From: "Chris H" Subject: Re: is pkgng=no valid? Date: Tue, 18 Nov 2014 15:35:32 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <652fccb6b1857a94ce7839cf2487fa6a@ultimatedns.net> Content-Transfer-Encoding: 8bit Cc: freebsd-mips@freebsd.org 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 23:34:44 -0000 On Tue, 18 Nov 2014 21:02:26 +0100 Kurt Jaeger wrote > Hi! > > > Is the pkgng "no" valid? > > No. *technically* true... But, and I've often considered this... you can probably disable the pkg(8) requirement, by grep(1)ping ports/Mk/ for "pkg". A *really* quick search just now. Seems to indicate most of the "magic" exists in Mk/Uses/pkgconfig.mk. Might be as simple as re-naming that file. Probably not. Anyway. Just thought I'd mention it, in case it helps. :) --Chris > > -- > pi@opsec.eu +49 171 3101372 6 years to go > ! _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"