From owner-freebsd-doc@FreeBSD.ORG Tue Jan 25 11:30:16 2005 Return-Path: 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 27B4016A4CE for ; Tue, 25 Jan 2005 11:30:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2AF843D31 for ; Tue, 25 Jan 2005 11:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0PBUF43037323 for ; Tue, 25 Jan 2005 11:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0PBUFhc037322; Tue, 25 Jan 2005 11:30:15 GMT (envelope-from gnats) Resent-Date: Tue, 25 Jan 2005 11:30:15 GMT Resent-Message-Id: <200501251130.j0PBUFhc037322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jesus R. Camou" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F83016A4CE for ; Tue, 25 Jan 2005 11:29:08 +0000 (GMT) Received: from fed1rmmtao05.cox.net (fed1rmmtao05.cox.net [68.230.241.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 054C743D58 for ; Tue, 25 Jan 2005 11:29:08 +0000 (GMT) (envelope-from jcamou@opensea.malexa.org.mx) Received: from opensea.malexa.org.mx ([68.0.141.123]) by fed1rmmtao05.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP <20050125112907.FBXA14815.fed1rmmtao05.cox.net@opensea.malexa.org.mx> for ; Tue, 25 Jan 2005 06:29:07 -0500 Received: from opensea.malexa.org.mx (localhost [127.0.0.1]) by opensea.malexa.org.mx (8.13.1/8.13.1) with ESMTP id j0PBVbSB061864 for ; Tue, 25 Jan 2005 04:31:37 -0700 (MST) (envelope-from jcamou@opensea.malexa.org.mx) Received: (from jcamou@localhost) by opensea.malexa.org.mx (8.13.1/8.12.11/Submit) id j0PBVaA7061863; Tue, 25 Jan 2005 04:31:36 -0700 (MST) (envelope-from jcamou) Message-Id: <200501251131.j0PBVaA7061863@opensea.malexa.org.mx> Date: Tue, 25 Jan 2005 04:31:36 -0700 (MST) From: "Jesus R. Camou" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/76659: [PATCH] Fixes for the porters-handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Jesus R. Camou" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 11:30:16 -0000 >Number: 76659 >Category: docs >Synopsis: [PATCH] Fixes for the porters-handbook >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 25 11:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jesus R. Camou >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD opensea.malexa.org.mx 4.10-STABLE FreeBSD 4.10-STABLE #2: Mon Nov 22 16:49:52 MST 2004 jcamou@opensea.malexa.org.mx:/usr/obj/usr/src/sys/OPENSEA i386 >Description: o Add copyright year. o Fix some typos. >How-To-Repeat: >Fix: --- porters.diff begins here --- Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.512 diff -u -r1.512 book.sgml --- book.sgml 20 Jan 2005 13:49:14 -0000 1.512 +++ book.sgml 25 Jan 2005 11:24:38 -0000 @@ -25,6 +25,7 @@ 2002 2003 2004 + 2005 The FreeBSD Documentation Project @@ -1970,7 +1971,7 @@ be virtual categories—those that do not have a corresponding subdirectory in the ports tree— or physical categories—those that - do. The following text dicusses the issues involved in creating + do. The following text discusses the issues involved in creating a new physical category so that you can understand them before you propose one. @@ -4297,7 +4298,7 @@ jikes bytecode compiler to build. When no value is set for this variable, the port will use jikes to build if available. You may - also explicitely forbid or enforce the use of + also explicitly forbid or enforce the use of jikes (by setting 'no' or 'yes'). In the later case, devel/jikes will be added to build @@ -4559,7 +4560,7 @@ ${PREFIX}/share/${PORTNAME}. It is a good idea to override DATADIR to ${JAVASHAREDIR}/${PORTNAME} for Java ports. - Indeed, DATADIR is automatically addded to + Indeed, DATADIR is automatically added to PLIST_SUB (documented in ) so you may use %%DATADIR%% directly in --- porters.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: