This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.
The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.
Approved by: avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe: yes
- JNA support
- JVM forced to be openjdk6
- smart shutdown
- jamm memory agemt turned on
- path is hardcoded into repaircluster script for easier running from cron
- rc.conf cassandra_vmargs can now override autogenerated JVM args
- in previous versions cassandra_vmargs were not used
PR: ports/162413
Submitted by: Radim Kolar <hsn_AT_sendmail.cz>
Approved by: maintainer (via ports/162372)
Feature safe: yes
It looks like version 4.2 is a bit messed up, as soap.h includes a
header which is not installed by default, breaking the build for ports
such as kdenetwork4.
Bump PORTREVISION.
Will report upstream at https://bugs.kde.org/285803.
Reported by: Jan Henrik Sylvester <me@janh.de>
Approved by: avilla (mentor, implicit), Shane Bell <decept0@gmail.com> (maintainer, implicit)
Feature safe: yes
Changes with APR 0.9.20
*) Security: CVE-2011-0419
Reimplement apr_fnmatch() from scratch using a non-recursive
algorithm; now has improved compliance with the fnmatch() spec.
[William Rowe]
*) Updated config.guess and config.sub. [Rainer Jung]
*) Fix flag character '#' in combination with format character 'x' in
apr snprintf implementations. [Rainer Jung]
with hat apache@
PR: ports/162247
Submitted by: Takefu <takefu@airport.fm>
Feature safe: yes
1.2.7 Aug 23th 2011
- Add support for GEOIP_NETSPEED_REV1 ( Boris Zentner )
- Experimental support for GEOIP_COUNTRY_EDITION_V6 ( Boris Zentner )
- Add GEOIP_DOMAIN_EDITION support ( Boris Zentner )
1.2.6 Sep 11th 2008
- GEOIP_METRO_CODE replace the depreciated GEOIP_DMA_CODE ( Boris Zentner )
PR: ports/162305
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Approved by: Jukka A. Ukkonen <jau@oxit.fi> (maintainer)
Feature safe: yes
Lucene 2.9.4 is based on Java 4, while the Lucene 3.x series is based on Java 5.
Java 4 was deprecated recently on FreeBSD.
Versions of lucene and py-lucene are meant to match and since py-lucene was
updated recently to version 3.4.0 it was only natural to do this update.
PR: ports/161119
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: maintainer timeout (gerrit.beine@gmx.de)
Feature safe: yes
XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is
useful to speed up loading of XML files in persistent web applications.
This module caches the document object after the first load and returns the
cached version on subsequent loads. Documents are reloaded whenever the document
file changes. Changes to other files referenced during parsing also cause a
reload. This includes external DTDs, external entities or XIncludes.
WWW: http://search.cpan.org/dist/XML-LibXML-Cache/
Feature safe: yes
of a version number. Any further changes will be accompanied by a version bump.
PR: ports/162517
Submitted by: Doug Spangler <foepah@gmail.com>
Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Feature safe: yes
Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be
specified for elements, terminals and other components in the hierarchical
structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser.
Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML
standards.
WWW: http://search.cpan.org/dist/Marpa-HTML/
Feature safe: yes
Marpa::XS is the XS version of Marpa.
Marpa parses any language whose grammar can be written in BNF. That includes
recursive grammars, ambiguous grammars, infinitely ambiguous grammars and
grammars with useless or empty productions.
WWW: http://search.cpan.org/dist/Marpa-XS/
Feature safe: yes
Marpa::PP is the pure Perl version of Marpa.
Marpa parses any language whose grammar can be written in BNF. That includes
recursive grammars, ambiguous grammars, infinitely ambiguous grammars and
grammars with useless or empty productions.
WWW: http://search.cpan.org/dist/Marpa-PP/
Feature safe: yes