FreeBSD Bugzilla – Attachment 217427 Details for
Bug 248814
lang/nim: Fix cssSource for nim doc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nim fix cssSource directory
nim-1.2.6_1.diff (text/plain), 1.44 KB, created by
Loïc Bartoletti
on 2020-08-21 19:52:44 UTC
(
hide
)
Description:
nim fix cssSource directory
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2020-08-21 19:52:44 UTC
Size:
1.44 KB
patch
obsolete
>Index: lang/nim/Makefile >=================================================================== >--- lang/nim/Makefile (révision 545615) >+++ lang/nim/Makefile (copie de travail) >@@ -3,6 +3,7 @@ > > PORTNAME= nim > PORTVERSION= 1.2.6 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= https://nim-lang.org/download/ > >Index: lang/nim/files/patch-compiler_docgen.nim >=================================================================== >--- lang/nim/files/patch-compiler_docgen.nim (nonexistent) >+++ lang/nim/files/patch-compiler_docgen.nim (copie de travail) >@@ -0,0 +1,11 @@ >+--- compiler/docgen.nim.orig 2020-08-21 12:50:46 UTC >++++ compiler/docgen.nim >+@@ -1163,7 +1163,7 @@ proc writeOutput*(d: PDoc, useWarning = false) = >+ rawMessage(d.conf, if useWarning: warnCannotOpenFile else: errCannotOpenFile, >+ outfile.string) >+ elif not d.wroteCss: >+- let cssSource = $d.conf.getPrefixDir() / "doc" / "nimdoc.css" >++ let cssSource = $d.conf.getPrefixDir() / "share/doc/nim" / "nimdoc.css" >+ let cssDest = $dir / nimdocOutCss >+ copyFile(cssSource, cssDest) >+ d.wroteCss = true > >Property changes on: lang/nim/files/patch-compiler_docgen.nim >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 248814
: 217427