summaryrefslogtreecommitdiff
path: root/java/sqlitejdbc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with clang and stagify.Alex Dupre2013-10-302-6/+17
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=332090
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Activat support for getGeneratedKeys() for prepared statements, which isMartin Wilke2009-07-272-0/+15
| | | | | | | | | | | supported as well as the non-prepared statement case, but it was currently returning a not implemented exception. PR: 137001 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Notes: svn path=/head/; revision=238460
* - Update to 056Wesley Shields2009-07-042-4/+5
| | | | | | | | PR: ports/135831 Submitted by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=237093
* - Update to 053Martin Wilke2009-03-272-6/+6
| | | | | | | | PR: 132584 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Notes: svn path=/head/; revision=231167
* Make java the primary category while it is in java, not databases.Erwin Lansing2009-02-031-1/+1
| | | | | | | | Submitted by: chkversion Pointyat to: fjoe Notes: svn path=/head/; revision=227513
* New port: SQLiteJDBC is a Java JDBC driver for SQLite.Max Khon2008-12-165-0/+81
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