FreeBSD Bugzilla – Attachment 241505 Details for
Bug 270858
lang/nim: Fix invalid path to documentation in compiler source code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
invalid_doc_paths.patch
nim.patch (text/plain), 776 bytes, created by
Bartek Jasicki
on 2023-04-15 08:31:19 UTC
(
hide
)
Description:
invalid_doc_paths.patch
Filename:
MIME Type:
Creator:
Bartek Jasicki
Created:
2023-04-15 08:31:19 UTC
Size:
776 bytes
patch
obsolete
>diff --git a/lang/nim/Makefile b/lang/nim/Makefile >index 311bebdae..a76484916 100644 >--- a/lang/nim/Makefile >+++ b/lang/nim/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= nim > DISTVERSION= 1.6.12 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= https://nim-lang.org/download/ > >@@ -81,6 +82,7 @@ do-install: > # Install nim lib files > ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} > (cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/${PORTNAME} "! -name libnimrtl.so") >+ ${REINPLACE_CMD} 's/\.\.\/doc/\/usr\/local\/share\/doc\/nim/g' ${WRKSRC}/compiler/commands.nim > ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/compiler > (cd ${WRKSRC}/compiler && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/compiler "! -name nim ! -name nim1") > # Configuration files
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 270858
: 241505