From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 18:37:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F61516A4CE for ; Tue, 28 Dec 2004 18:37:59 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C92F843D31 for ; Tue, 28 Dec 2004 18:37:58 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so386461wra for ; Tue, 28 Dec 2004 10:37:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=VBlvnroo4Nc4rvoIPtWnXvHa00HWEWiRWH5EZ0VGclrKlBtxctrdsQOYc1yQkb0mT5du+Td+SeUcNd1uX9Eamh1USZBdAWWuJTMmnEgYopVeWFgsJD4LRa2M5EGviGB8BwNmFAyc68vIMLCcDsuLKOo2DeGfZUBxDyfJqy/ySU0= Received: by 10.54.25.66 with SMTP id 66mr329174wry; Tue, 28 Dec 2004 10:37:58 -0800 (PST) Received: by 10.54.11.33 with HTTP; Tue, 28 Dec 2004 10:37:58 -0800 (PST) Message-ID: Date: Tue, 28 Dec 2004 12:37:58 -0600 From: Joshua Lokken To: Tom Vilot In-Reply-To: <41D1A0A6.4050709@vilot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41D1A0A6.4050709@vilot.com> cc: FreeBSD Subject: Re: local ports (Mozilla Calendar) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:37:59 -0000 On Tue, 28 Dec 2004 11:06:30 -0700, Tom Vilot wrote: > Is there a way to quickly make a "local port" or a "local package" that > I can then use to do things like: > > make package > make uninstall > pkg_delete I don't know if there's a 'quick' way, but you can do # cd /usr/ports// And, if the port is not installed on your system, you can do: # make package and it'll build and install the port on your machine, and put a binary package in /usr/ports/packages/All. -- Joshua Lokken Open Source Advocate