* add missing dependency on php5-gd
* remove all hardcoded paths
* rework README.OpenBSD
* add empty zabbix.conf.php file that is writable by the www user so
that the configuration wizard can tweak this file
* protect configuration files, they may contain passwords
* fix configuration so that it works by default which is the purpose of
porting these kinds of apps
ok sthen@, ok jasper@ on a previous version of the diff
* add a couple of fixes from avahi trac
* advise users to enable multicast
* kill RTM_VERSION warning as advised by claudio@
* disallow other stacks by default
ok naddy@
- unbreak modules; when any module was enabled pdns_server was failing
to start up(!). Brad traced this to a LINK_SPEC problem and came up
with the workaround in patch-configure_in, thanks very much!
- set SHARED_ONLY and merge PFRAG.shared into PLISTs; PowerDNS itself
can work static-only, but you need to compile-in the relevant modules,
which doesn't mix well with MULTI_PACKAGES.
mysql backend is tested; other backends not yet, but this is a big
improvement on what's there at the moment.
to start OpenVPN; this sidesteps a problem where openvpn destroys and re-
creates the tun interface, which affects PF/altq.
- shorten DESCR to better fit 80x24
ok fkr@ (maintainer).
the mysql module should be linking with it. work-around this problem
for now by adding a LIB_DEPENDS-main on mysqlclient. this ensures that
people pkg_add'ing have the relevant library available. no functional
change for existing users.
nobody screamed when I sent it to ports@, and it's better than the
current state, but still this is an incorrect fix to unbreak the
package, it should be fixed properly.
Haze implements the Telepathy D-Bus specification using libpurple,
allowing Telepathy clients like empathy to connect to any protocol
supported by pidgin.
- add a patch that fixing linking with libpurple
this allows the use of libpurple by other IM clients, without the need of having pidgin installed.
some initial input from brad (MAINTAINER), timed out generously on the diff
feedback from ajacoutot@ and sthen@ , thanks!