in PATH. [1]
o Add a build-depends dependency to a weird place to make BUILD_DEPENDS
really work. [2]
Spotted by: bento via kris [1],
Vaidas Damo??evi??ius <vaidas.damosevicius@if.lt> [2]
Changes in ipa, from the ipa-1.3.3/HISTORY file:
- Fixed two bugs in ipa(8), which caused core dumps: if there were one or
some `\t' characters after the "rule" or "limit" keyword in ipa.conf(5),
then ipa(8) wasn't able to parse such configuration file
- File /var/ipa/## lock ## was renamed to /var/ipa/lock db, because
BSD daily script deletes files with `#' characters. All should remove
the /var/ipa/## lock ## file
- Minor improvements and changes
PR: 51127
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
o addition of iconv dependancy
o fix a number of problems
PR: ports/50615, ports/49026, ports/49027
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
Kimura Fuyuki <fuyuki@hadaly.org>
Konwert is a package for conversion between various character encodings.
By encodings author imply not only different charsets like Windows-1252,
KOI8-R or UTF-8 but also the different representations of characters like
TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect
of the encodings is also implemented.
There are also filter filterm which allow to make separate input and output
conversions of the encodings for the given command. It can help e.g. when
our terminal is unable to display non-ASCII characters or to enter them
from the keyboard.
PR: 50614
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
Libdict is a compact, ANSI C library which provides access to a set of
generic and flexible ``dictionary'' data structures. All algorithms
used in libdict have been optimized, and, with one very small exception,
are not recursive but iterative. It was written by Farooq Mela, and is
released under a BSD style licence.
PR: 50453
Submitted by: Alex Semenyaka
ProGuard can read jar files, shrink and obfuscate them (to prevent
reverse engineering), and write out the resulting jar file.
PR: 50434
Submitted by: Alex Semenyaka
FTP4ALL is a free, open source FTP server implementation for the UNIX platform.
FTP4ALL was designed to require no superuser privileges.
PR: 50447
Submitted by: Alex Semenyaka
1) Java plug-in path aren't correct and out of date
2) pkg-messages aren't there, which broke the Makefile.
3) Two patches aren't there that make Makefile and pkg-plist
aren't right.
PR: ports/51136, ports/51157
Submitted by: Mezz <reigncracks@hotmail.com> (maintainer)
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
Pointy hat to: myself
This is the ircd designed for use on freenode.net, based on the hybrid
ircd used by efnet.
This port/package is configured for use on a small network or
standalone, and the escape code filter is disabled. To use it on a
large and/or Western language only network, please re-configure
config.h and rebuild.
sysconf is not. This causes glib to try and malloc UINT_MAX bytes of memeory
which basically translates to -1 bytes. Sanity check the value returned by
sysconf (_SC_GETPW_R_SIZE_MAX) to see that it's really implemented. This
fixes an abort people started to see in Glib-based applications.
Reported by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>