instead of including a pre-built version of the Eclipse Java Compiler
(ECJ) ourselves. [1]
On the way, update to the 20130113 snapshot of GCC 4.8.0.
PR: 175072
Fix an installation error to fresh PREFIX directories, where a file was
installed one directory level too close to the root (lib/newsstar) and
renamed.
whether graphics/libdrm with KMS enabled is installed. For one, the
WITH_KMS knob never real has been established as a global option
within the ports tree. Also, just using IGNORE here when libkms.so
not already exists does the wrong thing when graphics/libdrm generally
is not installed at this point of time, yet.
Approved by: bapt (mentor), maintainer
instead of rc.conf variables. Additionally, ZFS integration is provided.
In contrast to the default jail rc script this one can run inside jails,
allowing the configuration of hierarchical jails.
PR: ports/174856
Eclipse Java Compiler (ECJ) used to build and support the Java frontend
of GCC, the GNU Compiler Collection.
This is not new code to us, but breaks out what we have been manually
(and redundantly) carrying in our four GCC 4.6, 4.7 and 4.8 ports
lang/gcc, lang/gcc46, lang/gcc47 and lang/gcc48.
PR: 175072
- Give maintainership to submitter
- Add LICENSE (ART10 GPLv1)
- Tune dependencies to get rid of build-time warnings
PR: ports/175347
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
- Fixes for RTL text in Uniscribe.
- New version of the Gecko engine.
- Various bug fixes.
Plus support for ARM64 platforms which does not benefit FreeBSD yet.
so the packages can be built with different versions of PostgreSQL. The patch is
from crees@ with couple additions from me. It has some problems that prevents the
build with python3, but it was decided that it's better to add this as starting
point. Maintainership of this port also was passed to pgsql@ team.
PR: 166999
PR: 174152
Reported by: many
Approved by: pgsql (crees)
methods into Text::Xslate namespace, such that you can use them on
your variables.
The only difference between this module and Text::Xslate::Bridge::TT2
is that Bridge::TT2 uses Template::Toolkit underneath, while this
module is independent of Template::Toolkit and therefore does not
require TT to be installed.
WWW: http://search.cpan.org/dist/Text-Xslate-Bridge-TT2Like/
HTML::FillInForm using regexp-based parser, not using HTML::Parser.
The difference in the parsers makes HTML::FillInForm::Lite about 2
times faster than HTML::FillInForm.
WWW: http://search.cpan.org/dist/HTML-FillInForm-Lite/
in ${PREFIX}/sbin and ${PREFIX}/lib. [1]
- Do not install plugin .la/.so files with the executable bit set, they
are not executable.
PR: ports/175434 [1]
Submitted by: Benjamin Lorenz [1]