From owner-freebsd-questions@FreeBSD.ORG Wed Jun 8 14:57:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B267616A41C for ; Wed, 8 Jun 2005 14:57:55 +0000 (GMT) (envelope-from kentn@m4.dion.ne.jp) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3FE43D48 for ; Wed, 8 Jun 2005 14:57:52 +0000 (GMT) (envelope-from kentn@m4.dion.ne.jp) Received: from [192.168.0.3] ([221.119.172.221]) by hfep05.dion.ne.jp with ESMTP id <20050608145750582.JVRK@hfep05.dion.ne.jp> for ; Wed, 8 Jun 2005 23:57:50 +0900 Received: from 127.0.0.1 (AVG SMTP 7.0.323 [267.6.6]); Wed, 08 Jun 2005 23:57:49 +0900 Date: Wed, 08 Jun 2005 23:57:49 +0900 From: "Kent.N" To: freebsd-questions@freebsd.org Message-Id: <20050608230130.670B.KENTN@m4.dion.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.07.01 Subject: graphviz with fontconfig 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, 08 Jun 2005 14:57:55 -0000 Hi, I want to use graphviz with fontconfig support, and I tried the graphics/graphviz port. However, through the portinstall, fontconfig is not enabled because of lack of fontconfig-conf. So I added following lines into the Makefile of the port, then I could get fontconfig support: CONFIGURE_ARGS+=--with-fontconfigincludedir=${X11BASE}/include \ --with-fontconfiglibdir=${X11BASE}/lib The questions are: (1) Why graphviz's fontconfig support disabled by default? Is there any problem with that on FreeBSD? (2) Editing Makefile directly doesn't seems smarter way. How should I do when I want to add some configure options using portinstall? (3) If the above lines are suitable, I want to add them original Makefile of the port. How should I request/propose this change? Is it OK to contact port maintainer directly? Thanks, -- Kent.N