FreeBSD Bugzilla – Attachment 162391 Details for
Bug 203981
[patch] lang/nim: Update to 0.11.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch with update to 0.11.2
nim-0.11.2.diff (text/plain), 6.39 KB, created by
Torsten Zühlsdorff
on 2015-10-23 12:35:58 UTC
(
hide
)
Description:
patch with update to 0.11.2
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2015-10-23 12:35:58 UTC
Size:
6.39 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 400007) >+++ Makefile (Arbeitskopie) >@@ -2,13 +2,12 @@ > # $FreeBSD$ > > PORTNAME= nim >-PORTVERSION= 0.10.2 >-PORTREVISION= 0 >+PORTVERSION= 0.11.2 > CATEGORIES= lang > MASTER_SITES= http://nim-lang.org/download/ > > MAINTAINER= ports@nicandneal.net >-COMMENT= The Nim programming language >+COMMENT= Nim programming language > > LICENSE= MIT > >@@ -35,4 +34,7 @@ > do-install: > cd ${WRKSRC} && ${SH} install.sh ${STAGEDIR}${PREFIX} > >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nim >+ > .include <bsd.port.post.mk> >Index: distinfo >=================================================================== >--- distinfo (Revision 400007) >+++ distinfo (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (nim-0.10.2.zip) = 2fb7986cbceda10992fbe2cf657241cac416991e2e68bc0175f3a8fd387279ca >-SIZE (nim-0.10.2.zip) = 27753779 >+SHA256 (nim-0.11.2.zip) = 4497c785c6556e82a1ccc11688fd2425d326f3e95770bb266a234e87da7cc82b >+SIZE (nim-0.11.2.zip) = 29355487 >Index: files/patch-build.sh >=================================================================== >--- files/patch-build.sh (Revision 400007) >+++ files/patch-build.sh (Arbeitskopie) >@@ -1,6 +1,6 @@ >---- build.sh.orig >+--- build.sh.orig 2015-05-04 17:43:10 UTC > +++ build.sh >-@@ -26,10 +26,6 @@ >+@@ -26,10 +26,6 @@ do > esac > done > >Index: files/patch-compiler-nimconf.nim >=================================================================== >--- files/patch-compiler-nimconf.nim (Revision 400007) >+++ files/patch-compiler-nimconf.nim (Arbeitskopie) >@@ -1,6 +1,6 @@ >---- compiler/nimconf.nim.orig 2015-04-02 16:30:19.768619132 +0200 >-+++ compiler/nimconf.nim 2015-04-02 16:44:18.476742363 +0200 >-@@ -215,20 +215,16 @@ >+--- compiler/nimconf.nim.orig 2015-02-10 16:58:52 UTC >++++ compiler/nimconf.nim >+@@ -221,20 +221,16 @@ proc getSystemConfigPath(filename: strin > # the UNIX way) > let p = getPrefixDir() > result = joinPath([p, "config", filename]) >Index: files/patch-config-nim.cfg >=================================================================== >--- files/patch-config-nim.cfg (Revision 400007) >+++ files/patch-config-nim.cfg (Arbeitskopie) >@@ -1,6 +1,15 @@ >---- config/nim.cfg.orig >+--- config/nim.cfg.orig 2015-03-16 23:02:18 UTC > +++ config/nim.cfg >-@@ -78,12 +78,6 @@ >+@@ -8,7 +8,7 @@ >+ # Environment variables can be accessed like so: >+ # gcc.path %= "$CC_PATH" >+ >+-cc = gcc >++cc = clang >+ >+ # additional options always passed to the compiler: >+ --parallel_build: "0" # 0 to auto-detect number of processors >+@@ -80,12 +80,6 @@ path="$lib/pure/unidecode" > clang.options.linker = "-ldl" > tcc.options.linker = "-ldl" > @end >Index: files/patch-install.sh >=================================================================== >--- files/patch-install.sh (Revision 400007) >+++ files/patch-install.sh (Arbeitskopie) >@@ -1,6 +1,6 @@ >---- install.sh.orig >+--- install.sh.orig 2015-05-04 17:43:14 UTC > +++ install.sh >-@@ -15,39 +15,14 @@ >+@@ -15,39 +15,14 @@ if [ $# -eq 1 ] ; then > "--help"|"-h"|"help"|"h") > echo "Nim installation script" > echo "Usage: [sudo] sh install.sh DIR" >Index: files/patch-lib-posix-posix.nim >=================================================================== >--- files/patch-lib-posix-posix.nim (Revision 400007) >+++ files/patch-lib-posix-posix.nim (Arbeitskopie) >@@ -1,6 +1,6 @@ >---- lib/posix/posix.nim.orig >+--- lib/posix/posix.nim.orig 2015-04-10 12:03:48 UTC > +++ lib/posix/posix.nim >-@@ -453,7 +453,7 @@ >+@@ -462,7 +462,7 @@ type > l_linger*: cint ## Linger time, in seconds. > > TInPort* = int16 ## unsigned! >Index: files/patch-lib-pure-os.nim >=================================================================== >--- files/patch-lib-pure-os.nim (Revision 400007) >+++ files/patch-lib-pure-os.nim (Arbeitskopie) >@@ -1,6 +1,6 @@ >---- lib/pure/os.nim.orig >+--- lib/pure/os.nim.orig 2015-03-21 20:38:24 UTC > +++ lib/pure/os.nim >-@@ -1785,8 +1785,7 @@ >+@@ -1805,8 +1805,7 @@ proc getAppFilename*(): string {.rtl, ex > result = getApplAux("/proc/" & $getpid() & "/path/a.out") > if result.len == 0: result = getApplHeuristic() > elif defined(freebsd): >Index: pkg-plist >=================================================================== >--- pkg-plist (Revision 400007) >+++ pkg-plist (Arbeitskopie) >@@ -20,7 +20,7 @@ > lib/nim/js/dom.nim > lib/nim/nimbase.h > lib/nim/nimrtl.nim >-lib/nim/nimrtl.nimrod.cfg >+lib/nim/nimrtl.nim.cfg > lib/nim/packages/docutils/highlite.nim > lib/nim/packages/docutils/rst.nim > lib/nim/packages/docutils/rstast.nim >@@ -29,12 +29,13 @@ > lib/nim/posix/inotify.nim > lib/nim/posix/linux.nim > lib/nim/posix/posix.nim >+lib/nim/posix/termios.nim > lib/nim/prelude.nim > lib/nim/pure/actors.nim > lib/nim/pure/actors.nim.cfg > lib/nim/pure/algorithm.nim > lib/nim/pure/asyncdispatch.nim >-lib/nim/pure/asyncdispatch.nimrod.cfg >+lib/nim/pure/asyncdispatch.nim.cfg > lib/nim/pure/asyncfile.nim > lib/nim/pure/asyncftpclient.nim > lib/nim/pure/asynchttpserver.nim >@@ -46,6 +47,7 @@ > lib/nim/pure/browsers.nim > lib/nim/pure/cgi.nim > lib/nim/pure/collections/LockFreeHash.nim >+lib/nim/pure/collections/conc_tables.nim > lib/nim/pure/collections/critbits.nim > lib/nim/pure/collections/intsets.nim > lib/nim/pure/collections/lists.nim >@@ -56,6 +58,7 @@ > lib/nim/pure/collections/tables.nim > lib/nim/pure/colors.nim > lib/nim/pure/complex.nim >+lib/nim/pure/concurrency/chans.nim > lib/nim/pure/concurrency/cpuinfo.nim > lib/nim/pure/concurrency/cpuload.nim > lib/nim/pure/concurrency/threadpool.nim >@@ -87,7 +90,7 @@ > lib/nim/pure/mimetypes.nim > lib/nim/pure/net.nim > lib/nim/pure/nimprof.nim >-lib/nim/pure/nimprof.nimrod.cfg >+lib/nim/pure/nimprof.nim.cfg > lib/nim/pure/numeric.nim > lib/nim/pure/oids.nim > lib/nim/pure/os.nim >@@ -102,8 +105,8 @@ > lib/nim/pure/parsexml.nim > lib/nim/pure/pegs.nim > lib/nim/pure/poly.nim >+lib/nim/pure/rationals.nim > lib/nim/pure/rawsockets.nim >-lib/nim/pure/rawsockets.pretty.nim > lib/nim/pure/redis.nim > lib/nim/pure/romans.nim > lib/nim/pure/ropes.nim >@@ -110,7 +113,7 @@ > lib/nim/pure/scgi.nim > lib/nim/pure/selectors.nim > lib/nim/pure/smtp.nim >-lib/nim/pure/smtp.nimrod.cfg >+lib/nim/pure/smtp.nim.cfg > lib/nim/pure/sockets.nim > lib/nim/pure/streams.nim > lib/nim/pure/strtabs.nim >@@ -127,6 +130,7 @@ > lib/nim/pure/xmldomparser.nim > lib/nim/pure/xmlparser.nim > lib/nim/pure/xmltree.nim >+lib/nim/stdlib.nimble > lib/nim/system.nim > lib/nim/system/alloc.nim > lib/nim/system/ansi_c.nim >@@ -203,4 +207,3 @@ > lib/nim/wrappers/zip/zlib.nim > lib/nim/wrappers/zip/zzip.nim > %%PORTDOCS%%%%DOCSDIR%%/overview.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:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 203981
: 162391 |
162392