From owner-freebsd-ports@FreeBSD.ORG Tue Mar 21 18:33:03 2006 Return-Path: X-Original-To: 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 266EA16A439 for ; Tue, 21 Mar 2006 18:33:03 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E209D43D46 for ; Tue, 21 Mar 2006 18:33:01 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k2LIMrUr085252 for ; Tue, 21 Mar 2006 15:22:53 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k2LIVxQh023877 for ; Tue, 21 Mar 2006 15:31:59 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k2LIVxsl023876 for ports@FreeBSD.ORG; Tue, 21 Mar 2006 15:31:59 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Tue, 21 Mar 2006 15:31:59 -0300 From: Fernan Aguero To: FreeBSD Ports Message-ID: <20060321183159.GD22823@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD Ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: Subject: dealing with local ports? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2006 18:33:03 -0000 Hi! I've got a number of ports that I use locally and that are not in the ports collection. this is for a number of different reasons: some are licensed software, some are meta-ports to ease the setup of our FreeBSD boxes, some are ports that just install data (huge downloads), etc. I'm wondering what other people do to manage out-of-the-ports-tree stuff? I already keep local versions of ports I maintain in ~/freebsd/ports and this works fine. But I use this just for testing ports before submission, so I don't get problems like 'missing origin' or other pkgdb/INDEX related issues. I remember vaguely a message posted a while ago (that I'm not being able to find again) about a set up adding 'local' to the list of valid CATEGORIES (/usr/ports/local). Anyone knows about it or is doing something similar? TIA, fernan