Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Jun 2000 17:12:08 -0400
From:      James Housley <jim@thehousleys.net>
To:        doc@freebsd.org
Subject:   Patch to the porters-handbook.
Message-ID:  <39415DA8.9751DBFC@thehousleys.net>

next in thread | raw e-mail | index | archive | help
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 @@
       <para>Next, create a new set of directories which your port can be
         installed, and install any dependencies.</para>
 
-      <screen>&prompt.root; <userinput>mtree -U -f /etc/mtree/BSD.local.dist -d -e -p /var/tmp/<replaceable>port-name</replaceable></userinput>
+      <screen>&prompt.root; <userinput>mkdir <replaceable>port-name</replaceable></userinput>&prompt.root; <userinput>mtree -U -f /etc/mtree/BSD.local.dist -d -e -p /var/tmp/<replaceable>port-name</replaceable></userinput>
 &prompt.root; <userinput>make depends PREFIX=/var/tmp/<replaceable>port-name</replaceable></userinput></screen>
 
       <para>Store the directory structure in a new file.</para>

--------------E3E83CCD7DD778BD8FF2086F--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39415DA8.9751DBFC>