Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-12 | lang/konoha: Add DragonFly support, kill MySQL detection | marino | 4 | -5/+49 | |
* 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. | |||||
2012-08-07 | Import konoha-1.0.0.952 as lang/konoha. | ryoon | 5 | -0/+144 | |
Konoha is a new scripting language that offers flexible scripting and static programming features. I have tested only on NetBSD/i386 6.99.10. |