- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now
PR: ports/75377
Submitted by: Simon Barner <barner(at)gmx.de> (maintainer)
- Includes support for Python 2.4
- Fix a memory leak when using the profiler
- Built-in functions that read the local variables -- locals(),
eval(), execfile(), vars(), dir(), input() -- now work correctly
Approved by: maintainer (2 weeks timeout)
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports
This port requires devel/clanlib-devel. But there is unresolved
symbol in libclanGL.so. This is path for devel/clanlib-devel.
PR: ports/75186
Submitted by: Anton Yudin <toha@toha.org.ua>
Approved by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
ASIS is build using the GCC that comes from the GNAT port,
which is a 2.8.1-based compiler that neither supports nor
needs -fno-strict-aliasing, which is now present in the
system default CFLAGS value. To allow this port to build
on a recent -CURRENT, this CFLAGS setting thus needs to be
overridden by the port's Makefile.
PR: ports/75376
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more)
Unit testing, mock objects and web testing framework for PHP
built around test cases. If you know JUnit or some of the PHPUnit
clones this will need no explanation. It also adds JWebUnit
style testing including cookies, authentication and form handling
WWW: http://sourceforge.net/projects/simpletest/
PR: ports/72061
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
make PHP extension runtime dependencies enforced by the
USE_PHP=ext knob, not by the pear install.
PR: ports/75166
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* Use new libtool scheme [1]
The primary addition in this release is support for C# files when generating
translations.
Submitted by: mezz [1]
Tested by: many, including mezz, adamw, and myself