Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2005 17:54:56 +0000
From:      Kris Kennaway <kris@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Cc:        ports@freebsd.org
Subject:   Re: port name conflicts
Message-ID:  <20050317175456.GR91771@hub.freebsd.org>
In-Reply-To: <20050317153840.GA39137@it.ca>
References:  <20050317153840.GA39137@it.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 17, 2005 at 10:38:40AM -0500, Paul Chvostek wrote:
> 
> The ports www/clearsilver and www/clearsilver-python both exist.  The
> latter calls the former with WITH_PYTHON enabled.  So www/clearsilver
> detects WITH_PYTHON, and changes its options accordingly ... but also
> changes its package name with:
> 
>   .if defined(WITH_PYTHON)
>   ...
>   PKGNAMESUFFIX=  -python
>   ...
> 
> The result is that if WITH_PYTHON=yes is in /etc/make.conf, then these
> ports have identical names, causing a conflict when `make index` runs.
> 
> What's the solution here?  Don't put WITH_PYTHON in /etc/make.conf?

You can just ignore the warning, it shouldn't cause any problems.

Kris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050317175456.GR91771>