Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344092 Details for
Bug 464210
dev-vcs/git-1.8.1.5[doc] fails to build with sys-apps/texinfo-5.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Strip @anchor commands from gitman.texi
gentoo464210a.patch (text/plain), 515 bytes, created by
Martin von Gagern
on 2013-04-02 17:59:57 UTC
(
hide
)
Description:
Strip @anchor commands from gitman.texi
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2013-04-02 17:59:57 UTC
Size:
515 bytes
patch
obsolete
>Strip anchors to avoid duplicate anchor names. This keeps texinfo 5-x happy. > >2013-04-02 Martin von Gagern > >References: >* https://bugs.gentoo.org/464210 > >Index: git-1.8.1.5/Documentation/cat-texi.perl >=================================================================== >--- git-1.8.1.5.orig/Documentation/cat-texi.perl >+++ git-1.8.1.5/Documentation/cat-texi.perl >@@ -12,6 +12,7 @@ while (<STDIN>) { > push @menu, $1; > } > s/\(\@pxref{\[(URLS|REMOTES)\]}\)//; >+ s/\@anchor\{[^{}]*\}//g; > print TMP; > } > close TMP;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 464210
:
344080
| 344092