From owner-cvs-ports@FreeBSD.ORG Wed Nov 2 09:45:53 2005 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 C91AF16A41F; Wed, 2 Nov 2005 09:45:53 +0000 (GMT) (envelope-from arved@knut.arved.priv.at) Received: from harald.arved.priv.at (box78110.elkhouse.de [213.9.78.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F6443D45; Wed, 2 Nov 2005 09:45:52 +0000 (GMT) (envelope-from arved@knut.arved.priv.at) Received: from knut.arved.priv.at (arved.de [213.9.70.77] (may be forged)) by harald.arved.priv.at (8.13.3/8.13.3) with ESMTP id jA29joNW060230; Wed, 2 Nov 2005 10:45:51 +0100 (CET) (envelope-from arved@knut.arved.priv.at) Received: from knut.arved.priv.at (arved.de [213.9.70.77] (may be forged)) by knut.arved.priv.at (8.13.3/8.13.3) with ESMTP id jA29joqI060227; Wed, 2 Nov 2005 10:45:50 +0100 (CET) (envelope-from arved@knut.arved.priv.at) Received: (from arved@localhost) by knut.arved.priv.at (8.13.3/8.13.3/Submit) id jA29joj5060226; Wed, 2 Nov 2005 10:45:50 +0100 (CET) (envelope-from arved) Date: Wed, 2 Nov 2005 10:45:50 +0100 From: Tilman Linneweh To: Volker Stolz Message-ID: <20051102094550.GA60209@arved.priv.at> References: <200511011418.jA1EIqVv060958@repoman.freebsd.org> <20051101191515.GA74339@xor.obsecurity.org> <20051102083018.GA9487@i2.informatik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051102083018.GA9487@i2.informatik.rwth-aachen.de> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/graphics/py-graphviz Makefile 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: Wed, 02 Nov 2005 09:45:53 -0000 * Volker Stolz [2005-11-02 09:30]: > > > arved 2005-11-01 14:18:52 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > graphics/py-graphviz Makefile > > > Log: > > > Fix dependency on graphviz, the graphviz libraries are installed in a > > > non-default libdir, add BUILD_ and RUN_ dependendencies instead. > > > > Shouldn't graphviz be setting LDCONFIG_DIRS instead? Yes, that's the problem. According to perky, the graphviz port does not install a startup script, that sets LDCONFIG_DIRS, because the libraries have very common names. > Tilman, would you mind at least bouncing me a copy of the commit-mail when > you're semantically reverting my commit? Oops, sorry, i didn't read the cvs log. Maybe we need to add an explaining comment to avoid confusion in the future. regards tilman