pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/konoha
Module Name: pkgsrc
Committed By: marino
Date: Sun Aug 12 11:24:00 UTC 2012
Modified Files:
pkgsrc/lang/konoha: Makefile distinfo
pkgsrc/lang/konoha/patches: patch-include_konoha1_konoha__config.h
patch-include_konoha1_konoha__t.h patch-src_main_evidence.c
Added Files:
pkgsrc/lang/konoha/patches: patch-package_konoha.sql_CMakeLists.txt
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/konoha/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/konoha/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/lang/konoha/patches/patch-include_konoha1_konoha__config.h \
pkgsrc/lang/konoha/patches/patch-include_konoha1_konoha__t.h \
pkgsrc/lang/konoha/patches/patch-src_main_evidence.c
cvs rdiff -u -r0 -r1.1 \
pkgsrc/lang/konoha/patches/patch-package_konoha.sql_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index