From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 12:29:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3C2CE16A41F for ; Wed, 5 Oct 2005 12:29:12 +0000 (GMT) (envelope-from eric.devolder@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2388D43D45 for ; Wed, 5 Oct 2005 12:29:10 +0000 (GMT) (envelope-from eric.devolder@gmail.com) Received: by nproxy.gmail.com with SMTP id x4so57004nfb for ; Wed, 05 Oct 2005 05:29:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=qTwtnb1wie9aFfplYhbLufkTEUXWrrkyxF9M3VkG43CfbHkJZ52t1M5Gm6ZQmNkQHRZrcEs8Sp/UjWUvWCEtH8PWx4kXDbAsHbMXz3XqjM+PK9h1qsjaR12XnKmBK74xuHVdxoaWc1XTToAg0B4bdRMcGQ2uwsE3K/jM0T1EyFo= Received: by 10.48.235.7 with SMTP id i7mr38656nfh; Wed, 05 Oct 2005 05:29:10 -0700 (PDT) Received: by 10.48.3.3 with HTTP; Wed, 5 Oct 2005 05:29:10 -0700 (PDT) Message-ID: Date: Wed, 5 Oct 2005 14:29:10 +0200 From: Eric Devolder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to recompile a port in a clean maneer? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Devolder List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 12:29:12 -0000 Hi there, I'm newby to FreeBSD. I'm using FreeBSD 4.11-RELEASE #0 and here is my wish= : I would like to fetch the sources for an old port release ( I know I can grab it from ftp-archive.freebsd.org but I don't know how to fetch the sources with freebsd command line tools), chang= e the makefile and/or patch the source, recompile and possibly make a package (.tgz) to be installed somewhere else. My specific questions are: * how to fetch the source code of a port? and especially from another release? * how to unpack, change the makefile, compile? * how to package it again? I've gone through various manuals, without any success so far (at least I'v= e got cvsup installed, that's maybe a start...) Thanks Eric