Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | java/sqlitejdbc: this old port requires specific (8th) version of JDK | Alexey Dokuchaev | 2022-07-07 | 1 | -6/+15 |
| | | | | | | | | | It should be fairly easy to make it compatible against Java 8~11, but that's the task for another day. While here, bump the source/target version to 1.6 and get rid of bogus `post-patch' target: LOCALBASE is already passed on the MAKE_ENV. PR: 264748 | ||||
* | New port: SQLiteJDBC is a Java JDBC driver for SQLite. | Max Khon | 2008-12-16 | 1 | -0/+28 |
It runs using either a native code library or a 100% Pure Java driver based on NestedVM emulation (but in this package only the native version is installed). PR: 124905 Submitted by: Lapo Luchini Notes: svn path=/head/; revision=224297 |