Blackbox port is very light, and this separation does not really buys us
anything expect having to maintain two ports that operate on the very same
distfile. I could have probably just completely removed tools-only mode,
but there might be folks out there who believe this is a useful feature.
Approved by: maintainer (general idea)
Setting _NET_NUMBER_OF_DESKTOPS may cause Blackbox to explode. The problem
is due to a bad loop condition in Screen.cc::clientMessageEvent(). If the
difference between the new number of desktops and initial workspaceCount()
is odd, the condition is always true, or at least until "number" underflows
or overflows. BB will usually end up munching a lot of memory and dying
when it creates thousands of desktops first, though (tracker ID 2306646).
Blackbox does not handle transparency correctly in its slit, which causes
applications like x11/bbdock to display garbled graphics. Patch suggested
by the author of BBDock.
Port revision will be bumped separately, as there are more changes coming.
Approved by: maintainer
since a number of places in the code check for that and assume that it
means an error occurred. On FreeBSD, in particular, the value of
ifr_flags can be negative if multicast is enabled on the socket since
the possible flags have expanded to fill more than a short.
Instead of blindly promoting ifr_flags to an int, which will preserve
the sign, we fill the int return value with ifr_flagshigh in the high
16 bits and ifr_flags in the low 16 bits.
PR: 155186
Reported by: Alex Hayward <xelah-freebsd-pr@xelah.com>
communication suite. Users can read, send and organize email messages with
three different webmail interfaces and manage and share calendars, contacts,
tasks and notes with the standards compliant components from the Horde
Project.
WWW: http://www.horde.org/apps/webmail/
suite. Users can manage and share calendars, contacts, tasks and notes
with the standards compliant components from the Horde Project.
WWW: http://www.horde.org/apps/groupware/
of events to any applications that can consume them, notably the Horde
calendar application. It contains drivers for facebook events and weather
forecasts and can easily be extended by custom drivers.
WWW: http://www.horde.org
* SQL
* FTP
* Local filesystems
* Hybrid SQL and filesystem
* Samba
* SSH2/SFTP
* IMAP (Kolab)
Reading, writing and listing of files are all supported, and there are both
object-based and array-based interfaces to directory listings.
WWW: http://pear.horde.org