The patch allows bison to be compiled without gettext support,
for use when space is tight or the gettext dependency is not desired.
PR: 48824
Submitted by: Matthias Andree <matthias.andree@web.de>
formation, originally published to Usenet-- probably comp.sources.unix--
in 1991 by Joe Nowakowski. This software is in the public domain.
PR: 52879
Submitted by: Chuck Swiger <chuck@pkix.net>
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)
* brand new integer evaluation code, with precise evaluation
* and checks
* new hash table implementation, with binary trees
* relaxed attitude on failed `##' operators
* bugfix on macro definition on command-line wrt nesting macros
* support for up to 32766 macro arguments in LOW_MEM code
* support for optional additional "identifier" characters such
* as '$' or '@'
* bugfix: memory leak on void #assert
PR: 54989
Submitted by: Mark Linimon <linimon@lonesome.com>
Approved by: fjoe (mentor) (implicit)
* Document the -V option [1]
* Properly suggest ${STRIP_CMD} (not ${STRIP}) instead of strip [2]
* Correct the version string
PR: 54993 [1]
Submitted by: Mark Linimon <linimon@lonesome.com> [1]
gerald [2]
Pointy hat to: me [2] (I should have used Gerald's patch as-is)
Language (WSDL) files using Python. Requires PyXML and 4Suite.
(Fixes to unbreak the 4Suite port were recently sent to maintainer and
will be committed shortly.)
* Added LIB_SUBDIR pkg-plist variable and moved all variables into
PLIST_SUB make variable;
* Changed the ownership of axis webapp directories to www;
* Added WWW link into pkg-descr;
* Take ownership;
* Other minor tweaks.
Submitted by: Rui Lopes <rui@ruilopes.com>