brad 17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00

26 lines
493 B
Makefile

# $OpenBSD: Makefile,v 1.14 2013/06/12 20:36:33 brad Exp $
COMMENT= mysql driver for HDBC
DISTNAME= HDBC-mysql-0.6.6.1
REVISION= 2
CATEGORIES= databases
HOMEPAGE= https://github.com/bos/hdbc-mysql
MAINTAINER= David Coppa <dcoppa@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM = Yes
MODULES= lang/ghc
MODGHC_BUILD= cabal hackage haddock register
RUN_DEPENDS += databases/hs-HDBC>=2.1.0 \
databases/mysql \
devel/hs-mtl
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>