Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
Changes since 0.8.15:
+ Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will
force Irssi to not execute the content of the autosendcmd chatnet-setting
upon connect.
+ Accept names replies with nick!user@host instead of just nick, if they
are enabled (see bug #805).
+ Set window binds for channel items as sticky when re-creating window
binds as part of /layout save. This fixes the bug where previously saved
channel windows forgets their window number upon reconnect.
+ Add experimental support for DNSSEC DANE validation of certificates.
+ Strip the argument for boolean options (see bug #769).
+ Freenode have been readded to the list of networks in the default
configuration file.
+ Disabled support for the insecure SSLv2 protocol.
+ Various documentation enhancements.
- Fix crashing bug that can happen if the terminal height decreases before
the first window is created.
- Fixed minor compiler warnings.
- Fixed possible crashing bug when processing an octal escape sequence.
- Fixed the /ignore -network option (see bug #748).
- Fixed signal handling for /exec'd commands. Irssi now sends the signal to
the process group id instead of the process id.
- Fixed segfault generated by SSL disconnections (see bug #752).
Approved by: miwi (implicit)
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
While here fix some consistency in PEAR options name
bumped revision of net/icpld and net/ipsumdump because IPV6 is now on
Approved by: miwi (maintainer)
- Change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin (as per stable port).
- Add post-patch target to fixup paths in manpage (as per stable port).
- Remove duplicate MAKE_JOBS_SAFE.
- Remove stale libirc_proxy.so.0 pkg-plist entry.
PR: based on 143468