From owner-freebsd-ports@FreeBSD.ORG Thu Mar 17 15:38:42 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B97616A4CE for ; Thu, 17 Mar 2005 15:38:42 +0000 (GMT) Received: from haggis.it.ca (haggis.it.ca [216.126.86.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19FF043D2D for ; Thu, 17 Mar 2005 15:38:42 +0000 (GMT) (envelope-from paul@haggis.it.ca) Received: from haggis.it.ca (paul@localhost [127.0.0.1]) by haggis.it.ca (8.12.11/8.12.11) with ESMTP id j2HFcehZ062209 for ; Thu, 17 Mar 2005 10:38:40 -0500 (EST) (envelope-from paul@haggis.it.ca) Received: (from paul@localhost) by haggis.it.ca (8.12.11/8.12.6/Submit) id j2HFce2n062208 for ports@freebsd.org; Thu, 17 Mar 2005 10:38:40 -0500 (EST) (envelope-from paul) Date: Thu, 17 Mar 2005 10:38:40 -0500 From: Paul Chvostek To: ports@freebsd.org Message-ID: <20050317153840.GA39137@it.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: port name conflicts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 15:38:42 -0000 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 Operations / Abuse / Whatever it.canada, hosting and development http://www.it.ca/