1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Raphael Kubo da Costa
26372dce2a 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@gmail.com> (maintainer)
2016-03-05 19:07:33 +00:00
Dmitry Marakasov
896fc1d2a7 - Don't install static libraries with INSTALL_LIB
- Whitespace fix

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-08 14:14:53 +00:00
Baptiste Daroussin
48a8b25d31 cleanup plist 2014-12-20 19:09:52 +00:00
Pawel Pekala
d87985dcf5 Install header files
PR:		ports/186561
Submitted by:	maintainer
2014-03-14 13:22:56 +00:00
Raphael Kubo da Costa
51445c8481 - Update maintainer's email address
- Add stage support
- Cleaning the warnings during compilation

PR:		ports/185489
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-01-05 15:43:27 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Eitan Adler
b7b9ec7a12 Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00
Michael Scheidell
636437f3d1 - Update to 4.1.0
- Pass maintainership to submitter

PR:		ports/166292
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Approved by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe:	yes
2012-03-22 12:07:14 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Bruce M Simpson
adbcbdd9d6 Drop maintainership for these ports.
Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.

I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.

Thank you for your understanding.
2010-06-06 17:00:58 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Bruce M Simpson
960eff420b Update my email address in MAINTAINER and comment fields. 2005-01-12 15:53:48 +00:00
Kris Kennaway
e477fc400a Add missing @dirrm and correct syntax errors in the NOPORTDOCS case 2004-04-15 08:18:37 +00:00
Bruce M Simpson
4087d11027 SIZE update jumbo-commit.
Submitted by:	trevor
2004-03-25 03:13:15 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Bruce M Simpson
e82a259642 New port: Ficl is a programming language interpreter designed to be
embedded into other systems as a command, macro, and development prototyping
language.

FreeBSD uses ficl in its loader. So far we haven't done much more in
this area, perhaps importing a port will encourage further fruitful
exploitation of this valuable tool.
2003-12-08 19:00:36 +00:00