From owner-cvs-ports@FreeBSD.ORG Thu Jun 29 19:37:42 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D533316A505; Thu, 29 Jun 2006 19:37:42 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A9C8445F4; Thu, 29 Jun 2006 19:19:04 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [87.240.16.199] (helo=[192.168.0.3]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1Fw22N-00034k-Os; Thu, 29 Jun 2006 23:18:51 +0400 Message-ID: <44A427A2.30006@FreeBSD.org> Date: Thu, 29 Jun 2006 23:18:58 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5 (X11/20060115) MIME-Version: 1.0 To: Joe Marcus Clarke References: <200606262339.k5QNd9pa047918@repoman.freebsd.org> <44A1ACF5.4000501@FreeBSD.org> <20060627223848.GA26790@soaustin.net> <1151461120.81245.5.camel@shumai.marcuscom.com> <44A38295.8020506@FreeBSD.org> <1151587983.87977.1.camel@shumai.marcuscom.com> In-Reply-To: <1151587983.87977.1.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: Mark Linimon , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Mark Linimon , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 19:37:43 -0000 Joe Marcus Clarke wrote: > On Thu, 2006-06-29 at 11:34 +0400, Sergey Matveychuk wrote: >> Joe Marcus Clarke wrote: >>> This, of course, would not cause the error. As I said to Mark in a >>> follow-up email, it may very well be time to retire DEPENDS, but the >>> patch that was committed did not successfully do that and maintain the >>> buildability of the tree. >>> >> Using FORCE_PKG_REGISTER inside bsd.port.mk is is hacky and wrong. >> I think we can make up a better solution for the problem with kdehier. >> I'll think for it on this weekend. > > There are other solutions. See gnomehier, for example. It's not just > kdehier, though. Anything that uses DEPENDS would have been broken. > A little number really: % find . -name Makefile -exec grep ^DEPENDS= {} /dev/null \; ./audio/klira/Makefile:DEPENDS= ${PORTSDIR}/misc/kdehier ./lang/pm3-forms/Makefile:DEPENDS= ${PORTSDIR}/lang/pm3-base:build ./www/caudium12/Makefile:DEPENDS= ${PORTSDIR}/lang/pexts/ ./x11/kdelibs3/Makefile:DEPENDS= ${PORTSDIR}/misc/kdehier pm3-forms does no harm (just build target). DEPENDS in it and in caudium12 can be changed with BUILD_DEPENDS/RUN_DEPENDS easily. May be it's time to get rid of obsoleted DEPENDS? -- Dixi. Sem.