Subject: CVS commit: pkgsrc/lang/konoha
From: John Marino
Date: 2012-08-12 13:24:00
Message id: 20120812112400.3D34C175DD@cvs.netbsd.org

Log Message:
lang/konoha: Add DragonFly support, kill MySQL detection

* Specific DragonFly configuration was added
* A couple of K_USING_BSD macros were changed to __NetBSD__ along with
  other changes to support FreeBSD and DragonFly
* If MySQL is on the system, CMake will find it and try to use it.
  Problem 1: It's broken, it can't link to libmysql
  Problem 2: If it could, it would affect PLIST

So disable MySQL detection for now, sqlite3 is what's used.
I suspect there are other CMake detection logic that aren't accounted
for yet in Konoha.

Files:
RevisionActionfile
1.3modifypkgsrc/lang/konoha/Makefile
1.2modifypkgsrc/lang/konoha/distinfo
1.2modifypkgsrc/lang/konoha/patches/patch-include_konoha1_konoha__config.h
1.2modifypkgsrc/lang/konoha/patches/patch-include_konoha1_konoha__t.h
1.2modifypkgsrc/lang/konoha/patches/patch-src_main_evidence.c
1.1addpkgsrc/lang/konoha/patches/patch-package_konoha.sql_CMakeLists.txt