From owner-freebsd-ports@FreeBSD.ORG Sun Jun 12 22:25:56 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0CAA316A41C for ; Sun, 12 Jun 2005 22:25:56 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB7643D1F for ; Sun, 12 Jun 2005 22:25:55 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id A43EC2161 for ; Sun, 12 Jun 2005 15:25:51 -0700 (PDT) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "Alerce Certificate Authority" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id 69D9B215B for ; Sun, 12 Jun 2005 15:25:51 -0700 (PDT) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.1/8.13.1) with ESMTP id j5CMQ9as036588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 12 Jun 2005 15:26:09 -0700 (PDT) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.1/8.13.1/Submit) id j5CMQ8rw036585; Sun, 12 Jun 2005 15:26:08 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17068.46720.647907.736841@satchel.alerce.com> Date: Sun, 12 Jun 2005 15:26:08 -0700 To: freebsd-ports@freebsd.org X-Mailer: VM 7.17 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Subject: help with pkg-plist for "overlapping" ports. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2005 22:25:56 -0000 I'm trying to package up a new port for the BioPerl-run stuff (http://www.bioperl.org) and it's driving me a bit bonkers. My biology/p5-bioperl-run port depends on biology/p5-bioperl. Actually, I have a new port for the "recent" developers release, but that's another story. My current problem is that both modules install into the Bio:: perl hierarchy and both installations end up writing into .../Bio/.packlist. Which pkg_plist should I use to remove it that .packlist file? Can anyone point out any existing sets of perl modules that do this kind of thing that I can model on? g.