From owner-freebsd-doc Fri Jun 9 14:14:25 2000 Delivered-To: freebsd-doc@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id B150D37B6A9 for ; Fri, 9 Jun 2000 14:14:20 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id RAA18206 for ; Fri, 9 Jun 2000 17:14:19 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <39415DA8.9751DBFC@thehousleys.net> Date: Fri, 09 Jun 2000 17:12:08 -0400 From: James Housley Organization: The Housleys dot Net X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: doc@freebsd.org Subject: Patch to the porters-handbook. Content-Type: multipart/mixed; boundary="------------E3E83CCD7DD778BD8FF2086F" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------E3E83CCD7DD778BD8FF2086F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit In section 17 I believe the a # mkdir /var/tmp/port-name needs to be added for correctness, see attached diff. I think I did the editing right. This one I am not sure how to word. The port I am doing and using "automated package list creation" does have a dependancies. Run depends actually. I had to do a PATH=${PATH}:/var/tmp/port-name/bin make depends PREFIX=/var/tmp/port-name and the same for the install to make it work properly. However I am not sure about what wording to use. Would you like me to try and come up with something anyways and submit a PR for both? Jim -- Studies show that 1 out of every 4 Americans suffer some form of mental illness. So look at your three best friends, if they are okay it is YOU! --------------E3E83CCD7DD778BD8FF2086F Content-Type: text/plain; charset=us-ascii; name="diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diff.txt" Index: book.sgml =================================================================== RCS file: /usr/home/FREEBSD_CVS/doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.104 diff -u -r1.104 book.sgml --- book.sgml 2000/06/09 09:23:33 1.104 +++ book.sgml 2000/06/09 21:06:29 @@ -3264,7 +3264,7 @@ Next, create a new set of directories which your port can be installed, and install any dependencies. - &prompt.root; mtree -U -f /etc/mtree/BSD.local.dist -d -e -p /var/tmp/port-name + &prompt.root; mkdir port-name&prompt.root; mtree -U -f /etc/mtree/BSD.local.dist -d -e -p /var/tmp/port-name &prompt.root; make depends PREFIX=/var/tmp/port-name Store the directory structure in a new file. --------------E3E83CCD7DD778BD8FF2086F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message