I recently installed did a clean install (Feb 8th snap) and noticed
that www/horde breaks on new installs if you choose a PostgreSQL
backend. After some poking around it seems the MDB2-pgsql driver
is missing. Previously (php-5.2) just using stock pear-MDB2 worked.
I created a port for pear-MDB2-pgsql and with this installed
everything works as it previously did. diff is attached.
.jh
--- /usr/ports/www/horde/horde/Makefile Thu Feb 16 22:00:07 2012
+++ /usr/ports/mystuff/www/horde/horde/Makefile Thu Feb 16 22:02:49 2012
@@ -4,6 +4,7 @@
# LGPLv2
DISTNAME= horde-3.3.13
+REVISION= 1
CATEGORIES= devel
MASTER_SITES= ${HORDE_SITES:=horde/}
HOMEPAGE= http://www.horde.org/
@@ -11,7 +12,7 @@
HORDE_MODULE=
RUN_DEPENDS+= databases/pear-DB \
- databases/pear-MDB2 \
+ pear-MDB2-mysql-*|pear-MDB2-pgsql-*:databases/pear-MDB2-pgsql \
\
devel/pear-Console-Table \
devel/pear-Log \
graphics/pecl-imagick \