Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-pms] [PATCH 16/21] EAPI 8: econf adds --disable-static
Date: Thu, 27 May 2021 20:28:35
Message-Id: 20210527202609.6445-17-ulm@gentoo.org
In Reply to: [gentoo-pms] EAPI 8 draft for review by "Ulrich Müller"
1 Bug: https://bugs.gentoo.org/744871
2 Signed-off-by: Ulrich Müller <ulm@g.o>
3 ---
4 eapi-differences.tex | 4 +++-
5 pkg-mgr-commands.tex | 18 +++++++++++-------
6 2 files changed, 14 insertions(+), 8 deletions(-)
7
8 diff --git a/eapi-differences.tex b/eapi-differences.tex
9 index 32f4a66..bbb8957 100644
10 --- a/eapi-differences.tex
11 +++ b/eapi-differences.tex
12 @@ -272,7 +272,8 @@ Output commands use stdout & \compactfeatureref{output-no-stdout} &
13 disable dependency tracking, disable silent rules &
14 disable dependency tracking, disable silent rules, docdir, htmldir &
15 disable dependency tracking, disable silent rules, docdir, htmldir, with sysroot &
16 - disable dependency tracking, disable silent rules, datarootdir, docdir, htmldir, with sysroot \\
17 + disable dependency tracking, disable silent rules, disable static,
18 + datarootdir, docdir, htmldir, with sysroot \\
19
20 \t{dodoc -r} & \compactfeatureref{dodoc} &
21 * & Yes & Yes & Yes & Yes \\
22 @@ -515,6 +516,7 @@ EAPI 8 is EAPI 7 with the following changes:
23 \item \t{useq} banned, \featureref{banned-commands}.
24 \item \t{hasv} and \t{hasq} banned, \featureref{banned-commands}.
25 \item \t{econf} adds \t{-{}-datarootdir}, \featureref{econf-options}.
26 +\item \t{econf} adds \t{-{}-disable-static}, \featureref{econf-options}.
27 \end{compactitem}
28
29 \ChangeWhenAddingAnEAPI{8}
30 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
31 index 7909bdd..e74f730 100644
32 --- a/pkg-mgr-commands.tex
33 +++ b/pkg-mgr-commands.tex
34 @@ -338,27 +338,31 @@ commands once the current phase function has returned.
35 \item \t{-{}-disable-silent-rules}, if the EAPI is listed in table~\ref{tab:econf-options-table}
36 as using it. This option will only be passed if the string \t{-{}-disable-silent-rules}
37 occurs in the output of \t{configure -{}-help}.
38 + \item \t{-{}-disable-static}, if the EAPI is listed in table~\ref{tab:econf-options-table}
39 + as using it. This option will only be passed if the string \t{-{}-disable-static} occurs
40 + in the output of \t{configure -{}-help}.
41 \end{itemize}
42
43 \ChangeWhenAddingAnEAPI{8}
44 \begin{centertable}{Extra \t{econf} arguments for EAPIs}
45 \label{tab:econf-options-table}
46 - \begin{tabular}{lllllll}
47 + \begin{tabular}{llllllll}
48 \toprule
49 \multicolumn{1}{c}{\textbf{EAPI}} &
50 \multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} &
51 \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} &
52 + \multicolumn{1}{c}{\textbf{-{}-disable-static}} &
53 \multicolumn{1}{c}{\textbf{-{}-datarootdir}} &
54 \multicolumn{1}{c}{\textbf{-{}-docdir}} &
55 \multicolumn{1}{c}{\textbf{-{}-htmldir}} &
56 \multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\
57 \midrule
58 - 0, 1, 2, 3 & No & No & No & No & No & No \\
59 - 4 & Yes & No & No & No & No & No \\
60 - 5 & Yes & Yes & No & No & No & No \\
61 - 6 & Yes & Yes & No & Yes & Yes & No \\
62 - 7 & Yes & Yes & No & Yes & Yes & Yes \\
63 - 8 & Yes & Yes & Yes & Yes & Yes & Yes \\
64 + 0, 1, 2, 3 & No & No & No & No & No & No & No \\
65 + 4 & Yes & No & No & No & No & No & No \\
66 + 5 & Yes & Yes & No & No & No & No & No \\
67 + 6 & Yes & Yes & No & No & Yes & Yes & No \\
68 + 7 & Yes & Yes & No & No & Yes & Yes & Yes \\
69 + 8 & Yes & Yes & Yes & Yes & Yes & Yes & Yes \\
70 \bottomrule
71 \end{tabular}
72 \end{centertable}
73 --
74 2.31.1