FreeBSD Bugzilla – Attachment 219370 Details for
Bug 250881
lang/nim: Update 1.4 for unexpected change in distfile and include nimble.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diffs to upgrade port.
nim-1.4.0_1.diff (text/plain), 3.49 KB, created by
Neal Nelson
on 2020-11-05 13:23:43 UTC
(
hide
)
Description:
Diffs to upgrade port.
Filename:
MIME Type:
Creator:
Neal Nelson
Created:
2020-11-05 13:23:43 UTC
Size:
3.49 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 554131) >+++ Makefile (working copy) >@@ -3,9 +3,12 @@ > > PORTNAME= nim > PORTVERSION= 1.4.0 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= https://nim-lang.org/download/ > >+CONFLICTS_INSTALL= nimble >+ > MAINTAINER= ports@nicandneal.net > COMMENT= Nim programming language > >@@ -21,7 +24,7 @@ > USES= compiler:c11 tar:xz > USE_LDCONFIG= yes > >-TOOLS_DESC= Build and install nim tools >+TOOLS_DESC= Build and install nim tools, including nimble > > OPTIONS_DEFINE= DOCS TOOLS > OPTIONS_DEFAULT= DOCS TOOLS >@@ -34,7 +37,7 @@ > > .include <bsd.port.pre.mk> > >-TLIST= nimfind nimgrep nimpretty nimsuggest testament >+TLIST= nimble nimfind nimgrep nimpretty nimsuggest testament > > .if ${CHOSEN_COMPILER_TYPE} == "gcc" > EXTRA_PATCHES= ${PATCHDIR}/elfv1-patch-build.sh >@@ -66,7 +69,7 @@ > -d:release --nimcache=${WRKDIR}/nimcache --docCmd=skip > > do-build-TOOLS-on: >- cd ${WRKSRC} && ./koch toolsNoNimble --parallelBuild=${MAKE_JOBS_NUMBER} \ >+ cd ${WRKSRC} && ./koch tools --parallelBuild=${MAKE_JOBS_NUMBER} \ > -d:release --nimcache=${WRKSRC}/nimcache > > >Index: distinfo >=================================================================== >--- distinfo (revision 554131) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1603099030 >-SHA256 (nim-1.4.0.tar.xz) = be3120ab6b737f6ce0dd63fabf9e7c2c7625992b1145e5ebccf0573f3b09905d >-SIZE (nim-1.4.0.tar.xz) = 4626604 >+TIMESTAMP = 1604564068 >+SHA256 (nim-1.4.0.tar.xz) = 9dfba2bed31a21a5a34231016dd556b1b5e0db23c01357cfab26aa8f27a6c23d >+SIZE (nim-1.4.0.tar.xz) = 4706936 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 554131) >+++ pkg-plist (working copy) >@@ -1,4 +1,5 @@ > bin/nim >+%%TOOLS%%bin/nimble > %%TOOLS%%bin/nimfind > %%TOOLS%%bin/nimgrep > %%TOOLS%%bin/nimpretty >@@ -176,6 +177,13 @@ > lib/nim/deprecated/pure/securehash.nim > lib/nim/deprecated/pure/sharedstrings.nim > lib/nim/experimental/diff.nim >+lib/nim/fusion/btreetables.nim >+lib/nim/fusion/compat.nim >+lib/nim/fusion/filepermissions.nim >+lib/nim/fusion/htmlparser.nim >+lib/nim/fusion/htmlparser/parsexml.nim >+lib/nim/fusion/htmlparser/xmltree.nim >+lib/nim/fusion/pools.nim > lib/nim/genode/alloc.nim > lib/nim/genode/env.nim > lib/nim/genode_cpp/syslocks.h >@@ -497,11 +505,13 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/base64.html > %%PORTDOCS%%%%DOCSDIR%%/html/bitops.html > %%PORTDOCS%%%%DOCSDIR%%/html/browsers.html >+%%PORTDOCS%%%%DOCSDIR%%/html/btreetables.html > %%PORTDOCS%%%%DOCSDIR%%/html/cgi.html > %%PORTDOCS%%%%DOCSDIR%%/html/chains.html > %%PORTDOCS%%%%DOCSDIR%%/html/channels.html > %%PORTDOCS%%%%DOCSDIR%%/html/codeowners.html > %%PORTDOCS%%%%DOCSDIR%%/html/colors.html >+%%PORTDOCS%%%%DOCSDIR%%/html/compat.html > %%PORTDOCS%%%%DOCSDIR%%/html/compiler/aliases.html > %%PORTDOCS%%%%DOCSDIR%%/html/compiler/asciitables.html > %%PORTDOCS%%%%DOCSDIR%%/html/compiler/ast.html >@@ -655,6 +665,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/estp.html > %%PORTDOCS%%%%DOCSDIR%%/html/exitprocs.html > %%PORTDOCS%%%%DOCSDIR%%/html/fenv.html >+%%PORTDOCS%%%%DOCSDIR%%/html/filepermissions.html > %%PORTDOCS%%%%DOCSDIR%%/html/filters.html > %%PORTDOCS%%%%DOCSDIR%%/html/gc.html > %%PORTDOCS%%%%DOCSDIR%%/html/globs.html >@@ -740,6 +751,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/pathnorm.html > %%PORTDOCS%%%%DOCSDIR%%/html/pcre.html > %%PORTDOCS%%%%DOCSDIR%%/html/pegs.html >+%%PORTDOCS%%%%DOCSDIR%%/html/pools.html > %%PORTDOCS%%%%DOCSDIR%%/html/posix.html > %%PORTDOCS%%%%DOCSDIR%%/html/posix_utils.html > %%PORTDOCS%%%%DOCSDIR%%/html/postgres.html
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
Flags:
ports
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 250881
: 219370