From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 08:18:00 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B609E1065670 for ; Wed, 10 Nov 2010 08:18:00 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3548FC13 for ; Wed, 10 Nov 2010 08:17:59 +0000 (UTC) Received: from soth.ventu (151.51.51.158) by cp-out7.libero.it (8.5.107) id 4CB9BCB10309E343; Wed, 10 Nov 2010 09:17:58 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id oAA8HsNm085854; Wed, 10 Nov 2010 09:17:54 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4CDA5532.9000408@netfence.it> Date: Wed, 10 Nov 2010 09:17:54 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: Naram Qashat References: <4CD9CB8D.1070407@netfence.it> <4CDA1279.4050809@cyberbotx.com> In-Reply-To: <4CDA1279.4050809@cyberbotx.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Cc: freebsd-ports@freebsd.org Subject: Re: doxygen font error 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: Wed, 10 Nov 2010 08:18:00 -0000 On 11/10/10 04:33, Naram Qashat wrote: >> First strangeness is that dot belongs to graphics/graphviz, but doxygen >> doesn't depend on that (seen with pkg_info and make >> pretty-print-run-depends-list). >> Is this my fault in any way? Is it a bug in the port? > > As the maintainer of the port, I can tell you that doxygen depends on > graphics/graphviz only if NOPORTDOCS is not defined. Did you have > NOPORTDOCS defined? If so, I might have to make it so graphviz is > required regardless. I don't see it in "make config" and I don't have it in /etc/make.conf either. > From a scan of the ports tree, there are many ports which have a > FreeSans.ttf as part of their pkg-plist. However, looking at the docs > that come with Doxygen, it appears that Doxygen itself should be > generating that file for use with dot. As I have only taken up > maintainership of the port and do not develop Doxygen, this may be > something to bring up with the Doxygen developers. A quick glance at the > code shows that it should be creating that, however. Ok. Should I file a bug report, a PR, whatever? Or should I just be patient and wait? :-) BTW, this is nothing critical to me. > Thanks, > Naram Qashat Thanks to you! bye av.