[jhalfs] 01/04: [BLFS] Ticket #1730: compute the full dependency chain
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 5132b9373d8257c89f9bf66ae6608ce1431ef787 Author: Pierre Labastie <[email protected]> AuthorDate: Sun Dec 12 18:29:19 2021 +0100 [BLFS] Ticket #1730: compute the full dependency chain Comment out the version comparison in BLFS/xsl/dependencies.xsl. It is a mess in xslt anyway... --- BLFS/xsl/dependencies.xsl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/BLFS/xsl/dependencies.xsl b/BLFS/xsl/dependencies.xsl index 083fbb1..c89c2d7 100644 --- a/BLFS/xsl/dependencies.xsl +++ b/BLFS/xsl/dependencies.xsl @@ -37,10 +37,11 @@ </xsl:otherwise> </xsl:choose> </xsl:variable> +<!-- <xsl:variable name="install_it"> <xsl:choose> <xsl:when test="@type='link'"> -<!-- No way to track versions: install ! --> +<!- - No way to track versions: install ! - -> 1 </xsl:when> <xsl:otherwise> @@ -51,8 +52,11 @@ </xsl:otherwise> </xsl:choose> </xsl:variable> +--> <xsl:apply-templates select="dependency"/> +<!-- <xsl:if test="number($install_it)"> +--> <xsl:choose> <xsl:when test="@type='link'"> <xsl:text>4</xsl:text> @@ -82,7 +86,9 @@ <xsl:text> </xsl:text> <xsl:value-of select="$depname"/> <xsl:text>
</xsl:text> +<!-- </xsl:if> +--> </xsl:template> <!-- lexicographic Comparison of strings. There is no way to directly -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page