From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 14:44:16 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 60DDD16A424 for ; Wed, 5 Oct 2005 14:44:16 +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 C636743D45 for ; Wed, 5 Oct 2005 14:44:15 +0000 (GMT) (envelope-from eric.devolder@gmail.com) Received: by nproxy.gmail.com with SMTP id x4so72857nfb for ; Wed, 05 Oct 2005 07:44:14 -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:content-transfer-encoding:content-disposition; b=sUi8BuKQ7bbe+IlwT9WJnEvGVo0m0vDwFf2jkymUnvLpT/HbGujJcgCGQ4XbeTjLZmVei0dyZqoNsA3VxE3+anpio4WKdh8XP6VygrxVUP23Wa7wgVAGUJmxXoNUpCrPCjTpLLl+YZo3GbuziAcC4JmYN+qlzu5MfliWY2HVrpg= Received: by 10.48.108.1 with SMTP id g1mr49989nfc; Wed, 05 Oct 2005 07:44:14 -0700 (PDT) Received: by 10.48.3.3 with HTTP; Wed, 5 Oct 2005 07:44:14 -0700 (PDT) Message-ID: Date: Wed, 5 Oct 2005 16:44:14 +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 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 14:44:16 -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), change 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 relea= se? * 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've got cvsup installed, that's maybe a start...) Thanks