From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 16:12:41 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 4730137B401; Mon, 21 Apr 2003 16:12:41 -0700 (PDT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01AB843F3F; Mon, 21 Apr 2003 16:12:40 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp130-82.dialup.mtu-net.ru [62.118.130.82]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id A4C20F9E69; Tue, 22 Apr 2003 03:11:57 +0400 (MSD) (envelope-from sem@ciam.ru) Message-ID: <3EA47AE6.2050708@ciam.ru> Date: Tue, 22 Apr 2003 03:12:38 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.3) Gecko/20030309 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: Kris Kennaway References: <000501c3074c$e5c2be80$0a2da8c0@sem> <20030421210257.GA58574@rot13.obsecurity.org> In-Reply-To: <20030421210257.GA58574@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: marcus@FreeBSD.org Subject: Re: Recent bsd.port.mk changes 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: Mon, 21 Apr 2003 23:12:41 -0000 Kris Kennaway wrote: > If you compile e.g. python modules against multiple versions of > python, they will have different package names and install in > different places (so the packages do not conflict at all), but the > same origin. The new check will not allow the user to do this. > > Another case that is broken is when a port is built with different > options from the same directory. For example, ruby_r-qt2 and ruby-qt2 > have a common origin but are different and should be allowed to > coexist. This kills the build of ruby_r-qt2gl: > > http://bento.freebsd.org/errorlogs/i386-4-latest/ruby_r-qt2gl-0.14_1.log > > We should think about how to fix this so it is allowed. Perhaps the > key is to compare the pkg-plist for the ports with the same origin to > see if any files conflict. I see the problem. I guess we can check ports name too and so enable to install them. I'll try it tomorrow. > There also appears to be a bug that is performing substring matches on > existing packages, somehow. > > http://bento.freebsd.org/errorlogs/i386-4-latest/kde-i18n-3.1.1.log > > kde-i18n-3.1.1 is not installed, but a lot of *-kde-i18n-3.1.1 ports I don't understand a reason. All looks good. And I can't fully reproduce it :( I can't download so many and so big distfiles. I'v tried install some of them, drop other from Makefile, and install kde-i18n itself. All passed well. Can you explore this situation in datail? -- Sem.