Revert from USE_LIBTOOL to binutil's own libtool, as libtool13 could
not grok the --without-pic option, and the configure script is not
prepared to handle libtool15 (yet) which in turn could have understood
--without-pic. Sigh. At least, that way we can avoid the overhead
of building all the unneeded shared libs.
Still, libtool insists on installing libbfd.la. As this file is really
small, I give in, and added it to pkg-plist.
The major changes compared to the Chora 1.x versions are:
* Subversion support
* Patchset information
* Cvsgraph integration
* Simple commit statistics
* Access keys.
* mod_rewrite support for prettier URLs.
- 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)