From owner-freebsd-ports@FreeBSD.ORG Thu Sep 2 19:49:45 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 1716B1065861 for ; Thu, 2 Sep 2010 19:49:45 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id CC28E8FC13 for ; Thu, 2 Sep 2010 19:49:44 +0000 (UTC) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1OrFn5-0005kr-3S for freebsd-ports@freebsd.org; Thu, 02 Sep 2010 21:49:43 +0200 Message-ID: <4C7FFFD3.4020307@gwdg.de> Date: Thu, 02 Sep 2010 21:49:39 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.2.8) Gecko/20100806 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Subject: update math/saga: question about wxWidgets 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: Thu, 02 Sep 2010 19:49:45 -0000 I am the maintainer of math/saga. A few days ago I sent an update, see http://www.freebsd.org/cgi/query-pr.cgi?pr=150157. With only little experience I tried to update to the newest linux sources of SAGA GIS. Among other things I introduced an option for unicode support. Concerning that code I have a question: Is it adequate to declare "WITH_UNICODE=yes" (and "CONFIGURE_ARGS+= --enable-unicode" for the build process) to ensure, that the right wxWidget (like wxgtk2-unicode) ports get installed, if they are not present? Or do I have to declare them explictly as dependencies? I would really appreciate if someone could have a look at it. Furthermore, perhaps someone is willing to commit this update ;-) Thanks in advance, Rainer Hurling