notification related crashes in KDE4's plasma desktop. This patch
will be part of Qt 4.4.4.
- Bump PORTREVISION
KDE Bug: 175753, 176235
Submitted by: Dwayne MacKinnon <dmk@ncf.ca>
Obtained from: KDE SVN
authenticate users by checking credentials via the Cyrus SASL library.
This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or
LDAP) already running at a machine use SASL to authenticate users.
WWW: http://mod-authn-sasl.sourceforge.net/
PR: ports/131750
Submitted by: Joerg Pulz <Joerg.Pulz at frm2.tum.de>
an APR version of 1.2.2-1.2.inf. This patch allows it to correctly
see the bump in the minor, allowing mod_lisp2 to compile against
apache22.
PR: ports/131649
Submitted by: Erik Greenwald
Approved by: maintainer
Previously undefined metas, comments, or variables would cause it to
error. Undefined ones are now set to '' before writing.
PR: ports/131788
Submitted by: maintainer
- All clamav-milter command line parameters were moved to clamav-milter.conf,
modify startup script acordingly
- Remove pidfile from clamd startup script since this can be changed in
clamav-clamd.conf
logs. Default it to 72 (like in the sources), which plus the message size gives
80 (= standard # of columns in a terminal). If you watch the logs under X
something like 140 will probably use your screen width more usfully.
Approved by: maintainer
It will help you to manage wine prefixes and installed applications.
General features:
- Exports QT color theme into wine colors settings
- Works with different wine versions at same time
- Creates, deletes and manages prefixes (WINEPREFIX)
- Easy controlling wine process
- Autostart icons support
- Easy CD image usage
- Supports extraction of icons from PE files (.exe, .dll)
- Easy backup and restore for managed prefixes
- Winetricks support
- More
WWW: http://api.qt-apps.org/content/show.php?content=85751
PR: 131416
Submitted by: "Sergey V. Dyatko" <sergey dot dyatko at gmail dot com>
May be tested on simple hello world:
---
import std.stdio;
int main() {
std.stdio.writefln("Hello World!");
std.stdio.readln;
return 0;
}
---
gdc test.d -o test
---
/usr/local/lib/gcc/i386-portbld-freebsd8.0/../../libgphobos.a(math.o)(.text+0xa45): In function `_D3std4math6tgammaFeZe':
../.././../gcc-4.1-20080428/libphobos/std/math.d:1136: undefined reference to `tgammal'
...