pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Remove trailing spaces and tabs.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6ffa7b09b54
branches: trunk
changeset: 522612:a6ffa7b09b54
user: martti <martti%pkgsrc.org@localhost>
date: Fri Dec 15 13:22:14 2006 +0000
description:
Remove trailing spaces and tabs.
diffstat:
doc/BRANCHES | 2 +-
doc/HACKS | 44 ++++++++++++++++++++--------------------
doc/STATUS | 4 +-
doc/guide/files/Makefile | 4 +-
doc/guide/files/build.xml | 16 +++++++-------
doc/guide/files/components.xml | 10 ++++----
doc/guide/files/creating.xml | 4 +-
doc/guide/files/devfaq.xml | 4 +-
doc/guide/files/fixes.xml | 14 ++++++------
doc/guide/files/gnome.xml | 12 +++++-----
doc/guide/files/introduction.xml | 4 +-
doc/guide/files/pkginstall.xml | 4 +-
doc/guide/files/regression.xml | 4 +-
doc/guide/files/using.xml | 12 +++++-----
14 files changed, 69 insertions(+), 69 deletions(-)
diffs (truncated from 540 to 300 lines):
diff -r 33413f897e3e -r a6ffa7b09b54 doc/BRANCHES
--- a/doc/BRANCHES Fri Dec 15 13:15:06 2006 +0000
+++ b/doc/BRANCHES Fri Dec 15 13:22:14 2006 +0000
@@ -58,7 +58,7 @@
and enhancements will enter a "cooling-off period" of two working days
from receipt of the pullup request. Developers requesting pullups
should take note of this - if you are requesting that a security fix
-be pulled up, please mark the request as being for a "security fix".
+be pulled up, please mark the request as being for a "security fix".
The criterion for acceptance of a pullup is a simple one - does it
enhance the pkgsrc branch? - and the pullup manager's decision is
subjective and final. To request a pullup, the developer should
diff -r 33413f897e3e -r a6ffa7b09b54 doc/HACKS
--- a/doc/HACKS Fri Dec 15 13:15:06 2006 +0000
+++ b/doc/HACKS Fri Dec 15 13:22:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.30 2005/05/15 22:23:09 jschauma Exp $
+# $NetBSD: HACKS,v 1.31 2006/12/15 13:22:14 martti Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -131,7 +131,7 @@
port arm32
file net/djbdns/Makefile : 1.14 :
descr
- various files go into infinite loop if optimisation enabled in
+ various files go into infinite loop if optimisation enabled in
egcs-2.91.66 19990314 (shipped with 1.5.2)
kcah
@@ -141,7 +141,7 @@
port arm32
file net/ucspi-tcp/Makefile : 1.7 :
descr
- various files go into infinite loop if optimisation enabled in
+ various files go into infinite loop if optimisation enabled in
egcs-2.91.66 19990314 (shipped with 1.5.2)
kcah
@@ -163,7 +163,7 @@
file benchmarks/lmbench/Makefile : 1.9 :
descr
on certain c files, using -O[1-3] will cause the arm32 cc1 to run
- forever.
+ forever.
reported to GCC people as PR optimization/2391.
kcah
@@ -179,7 +179,7 @@
hack c++ -O* bug
mdate 02 Jun 2000
who dmcmahill
-file audio/festival/patches/patch-ai : 1.2 :
+file audio/festival/patches/patch-ai : 1.2 :
file audio/festival/patches/patch-aj : 1.1 :
file audio/festival/patches/patch-ak : 1.1 :
file audio/festival/patches/patch-al : 1.1 :
@@ -187,18 +187,18 @@
file cad/verilog-current/patches/patch-ad : 1.3 :
file cad/vipec/patches/patch-ac : 1.4 :
file emulators/stella/patches/patch-ac : 1.3 : 36 : 43
-file graphics/kdegraphics/patches/patch-af : 1.5
+file graphics/kdegraphics/patches/patch-af : 1.5
file graphics/xpdf/Makefile : 1.18: 27
-file graphics/xpdf/patches/patch-aa : 1.3
+file graphics/xpdf/patches/patch-aa : 1.3
file math/yacas/patches/patch-ac : 1.1.1.1 :
-file x11/glclock/Makefile : 1.3 : 18 : 20
-file x11/windowmaker/Makefile : 1.51 : 39 : 42
+file x11/glclock/Makefile : 1.3 : 18 : 20
+file x11/windowmaker/Makefile : 1.51 : 39 : 42
pr 9453
descr
on certain c++ files, using -O[1-3] will cause cc1plus to run
forever. On other files, c++ -O[1-3] will cause the assembler to run
- forever. This problem is noted on pmax and sparc (NetBSD-1.4.*) with
- gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
+ forever. This problem is noted on pmax and sparc (NetBSD-1.4.*) with
+ gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
evidently this problem also exists on arm32.
kcah
@@ -222,13 +222,13 @@
port all
Checking in perl5-base/patches/patch-ag: 1.2 : 1 : 999
descr
- The Xerces-Perl module is implemented as a shared object. It needs
+ The Xerces-Perl module is implemented as a shared object. It needs
some symbols from libgcc.a, such as __eh_alloc. It's not possible
to link the xerces-P shared object with libgcc.a, because libgcc.a
- is not compiled with -fPIC. Hence we need to have the missing
- symbols in the Perl executable.
+ is not compiled with -fPIC. Hence we need to have the missing
+ symbols in the Perl executable.
This hack includes the whole libgcc.a in the Perl executable, and
- links with c++ so that some mandatory symbols such as __pure_virtual
+ links with c++ so that some mandatory symbols such as __pure_virtual
are also included. It should go away with GCC-3.0, or if we make a
libgcc.so on day.
kcah
@@ -238,10 +238,10 @@
who mrauch
port i386
file devel/pth/Makefile : 1.37 : 20 : 22
-descr
- OpenOffice segfaults after some time in the pthread library with a
+descr
+ OpenOffice segfaults after some time in the pthread library with a
completely thrashed stack. Removing optimization when building
- pth (-O0) avoids this problem.
+ pth (-O0) avoids this problem.
kcah
hack binutils-2.11.2 ld versioned symbols bug
@@ -251,7 +251,7 @@
file misc/openoffice/patches/patch-dk
descr Using versioned symbols the special symbol _etext can end up
in the shared library with a junk value for the version string
- instead of "0" for no version. Sometimes it is sufficient to
+ instead of "0" for no version. Sometimes it is sufficient to
reorder the -l flags on the link line but the general hack is to
disable versioned symbols.
kcah
@@ -272,7 +272,7 @@
port arm
file net/ucspi-tcp/Makefile : 1.11 :
descr
- some compilations go into infinite loop if optimisation enabled in
+ some compilations go into infinite loop if optimisation enabled in
gcc-2.95.3 20010315 (release) (NetBSD nb2) as shipped with
a releng snapshot (May 31st) of NetBSD-1.6_BETA1. See also abs's
entry above. First hang at:
@@ -286,7 +286,7 @@
port arm
file net/djbdns/Makefile : 1.19 :
descr
- various files go into infinite loop if optimisation enabled in
+ various files go into infinite loop if optimisation enabled in
gcc-2.95.3 20010315 (release) (NetBSD nb2) as shipped with
a releng snapshot (May 31st) of NetBSD-1.6_BETA1. See also abs's
entry above. First hang as ucspi-tcp.
@@ -301,7 +301,7 @@
Usual arm optimisation problem. The first problem is at:
c++ -c -O2 -fno-rtti -I. -I../emucore -I../emucore/m6502/src \
-I../emucore/m6502/src/bspf/src -I../ui/x11 -I../ui/sound \
- -I/usr/X11R6/include -DBSPF_UNIX ../emucore/m6502/src/M6502.cxx
+ -I/usr/X11R6/include -DBSPF_UNIX ../emucore/m6502/src/M6502.cxx
kcah
hack cc -O* bug
diff -r 33413f897e3e -r a6ffa7b09b54 doc/STATUS
--- a/doc/STATUS Fri Dec 15 13:15:06 2006 +0000
+++ b/doc/STATUS Fri Dec 15 13:22:14 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: STATUS,v 1.36 2005/06/25 12:38:34 minskim Exp $
+$NetBSD: STATUS,v 1.37 2006/12/15 13:22:14 martti Exp $
Below is a list of packages known to build on various non-NetBSD
platforms. Currently, there are three categories. If all packages in a given
@@ -84,7 +84,7 @@
---------------------------------------------------------------------------
-Package Darwin FreeBSD IRIX Linux OpenBSD Solaris
+Package Darwin FreeBSD IRIX Linux OpenBSD Solaris
---------------------------------------------------------------------------
audio/xmms Y Y Y
devel/gdb Y Y Y
diff -r 33413f897e3e -r a6ffa7b09b54 doc/guide/files/Makefile
--- a/doc/guide/files/Makefile Fri Dec 15 13:15:06 2006 +0000
+++ b/doc/guide/files/Makefile Fri Dec 15 13:22:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/09/19 17:50:38 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2006/12/15 13:22:14 martti Exp $
WEB_PREFIX?= ${.CURDIR}/../htdocs
@@ -38,7 +38,7 @@
SRCS+= chapters.ent
# Make deeper TOC:
-XSL_DBX_WITH_TOC_SECTION_DEPTH?= 2
+XSL_DBX_WITH_TOC_SECTION_DEPTH?= 2
# Avoid extra normalization
NO_TIDY?= yes
diff -r 33413f897e3e -r a6ffa7b09b54 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Fri Dec 15 13:15:06 2006 +0000
+++ b/doc/guide/files/build.xml Fri Dec 15 13:22:14 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.41 2006/12/08 19:06:41 drochner Exp $ -->
+<!-- $NetBSD: build.xml,v 1.42 2006/12/15 13:22:14 martti Exp $ -->
<chapter id="build">
<title>The build process</title>
@@ -261,7 +261,7 @@
http://www.somewhere.com/somehow/ \
http://www.somewhereelse.com/mirror/somehow/
</programlisting>
-
+
<para>When actually fetching the distfiles, each item from
<varname>MASTER_SITES</varname> or
<varname>SITES.*</varname> gets the name of each distfile
@@ -660,26 +660,26 @@
<varlistentry><term><varname>INSTALL_MAN_DIR</varname></term>
<listitem><para>directories that contain man
pages</para></listitem></varlistentry>
-
+
<varlistentry><term><varname>INSTALL_PROGRAM</varname></term>
<listitem><para>binaries that can be stripped from debugging
symbols</para></listitem></varlistentry>
-
+
<varlistentry><term><varname>INSTALL_SCRIPT</varname></term>
<listitem><para>binaries that cannot be
stripped</para></listitem></varlistentry>
-
+
<varlistentry><term><varname>INSTALL_GAME</varname></term>
<listitem><para>game
binaries</para></listitem></varlistentry>
-
+
<varlistentry><term><varname>INSTALL_LIB</varname></term>
<listitem><para>shared and static
libraries</para></listitem></varlistentry>
-
+
<varlistentry><term><varname>INSTALL_DATA</varname></term>
<listitem><para>data files</para></listitem></varlistentry>
-
+
<varlistentry><term><varname>INSTALL_GAME_DATA</varname></term>
<listitem><para>data files for
games</para></listitem></varlistentry>
diff -r 33413f897e3e -r a6ffa7b09b54 doc/guide/files/components.xml
--- a/doc/guide/files/components.xml Fri Dec 15 13:15:06 2006 +0000
+++ b/doc/guide/files/components.xml Fri Dec 15 13:22:14 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.31 2006/09/13 23:24:40 wiz Exp $ -->
+<!-- $NetBSD: components.xml,v 1.32 2006/12/15 13:22:14 martti Exp $ -->
<chapter id="components"> <?dbhtml filename="components.html"?>
<title>Package components - files, directories and contents</title>
@@ -155,7 +155,7 @@
</listitem>
</itemizedlist></para>
-
+
<para>Please pay attention to the following gotchas:</para>
<itemizedlist>
<listitem>
@@ -295,7 +295,7 @@
preprocessor magic to check for the current operating system nor
platform. Doing so hurts portability to other platforms because
the OS-specific details are not abstracted appropriately.</para>
-
+
<para>The general rule to follow is: instead of checking for the
operating system the application is being built on, check for the
specific <emphasis>features</emphasis> you need. For example,
@@ -307,7 +307,7 @@
that prevents some OSes from adopting interfaces from other OSes
(e.g. Linux implementing kqueue), something that the above checks
cannot take into account.</para>
-
+
<para>Of course, checking for features generally involves more
work on the developer's side, but the resulting changes are
cleaner and there are chances they will work on many other
@@ -556,7 +556,7 @@
infrastructure, so you don't need an extra
<literal>.include</literal> line for
it.</para></listitem></varlistentry>
-
+
<varlistentry><term><filename>options.mk</filename></term>
<listitem><para>This file contains the code for the
package-specific options (see <xref linkend="options"/>) that can be
diff -r 33413f897e3e -r a6ffa7b09b54 doc/guide/files/creating.xml
--- a/doc/guide/files/creating.xml Fri Dec 15 13:15:06 2006 +0000
+++ b/doc/guide/files/creating.xml Fri Dec 15 13:22:14 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.5 2006/10/21 20:39:24 rillig Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.6 2006/12/15 13:22:14 martti Exp $ -->
<chapter id="creating">
<title>Creating a new pkgsrc package from scratch</title>
@@ -13,7 +13,7 @@
<step><para>First, install the packages <filename
role="pkg">pkgtools/url2pkg</filename> and <filename
role="pkg">pkgtools/pkglint</filename>.</para></step>
-
+
<step><para>Then, choose one of the top-level directories as the
category in which you want to place your package. You can also create a
directory of your own (maybe called <filename>local</filename>). In that
Home |
Main Index |
Thread Index |
Old Index