- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
Update source to spidermonkey 1.5 and patched (much thanks to Anish Mistry) to fix compilation problems under amd64 (and presumably ia64 too but untested) and to make the build thread-safe.
PR: ports/91522
Submitted by: Dan Rench <citric@cubicone.tmetic.com>
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>
Note that except for OpenAL the --without-foo flags to configure are currently
ignored, so some post-configure intervention is required to get this right
when X11 is present but not desired.
Requested by: Yuri Karaban
Approved by: maintainer (cabal)
Update to version 2006-01-02.
(In case the pasted diff is not usable, please contact me
by email. I have tried to send the patch by mail, but my
provider appears to be blacklisted at spamcop.net.)
PR: ports/91271
Submitted by: Nils M Holm <nmh@t3x.org>
to get the right port. (Actually, ideally, the port would just be
upgraded to use emacs21, but--this is better than nothing for now.)
PR: 90469, 90471
Submitted by: NIIMI Satoshi
Install the .info files of the lang/gcc41 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory. This allows us to remove the conflict with lang/gcc33,
and reduce the clash with lang/gcc42.
Also improve packaging by using @dirrm include/ssp instead of speculative
removal.
Freepascal 2.0.0 is the latest release of freepascal compiler
suite.
Originally named FPK-Pascal, the Free Pascal compiler is a
32 bit Turbo Pascal compatible Pascal compiler for DOS,
Linux, Win32, OS/2, (based on an older version) the AmigaOS,
FreeBSD/ELF, and BeOS.
WWW: http://www.freepascal.org/
PR: ports/82640
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Improve packaging by using @dirrm include/ssp instead of speculative
removal. Remove broken removal of the info/gcc42 directory; this has
to be handled by Mk/bsd.ports.mk.
Elan is a programming language originally developed by the
Technical University of Berlin, but nowadays an implementation
is maintained by the Radboud University of Nijmegen.
We at TCCN learn youngsters how to program in this language.
We installed FreeBSD on one of our SPARC's some time ago,
but Elan wasn't in the Ports tree yet. That's why I made
two ports. One for lang/elan, the Elan compiler, and one
for devel/mimir, a library the Elan compiler uses.
More info about Elan:
http://en.wikipedia.org/wiki/Elan_programming_language
PR: ports/89275
Submitted by: Ed Schouten <ed@fxq.nl>