[Bug 207041] lang/ficl bring some fixes from GSoC 2015

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 5 19:08:33 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207041

--- Comment #9 from commit-hook at 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 builds
  fine without it, and get rid of the DATA option that has no effect.

  PR:           207041
  Submitted by: pfg
  Approved by:  Pavel Volkov <pavelivolkov at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list