pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Apply patch provided by kano@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf7e730d249e
branches:  trunk
changeset: 521822:cf7e730d249e
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Thu Nov 23 11:54:57 2006 +0000

description:
Apply patch provided by kano@.

* Sync with the real.
* Consistently use <replaceable> tag for MyOS.
* s/MyOS.mk/tools.MyOS.mk/g

diffstat:

 doc/guide/files/porting.xml |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 912f06949c40 -r cf7e730d249e doc/guide/files/porting.xml
--- a/doc/guide/files/porting.xml       Thu Nov 23 11:49:55 2006 +0000
+++ b/doc/guide/files/porting.xml       Thu Nov 23 11:54:57 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: porting.xml,v 1.2 2006/05/10 20:56:00 rillig Exp $ -->
+<!-- $NetBSD: porting.xml,v 1.3 2006/11/23 11:54:57 yyamano Exp $ -->
 
 <chapter id="porting"> <?dbhtml filename="porting.html"?>
 <title>Porting pkgsrc</title>
@@ -17,7 +17,7 @@
 
        <variablelist>
 
-       <varlistentry><term><filename>bootstrap/mods/mk/<replaceable>MyOS</replaceable>.sys.mk</filename></term>
+       <varlistentry><term><filename>pkgtools/bootstrap-mk-files/files/mods/<replaceable>MyOS</replaceable>.sys.mk</filename></term>
        <listitem><para>This file contains some basic definitions, for
        example the name of the C
        compiler.</para></listitem></varlistentry>
@@ -31,13 +31,13 @@
        <varname>APPEND_ELF</varname>, and the other variables that
        appear in this file.</para></listitem></varlistentry>
 
-       <varlistentry><term><filename>mk/platform/MyOS.mk</filename></term>
+       <varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.mk</filename></term>
        <listitem><para>This file contains the platform-specific
        definitions that are used by pkgsrc. Start by copying one of the
        other files and edit it to your
        needs.</para></listitem></varlistentry>
 
-       <varlistentry><term><filename>mk/platform/MyOS.pkg.dist</filename></term>
+       <varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.pkg.dist</filename></term>
        <listitem><para>This file contains a list of directories,
        together with their permission bits and ownership. These
        directories will be created automatically with every package
@@ -45,7 +45,7 @@
        have been some discussions about whether this file is needed at
        all, but with no result.</para></listitem></varlistentry>
 
-       <varlistentry><term><filename>mk/platform/MyOS.x11.dist</filename></term>
+       <varlistentry><term><filename>mk/platform/<replaceable>MyOS</replaceable>.x11.dist</filename></term>
        <listitem><para>Just copy one of the pre-existing x11.dist files
        to your
        <filename><replaceable>MyOS</replaceable>.x11.dist</filename>.</para></listitem></varlistentry>
@@ -58,7 +58,7 @@
        pkgsrc brings its own tools, which can be enabled
        here.</para></listitem></varlistentry>
 
-       <varlistentry><term><filename>mk/tools/<replaceable>MyOS</replaceable>.mk</filename></term>
+       <varlistentry><term><filename>mk/tools/tools.<replaceable>MyOS</replaceable>.mk</filename></term>
        <listitem><para>This file defines the paths to all the tools
        that are needed by one or the other package in pkgsrc, as well
        as by pkgsrc itself. Find out where these tools are on your



Home | Main Index | Thread Index | Old Index