From owner-freebsd-ports@FreeBSD.ORG Fri Jul 20 19:59:43 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06468106564A; Fri, 20 Jul 2012 19:59:43 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 95B658FC0A; Fri, 20 Jul 2012 19:59:42 +0000 (UTC) Received: by qcsg15 with SMTP id g15so2991283qcs.13 for ; Fri, 20 Jul 2012 12:59:42 -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=589+pkeOxwleHJJoM9rPISitoO4PApahKKuoimr2fNc=; b=eQ5IO563yfUZE0kXLHk2TqGsIEMrhhWp6UnOiLDOx8A4qzILixU6q7Yus+0TCPKAdJ l66GX/3jNFECCDl0EpprAO8bCfwHsurD+yYb3G6Pxp592CL3b8ZXe+JX8kSVgdKXkBYQ cqCj94Mj+Em3X+ow/obxt5uPTvnW/okbYMonpAG4oe5lyUT1JJ69QUMP8aw1LnE/KcEx agjKWn8BMYnxKiqK7Hoo3B4kVryIYF8ebgA/uHcoaovp3aZV3v+kzl0ZHxiqkaUXoXq1 6tmqcPfxno8CrtTcBRjJ7eNQARpLhbhTHCmGUk/W288PLnu5sVbA/hAsWhCprE9YEjdK EBdA== MIME-Version: 1.0 Received: by 10.224.176.69 with SMTP id bd5mr6529690qab.66.1342814382077; Fri, 20 Jul 2012 12:59:42 -0700 (PDT) Received: by 10.229.225.80 with HTTP; Fri, 20 Jul 2012 12:59:41 -0700 (PDT) In-Reply-To: <5009B199.8030102@freebsd.org> References: <50098EEF.8040801@shatow.net> <1E76612CE817410FAA2CF925F9CC300A@Rivendell> <5009A876.2010905@freebsd.org> <5009AE6A.1040109@freebsd.org> <5009B199.8030102@freebsd.org> Date: Fri, 20 Jul 2012 22:59:41 +0300 Message-ID: From: Vitaly Magerya To: Julien Laffaye Content-Type: text/plain; charset=UTF-8 Cc: Reko Turja , Kimmo Paasiala , freebsd-ports@freebsd.org Subject: Re: How to remove erroneous deps from pkgng X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 19:59:43 -0000 Julien Laffaye wrote: > I am not trying to state what it should or should not do. > I am trying to guess why it is doing things like it does. I apologize for being patronizing then. Is any committer here willing to remove sqlite3's dependency on pkg-config, or should I file a PR? (A grep through the sources reveals that sqlite3 does not use pkg-config for it's own build, so it should be safe to completely drop the dependency).