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