around new release. Apparently, those problem steam from the fact
that those users doesn't update their kernels along with userland,
so that CONFIGURE_TARGET supplied by bsd.port.mk doesn't match
OS version detected by configure script, making it believe that
it is in the cross-compile environment. The same problem observed
on bento.
Use USE_REINPLACE while I'm here.
to crash [1]
* Fix a problem connecting to certain IPv6 sites [2]
* Disable more tests to speed compilation
Submitted by: Alexander N. Kabaev <ak03@gte.com> [1]
Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp> [2]
Obtained from: http://bugzilla.mozilla.org/show_bug.cgi?id=186745 [2]
Text::Quoted examines the structure of some text which may
contain multiple different levels of quoting, and turns the
text into a nested data structure.
PR: ports/50936
Submitted by: Erwin Lansing <erwin@lansing.dk>
This module is a subclass of Locale::Maketext, with additional
support for localizing messages that already contains
interpolated variables. This is most useful when the messages
are returned by external modules -- for example, to match
dir: command not found against [_1]: command not found.
PR: ports/50934
Submitted by: Erwin Lansing <erwin@lansing.dk>
Now charset to be used can be specified at runtime, instead of compile time.
Due to this change, charset specific ports are being removed, and pTeX now consists of two ports: ptex-base and ptex.
Ptex-base is what used to be ptex-common, which installs non-Japanese portion of the system, and ptex is what used to be the charset specific portion, which installs Japanese specific files.
Thus, ptex-common and ptex-euc are renamed to ptex-base and ptex respectively, and ptex-jis and ptex-sjis are being removed.
respective I18N directories. Adjust the main kde3-i18n port for this. Also sort the dependencies (by language code) in that port.
Submitted by: Lauri Watts <lauri@kde.org>
Repocopied by: joe
hinfo is a utility that will display information about a
host. It is primarily designed to find the owner of an IP
block in order to direct spam complaints to where they may
do some good.
PR: ports/45501
Submitted by: Mark Linimon <linimon@lonesome.com>
GDB can be used to debug Atmel AVR programs in-system on JTAG enabled
devices, to be used in combination with the Atmel JTAG ICE hardware.
This program can also be used for programming the device as well as
debugging the code.