Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2005 10:38:40 -0500
From:      Paul Chvostek <paul+fbsd@it.ca>
To:        ports@freebsd.org
Subject:   port name conflicts
Message-ID:  <20050317153840.GA39137@it.ca>

next in thread | raw e-mail | index | archive | help

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?

p


-- 
  Paul Chvostek                                             <paul@it.ca>
  Operations / Abuse / Whatever
  it.canada, hosting and development                   http://www.it.ca/



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