From owner-freebsd-ports@FreeBSD.ORG Wed Apr 13 09:33:04 2011 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 C9586106564A for ; Wed, 13 Apr 2011 09:33:04 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7FED08FC15 for ; Wed, 13 Apr 2011 09:33:04 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1Q9w3R-0002iu-Ns>; Wed, 13 Apr 2011 11:08:05 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1Q9w3R-0005Ds-M0>; Wed, 13 Apr 2011 11:08:05 +0200 Message-ID: <4DA567FA.1000607@zedat.fu-berlin.de> Date: Wed, 13 Apr 2011 11:08:10 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110307 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Subject: textproc/xalan-c with textproc/xerces-c3 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, 13 Apr 2011 09:33:04 -0000 For some important scientific software provided by NASA, ESA and JPL, I need xerces-c3 library on my system. But there is always a conflict with textproc/xalan-c, which requires textproc/xerces-c2. Xerces-c3 and Xerces-c2 seem to install files at the same place, even the libraries and shortcut-links to the libraries. Is there a solution having either both textproc/xerces-c2 and xerces-c3 installed or textproc/xalan-c using xerces-c2 OR xerces-c3? Oliver