From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 18:51:11 2009 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 AD736106566C for ; Tue, 17 Feb 2009 18:51:11 +0000 (UTC) (envelope-from nino80@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 402A48FC30 for ; Tue, 17 Feb 2009 18:51:10 +0000 (UTC) (envelope-from nino80@gmail.com) Received: by ey-out-2122.google.com with SMTP id d26so223296eyd.7 for ; Tue, 17 Feb 2009 10:51:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=A57qsMBvn304G/kjxNkxsVsNmWB4sTbtUsFFflMJYI8=; b=eCQC2ES1MlitotBTVzHstvADi46MviPnns+s0dWVve2c+JzOIkRo4NvZ//cnjfw7wD boLtWONMDhppZaYF1EIHfoYPcnpVjiSCXLhOiKjia9e6736h9vGobWecC9gAJ95gxF9f G75AMkmbH3tTUEaT54c6gkikVTAQYIOspz7KQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EDCpnetMZpq9XQgKFx2iaera1qHcOJy6LMGnUg4S2xNvEMArO22W8bJpJ+6JBPgJDd fAMWzzYahYQtqTib+Vy2UvkV3pOkHOOhP5Xmdjo6L/pKlKJVa1eGxnt7d/fQfRxYLHHv XYkLFr4hnH4yP1rhf3QkmSFAMCgU0t091pTIA= MIME-Version: 1.0 Received: by 10.210.41.14 with SMTP id o14mr203224ebo.45.1234896670243; Tue, 17 Feb 2009 10:51:10 -0800 (PST) In-Reply-To: <200902161118.56864.fbsd.questions@rachie.is-a-geek.net> References: <92bcbda50902120422x7c73808dy650d6918054af9f4@mail.gmail.com> <200902161118.56864.fbsd.questions@rachie.is-a-geek.net> Date: Tue, 17 Feb 2009 19:51:10 +0100 Message-ID: <92bcbda50902171051w750eff59ufce55506ac89b902@mail.gmail.com> From: n j To: Mel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Logcheck dependency hell 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: Tue, 17 Feb 2009 18:51:11 -0000 (sorry for the previous mail) > The Makefile says: > ... > So I'll bet some money that it's docbook. Correct. > Does it improve if you add these to /etc/make.conf: > ... No, the result is exactly the same. > # finddep.php security/logcheck x11/xorg-libraries > /usr/ports/textproc/docbook-to-man: /usr/local/libdata/xorg/libraries > => /usr/ports/x11/xorg-libraries Mel, thanks for the script. What bothers me, however, is that I've checked the Makefile and didn't find any reference to xorg/x11 libraries - the only dependencies listed in textproc/docbook-to-man are: RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade (no xorg-libraries dependency there) RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook Even worse, egrep -ri "(xorg|x11)" * in /usr/ports/textproc/docbook-to-man returns zero matches. The point is, I really don't have a clue where docbook-to-man pulls that xorg-libraries dependency from. I'd appreciate any pointers in the proper direction... P.S. On a rambling note, it seems docbook-to-man is used just to convert the sgml help files to man format. Installing half of the xorg libraries for a bit of text processing seems like a big overkill given that logcheck being installed is practically a shell script. In fact, I pulled the source directly and tried to compile it myself, but FreeBSD is missing liblockfile library to properly build it (probably the reason port has the dependency on procmail/lock). Thanks, -- Nino