From owner-cvs-ports@FreeBSD.ORG Fri Jun 30 10:36:49 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 7311816A674; Fri, 30 Jun 2006 10:36:49 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from relay-er5.mbrd.ru (relay-er5.mbrd.ru [194.117.71.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 745D2445B5; Fri, 30 Jun 2006 10:19:54 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.33.193]) by relay-er5.mbrd.ru with esmtpa (Exim 4.x) id 1FwG4P-0006EL-ME; Fri, 30 Jun 2006 14:17:53 +0400 Message-ID: <44A4FA51.1030402@FreeBSD.org> Date: Fri, 30 Jun 2006 14:17:53 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) 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> <44A427A2.30006@FreeBSD.org> <44A4382A.6080401@marcuscom.com> In-Reply-To: <44A4382A.6080401@marcuscom.com> X-Enigmail-Version: 0.93.2.0 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: Fri, 30 Jun 2006 10:36:50 -0000 Joe Marcus Clarke wrote: > Sergey Matveychuk wrote: >>> 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? > > I have no objection, but the patch would need to be more complete than > the previous one. Sure. It will. -- Dixi. Sem.