From owner-freebsd-ports@FreeBSD.ORG Fri Jul 20 18:37:05 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 63C7C106567B for ; Fri, 20 Jul 2012 18:37:05 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [77.86.213.15]) by mx1.freebsd.org (Postfix) with ESMTP id 0A0ED8FC0A for ; Fri, 20 Jul 2012 18:37:05 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id 508E11CCAA for ; Fri, 20 Jul 2012 21:37:03 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1342809423; bh=xrKZuwMtHj+i+GRjiTuFcYnjMpCvmYFzXJUFipxDhrw=; h=From:To:References:In-Reply-To:Subject:Date; b=DF4XhdR4H1hjCSikvAlW+0dq0sggaXKOGFAYGbjvypHzA6RYrgzd1C8arer7nx8Hi Aj9lQAFjLgnaCdhYJgDaYw5TKTzV6uYIVmMucdocDnbXwNFgk6rqQudGcm7KbXx53K OUMaTon3M/5S6YbFxc/VU/rdXmNrQzsUE4epdpL4= X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by www.liukuma.net (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Rkcj-241y7h1 for ; Fri, 20 Jul 2012 21:36:59 +0300 (EEST) Received: from Rivendell (dsl-kmibrasgw1-fe47de00-175.dhcp.inet.fi [80.222.71.175]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id E29D51CCA8 for ; Fri, 20 Jul 2012 21:36:58 +0300 (EEST) Message-ID: From: "Reko Turja" To: References: <50098EEF.8040801@shatow.net><1E76612CE817410FAA2CF925F9CC300A@Rivendell> In-Reply-To: Date: Fri, 20 Jul 2012 21:36:53 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MIMEOLE: Produced By Microsoft MimeOLE V15.4.3555.308 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 18:37:05 -0000 > Its use is not limited to Gnome, as you can see it's used in the build > process of databases/sqlite3 and there are many other ports that have > nothing to do with Gnome that use it the same way. The only thing that > is wrong with it is that ends up being a run time dependency of > sqlite3 instead of being only a build time dependency. Maybe this > could be changed, anyone know if it's possible? Actually, sqlite3 builds and works quite fine with pkg-config dependency removed from makefile. So it's kinda silly to pull it in by force - of course it's not pkgng problem, but a problem in the port itself. Just hoping that in pkgng there would be some "Yes I might shoot myself in foot, but sod it" -options. On the other hand, based on experience with 2 boxes running pkgng+portupgrade experimentally for some days pkgng looks like pretty good backend. Just still with some minor nits. -Reko