Date: Sat, 05 Mar 2016 19:08:33 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207041] lang/ficl bring some fixes from GSoC 2015 Message-ID: <bug-207041-13-fkj7H4Y0GO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207041-13@https.bugs.freebsd.org/bugzilla/> References: <bug-207041-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207041 --- Comment #9 from commit-hook@freebsd.org --- A commit references this bug: Author: rakuco Date: Sat Mar 5 19:07:35 UTC 2016 New revision: 410201 URL: https://svnweb.freebsd.org/changeset/ports/410201 Log: Bring in some fixes from GSoC 2015. There was a GSoC 2015 from Colin Lord to bring to the base system a recent version of Ficl. pfg@ found many bugs in ficl4. Among them: - Fix ficlInstructionPick bug. Pick instructions from 0, not 1. Credit to Toomas Soome from the Illumos project. - Fix some math bugs. Credit to Toomas Soome from the Illumos project. - Fix bug in Ficl stack preventing the stack from growing. Obtained from: http://sourceforge.net/p/ficl/mailman/message/26634755/ - Change rand and srand calls to random and srandom Fix those in the port. While here, unset MAKE_JOBS_UNSAFE as the port bui= lds fine without it, and get rid of the DATA option that has no effect. PR: 207041 Submitted by: pfg Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Changes: head/lang/ficl/Makefile head/lang/ficl/files/patch-dictionary.c head/lang/ficl/files/patch-double.c head/lang/ficl/files/patch-ficl.h head/lang/ficl/files/patch-float.c head/lang/ficl/files/patch-primitives.c head/lang/ficl/files/patch-tools.c head/lang/ficl/files/patch-vm.c head/lang/ficl/pkg-descr --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207041-13-fkj7H4Y0GO>