From owner-freebsd-ports@FreeBSD.ORG Tue Oct 28 01:05:36 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C7A116A4CE for ; Tue, 28 Oct 2003 01:05:36 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5185443FA3 for ; Tue, 28 Oct 2003 01:05:34 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 12557 invoked from network); 28 Oct 2003 09:05:31 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 28 Oct 2003 09:05:31 -0000 Message-ID: <3F9E315B.7010009@liwing.de> Date: Tue, 28 Oct 2003 09:05:31 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031022 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Ports Subject: conflicting dependencies: py-gtk12 / py-gtk2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 09:05:36 -0000 Hi, because of a recent update of the port deskutils/libmrproject I have a conflict in the dependencies of 2 applications I use: 1) Moleskine - requires py-gtk 2) Mr. Project - requires py-gtk2 I'm willing to investigate some time to solve this problem, but I have a lot of other things to do, so any help would be gladly welcome. I think about 2 ways to solve this problem, but I'm not sure whether one of them will work. 1) change the installed location of one of the py-gtk ports, preferable those of py-gtk-12 from %%PYTHON_SITELIBDIR%%/pygtk.* to %%PYTHON_SITELIBDIR%%/pygtk12.* and add a patch for all dependend ports. 2) Find out how to patch py-gtk12 dependend ports that they would work with py-gtk2 fine and create a (more or less) general patch for them. Does anybody have a (helpful) hint for me where to start? Thanks in advance, Jens