From owner-freebsd-questions@FreeBSD.ORG Wed Sep 29 18:59:42 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62558106566C for ; Wed, 29 Sep 2010 18:59:42 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id 18D0B8FC15 for ; Wed, 29 Sep 2010 18:59:41 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.4/8.14.4) with ESMTP id o8TIxIne059686 for ; Wed, 29 Sep 2010 13:59:18 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201009291859.o8TIxIne059686@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <59678.1285786758.1@dc.cis.okstate.edu> Date: Wed, 29 Sep 2010 13:59:18 -0500 From: Martin McCormick Subject: pkg_config Version Numbers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 18:59:42 -0000 I built bind9.7.1 on a 64-bit FreeBSD system and then did make package-recursive in order to produce a package that can be installed on some other systems. After doing so, I get the following warning on numerous other packages when I install them. pkg_add: warning: package pkg_name' requires 'pkg-config-0.23_1', but 'pkg-config-0.25' is installed This looks like it could be harmless enough as pkg-config-0.25 is newer but I thought I would ask before creating any more possible monsters. Is this something to fix or can I forget it? Thank you. Martin McCormick