the past 3 bulks, or forever.
Various reasons: no d^Hrecent compiler available, base gcc generating
nice internal compiler errors, no atomic ops, etc, etc.
While here, mark all webkits as BROKEN-hppa, since this also requires
clang or g++ 4.7. Our g++ 4.8 port only builds on
i386|amd64|powerpc|sparc64 anyway...
if you're interested^Wbored to death, full past logs at
http://build-failures.rhaalovely.net/alpha/...
which would lead to a crash on i386; noticed by sthen@
also remove a bogus patch which hardcodes the python path and properly
substitute the python binary's path in the Makefile instead
(tree-view). This also disables the build of the depending ports
feldspar-compiler (already disabled by marking hs-ghc-mtl as broken)
and feldspar-language.
Stop overriding the internal jnr-posix implementation, as the patches
in our copy have been merged upstream. This also means we can drop the
zip/unzip BDEPs.
OK jasper@
to unbreak ports like databases/sqlports (noticed by naddy).
plist changes and bumps included, but a little bit pointless (the
ports are still unbuildable).
of php-5.5.ini as it looks like the patch was simply copied over from 5.5 when
creating the new port. Also use the ${PV} variable with the 5.5 / 5.6 ports as
well so as to do things in the same manner as done with the 5.3 / 5.4 ports.
Issue noticed by otto@
ok sthen@
mLite is a general-purpose, functional, lightweight, dynamic programming
language. It borrows ideas from both the Scheme [R4RS] and Standard ML
[DEFSML] languages, taking most of its syntax from ML and its dynamic
nature from Scheme. It extends ML-style pattern matching by adding
guarded patterns and also introduces the principle of implicit guards.
The implementation presented here is intended to be portable and easily
realized on top of existing Scheme systems.