From owner-freebsd-doc@FreeBSD.ORG Fri Jul 7 02:40:20 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9D2916A4DF for ; Fri, 7 Jul 2006 02:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89EB943D46 for ; Fri, 7 Jul 2006 02:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k672eKS8041846 for ; Fri, 7 Jul 2006 02:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k672eKvu041845; Fri, 7 Jul 2006 02:40:20 GMT (envelope-from gnats) Date: Fri, 7 Jul 2006 02:40:20 GMT Message-Id: <200607070240.k672eKvu041845@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Cheng-Lung Sung Cc: Subject: Re: docs/99845: [patch] First introduce porttools to Porter's Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cheng-Lung Sung List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 02:40:20 -0000 The following reply was made to PR docs/99845; it has been noted by GNATS. From: Cheng-Lung Sung To: Pav Lucistnik Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/99845: [patch] First introduce porttools to Porter's Handbook Date: Fri, 7 Jul 2006 10:35:32 +0800 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 06, 2006 at 07:59:56PM +0200, Pav Lucistnik wrote: >=20 > I don't particularly like the English of this text. >=20 Index: book.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.728 diff -u -r1.728 book.sgml --- book.sgml 6 Jul 2006 06:35:21 -0000 1.728 +++ book.sgml 7 Jul 2006 02:33:07 -0000 @@ -6777,6 +6777,43 @@ doubt, the best thing to do is ask on &a.ports;. =20 + + Port Tools + + The port is the front-end script of + the devel/porttools + tool. + When the user runs port test, the + script will first check for any common errors via=20 + portlin -abt, and then + check for any errors or warnings via the following steps: + =20 + + + make clean + + + + make build + + + + make install + + + + make package + + + + make deinstall + + + + Finally, it will also detect and list any files or diectories not= =20 + listed in pkg-plist. + + <makevar>PREFIX</makevar> =20 --=20 Cheng-Lung Sung - clsung@ --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFErchz+AeJ85Vui8ERAlgfAJ91WOBamVTE/sWEJrGD5lBpeQSybACgkbNg mFaycN5aCR5lkheethUJX4M= =TPD7 -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--