Bug 248814 - lang/nim: Fix cssSource for nim doc
Summary: lang/nim: Fix cssSource for nim doc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-21 19:52 UTC by Loïc Bartoletti
Modified: 2020-08-24 06:49 UTC (History)
1 user (show)

See Also:
ports: maintainer-feedback+


Attachments
nim fix cssSource directory (1.44 KB, patch)
2020-08-21 19:52 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2020-08-21 19:52:44 UTC
Created attachment 217427 [details]
nim fix cssSource directory

Nim doc expects to find nimdoc.css in ${PREFIX}/doc/nimdoc.css but our doc directory is ${PREFIX}/share/doc/nim/

this patch fix this issue.
Comment 1 Neal Nelson 2020-08-22 07:09:55 UTC
Looks good to me. Thanks for finding and fixing this.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-08-24 06:49:16 UTC
A commit references this bug:

Author: lbartoletti
Date: Mon Aug 24 06:48:36 UTC 2020
New revision: 546051
URL: https://svnweb.freebsd.org/changeset/ports/546051

Log:
  lang/nim: Fix cssSource for nim doc

  Nim doc expected to find nimdoc.css in ${PREFIX}/doc/nimdoc.css but our doc directory is ${PREFIX}/share/doc/nim/

  PR:		248814
  Approved by:	Neal Nelson (maintainer)

Changes:
  head/lang/nim/Makefile
  head/lang/nim/files/patch-compiler_docgen.nim
Comment 3 Loïc Bartoletti freebsd_committer freebsd_triage 2020-08-24 06:49:29 UTC
Committed, thanks!