head 1.2; access; symbols pkgsrc-2013Q3:1.1.0.2 pkgsrc-2013Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2013.12.15.21.50.34; author bsiegert; state dead; branches; next 1.1; commitid Xhtaitok484gdhhx; 1.1 date 2013.07.07.08.10.14; author wiz; state Exp; branches; next ; commitid RVDr6sOPoUA0RvWw; desc @@ 1.2 log @Update go to 1.2. Follow the example of OpenBSD ports and do not run the tests while building. They are flaky under the Makefile harness for some reason. @ text @$NetBSD: patch-src_run.bash,v 1.1 2013/07/07 08:10:14 wiz Exp $ See https://codereview.appspot.com/10078047 --- src/run.bash.orig 2013-06-13 03:08:11.000000000 +0000 +++ src/run.bash @@@@ -20,6 +20,11 @@@@ ulimit -c 0 [ "$(ulimit -H -n)" == "unlimited" ] || ulimit -S -n $(ulimit -H -n) [ "$(ulimit -H -d)" == "unlimited" ] || ulimit -S -d $(ulimit -H -d) +# Thread count limit on NetBSD 7. +if ulimit -T &> /dev/null; then + [ "$(ulimit -H -T)" == "unlimited" ] || ulimit -S -T $(ulimit -H -T) +fi + # allow all.bash to avoid double-build of everything rebuild=true if [ "$1" = "--no-rebuild" ]; then @ 1.1 log @Import go-1.1.1 as lang/go, packaged by Benny Siegert for wip. The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. @ text @d1 1 a1 1 $NetBSD$ @