summaryrefslogtreecommitdiffstats
path: root/lang/ferite
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-091-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-1/+37
| | | | Approved by: portmgr (kris)
* [UPDATE]: lang/ferite: Update to version 1.0.2edwin2006-01-072-4/+4
| | | | | | | | | | | | | | | | | This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues: - Fix for a threading issue that caused the engine to crash with a memory issue. - Fix for rmi and a lack of parsing of arguments within function calls. - Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces the GC to be run when in blocking listen mode and also forces the shutdown of network sockets. - Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted objects within the GC - Fix for refcounting issues within the assignment of objects - Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c - Fix for class/namespace modifies on a class/namesapce that already exists PR: ports/91409 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Update to 1.0.1ehaupt2005-12-313-203/+91
| | | | | PR: 91095 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Add SHA256 to all ports submitter maintaingarga2005-11-101-0/+1
| | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* - Update to 1.0.0pav2005-10-2111-259/+370
| | | | | | | - Take maintainership PR: ports/87695 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* USE_LIBTOOL instead of local patchvs2005-04-132-36/+1
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-2/+2
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* Update to 0.99.6arved2003-01-1817-287/+341
| | | | | PR: 47084 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-211-1/+2
| | | | | PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Reset maintainership to ports@. Thanks for your work on these, Jeremy!petef2002-06-041-1/+1
| | | | | PR: 38874 Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer)
* o update to 0.99.4.sf2002-01-1915-106/+166
| | | | | | | o change maintainer's e-mail address. PR: 33748 Submitted by: maintainer
* Update to 0.99.3dwcjr2001-11-247-34/+41
| | | | | PR: 32027 Submitted by: maintainer
* upgrade to 0.99.2ijliao2001-11-148-48/+39
| | | | | PR: 31964 Submitted by: maintainer
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-4/+17
| | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury
* add feriteijliao2001-10-1414-0/+327
An embeddable scripting language PR: 30094 Submitted by: Jeremy Norris <ishmael27@home.com>
OpenPOWER on IntegriCloud