diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-10 07:46:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-10 07:46:29 +0000 |
commit | 74c0eeee109fd43af5a7056827d8aa9589ff0e2e (patch) | |
tree | 9cc3895ecd14746b8d457a13fe332c99c5070ee4 | |
parent | c487fed58e4277a2609b3668e31273ae69566ea1 (diff) | |
download | pkgsrc-74c0eeee109fd43af5a7056827d8aa9589ff0e2e.tar.gz |
detab
-rw-r--r-- | doc/guide/files/buildlink.xml | 12 | ||||
-rw-r--r-- | doc/guide/files/bulk.xml | 10 | ||||
-rw-r--r-- | doc/guide/files/components.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/faq.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/fixes.xml | 12 | ||||
-rw-r--r-- | doc/guide/files/plist.xml | 6 | ||||
-rw-r--r-- | doc/guide/files/regression.xml | 12 |
7 files changed, 30 insertions, 30 deletions
diff --git a/doc/guide/files/buildlink.xml b/doc/guide/files/buildlink.xml index f37d7b09a39..324762486a7 100644 --- a/doc/guide/files/buildlink.xml +++ b/doc/guide/files/buildlink.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: buildlink.xml,v 1.38 2014/12/30 15:18:59 wiz Exp $ --> +<!-- $NetBSD: buildlink.xml,v 1.39 2016/07/10 07:46:29 rillig Exp $ --> <chapter id="buildlink"> <title>Buildlink methodology</title> @@ -206,20 +206,20 @@ BUILDLINK_API_DEPENDS.foo+= foo>=1.1.0 <programlisting> # $NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:24:45 joerg Exp $ -BUILDLINK_TREE+= tiff +BUILDLINK_TREE+= tiff .if !defined(TIFF_BUILDLINK3_MK) TIFF_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.tiff+= tiff>=3.6.1 -BUILDLINK_ABI_DEPENDS.tiff+= tiff>=3.7.2nb1 -BUILDLINK_PKGSRCDIR.tiff?= ../../graphics/tiff +BUILDLINK_API_DEPENDS.tiff+= tiff>=3.6.1 +BUILDLINK_ABI_DEPENDS.tiff+= tiff>=3.7.2nb1 +BUILDLINK_PKGSRCDIR.tiff?= ../../graphics/tiff .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .endif # TIFF_BUILDLINK3_MK -BUILDLINK_TREE+= -tiff +BUILDLINK_TREE+= -tiff </programlisting> <para>The header and footer manipulate diff --git a/doc/guide/files/bulk.xml b/doc/guide/files/bulk.xml index 4efe0962e70..f1c6bd9ae61 100644 --- a/doc/guide/files/bulk.xml +++ b/doc/guide/files/bulk.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: bulk.xml,v 1.22 2016/07/10 07:43:23 rillig Exp $ --> +<!-- $NetBSD: bulk.xml,v 1.23 2016/07/10 07:46:29 rillig Exp $ --> <chapter id="bulk"> <title>Creating binary packages for everything in pkgsrc (bulk @@ -115,10 +115,10 @@ Create a user with name "pbulk".</para> apply to packages you build. For instance,</para> <programlisting> -PKG_DEVELOPER= yes # perform more checks -X11_TYPE= modular # use pkgsrc X11 -SKIP_LICENSE_CHECK= yes # accept all licences (useful - # when building all packages) +PKG_DEVELOPER= yes # perform more checks +X11_TYPE= modular # use pkgsrc X11 +SKIP_LICENSE_CHECK= yes # accept all licences (useful + # when building all packages) </programlisting> </note> <!-- Think how to merge this or maintain short reference of useful settings. diff --git a/doc/guide/files/components.xml b/doc/guide/files/components.xml index 43a25729ffc..3b88274a85d 100644 --- a/doc/guide/files/components.xml +++ b/doc/guide/files/components.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: components.xml,v 1.52 2016/06/11 14:58:26 rillig Exp $ --> +<!-- $NetBSD: components.xml,v 1.53 2016/07/10 07:46:29 rillig Exp $ --> <chapter id="components"> <?dbhtml filename="components.html"?> <title>Package components - files, directories and contents</title> @@ -435,7 +435,7 @@ monitor_file(...) int fd = kqueue(); ... #else - ... + ... #endif } </programlisting> diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml index 742f4bf79bf..f2e593715bb 100644 --- a/doc/guide/files/faq.xml +++ b/doc/guide/files/faq.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: faq.xml,v 1.53 2016/06/11 14:58:26 rillig Exp $ --> +<!-- $NetBSD: faq.xml,v 1.54 2016/07/10 07:46:29 rillig Exp $ --> <chapter id="faq"> <?dbhtml filename="faq.html"?> <title>Frequently Asked Questions</title> @@ -261,7 +261,7 @@ provide <varname>FETCH_CMD</varname>, <varname>FETCH_BEFORE_ARGS</varname>, like:</para> <programlisting> -FETCH_USING= wget +FETCH_USING= wget </programlisting> </sect1> diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 1a341559628..a5f73924404 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.141 2016/07/09 16:19:15 rillig Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.142 2016/07/10 07:46:29 rillig Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -1409,13 +1409,13 @@ ${INSTALL_DATA_DIR} ${PREFIX}/dir2 binary:</para> <programlisting> -USE_GAMESGROUP= yes +USE_GAMESGROUP= yes -BUILD_DEFS+= VARBASE +BUILD_DEFS+= VARBASE -OWN_DIRS_PERMS+= ${VARBASE}/games/moon-buggy ${GAMEDIR_PERMS} -REQD_FILES_PERMS+= /dev/null ${VARBASE}/games/moon-buggy/mbscore ${GAMEDATA_PERMS} -SPECIAL_PERMS+= ${PREFIX}/bin/moon-buggy ${SETGID_GAMES_PERMS} +OWN_DIRS_PERMS+= ${VARBASE}/games/moon-buggy ${GAMEDIR_PERMS} +REQD_FILES_PERMS+= /dev/null ${VARBASE}/games/moon-buggy/mbscore ${GAMEDATA_PERMS} +SPECIAL_PERMS+= ${PREFIX}/bin/moon-buggy ${SETGID_GAMES_PERMS} </programlisting> <para>Various <varname>INSTALL_*</varname> variables are also available: diff --git a/doc/guide/files/plist.xml b/doc/guide/files/plist.xml index 3d1a6d57d0c..399e9f3c732 100644 --- a/doc/guide/files/plist.xml +++ b/doc/guide/files/plist.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: plist.xml,v 1.23 2016/07/09 16:07:35 rillig Exp $ --> +<!-- $NetBSD: plist.xml,v 1.24 2016/07/10 07:46:29 rillig Exp $ --> <chapter id="plist"> <title>PLIST issues</title> @@ -145,9 +145,9 @@ PLIST_SUBST+= SOMEVAR="somevalue" For example, in <filename>Makefile</filename>:</para> <programlisting> -PLIST_VARS+= foo +PLIST_VARS+= foo .if <replaceable>condition</replaceable> -PLIST.foo= yes +PLIST.foo= yes .else </programlisting> diff --git a/doc/guide/files/regression.xml b/doc/guide/files/regression.xml index 96430599839..f59c9a01f1a 100644 --- a/doc/guide/files/regression.xml +++ b/doc/guide/files/regression.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: regression.xml,v 1.3 2016/06/11 13:28:09 rillig Exp $ --> +<!-- $NetBSD: regression.xml,v 1.4 2016/07/10 07:46:29 rillig Exp $ --> <chapter id="regression"> <?dbhtml filename="regression.html"?> <title>Regression tests</title> @@ -62,7 +62,7 @@ <programlisting> do_test() { - echo "Example output" + echo "Example output" } 1>$TEST_OUTFILE 2>&1 </programlisting> @@ -77,10 +77,10 @@ do_test() { <programlisting> check_result() { - exit_status 0 - output_require "Example" - output_require "^[[:alpha:]+[[:space:]][[:alpha:]]{6}$" - output_prohibit "no such file or directory" + exit_status 0 + output_require "Example" + output_require "^[[:alpha:]+[[:space:]][[:alpha:]]{6}$" + output_prohibit "no such file or directory" } </programlisting> |