From owner-freebsd-ports@FreeBSD.ORG Fri Sep 10 12:52:41 2004 Return-Path: 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 EBE1716A4CE for ; Fri, 10 Sep 2004 12:52:41 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E48943D5D for ; Fri, 10 Sep 2004 12:52:41 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 0085FC0F4; Fri, 10 Sep 2004 14:52:54 +0200 (CEST) Date: Fri, 10 Sep 2004 14:52:54 +0200 From: Simon Barner To: Willem Jan Withagen Message-ID: <20040910125254.GA4486@zi025.glhnet.mhn.de> References: <41418E58.4070101@withagen.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <41418E58.4070101@withagen.nl> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new/sophie/sophos at mailrelay2.informatik.tu-muenchen.de X-Mailman-Approved-At: Fri, 10 Sep 2004 13:01:44 +0000 cc: "ports@freebsd.org"@glhnet.mhn.de Subject: Re: submitting changes to a port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 12:52:42 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > I've two questions: >=20 > 1) How do I submit the new set of patches??? > a) new diffs to the orignal sources > b) extra diffs to the previously patched set of sources > c) diffs against the old diffs? > > [I think I read the answer somewhere in the porters manual, but I'm not= =20 > able to find it again :( ] Hi, the common way is to - make a copy of the port's directory (e.g. ports/category/ports.orig) - modify the port (ports/category/port) until you're satisfied - submit the output of cd ports/category && diff -ruN port.orig port in a problem report (don't forget to Cc: the maintainer (if it's !=3D ports@FreeBSD.org)). >=20 > 2) I need a TMP directory to install some of the tools in, as they are=20 > needed as bootstrap for other tools to build. > Now I've got a variable TMP which is currently set to /tmp. > Where/how should I do that? You should do that in a subdirectory of ${WRKSRC}, e.g. ${WRKSRC}/bootstrap (this directory is guaranteed to be writable for you port, and it's cleaned automaticalle in the ``make clean'' stage. HTH, Simon --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBQaOmCkn+/eutqCoRAr7OAKDP012MNBqEBNtX3ov/qTxahJssZACeLr3g HyaMA9hfaLs7see7M0/NKjo= =QQ5C -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH--