summaryrefslogtreecommitdiff
path: root/java/sqlitejdbc (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-29Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger1-2/+1
Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
2014-07-05Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni1-1/+1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
2014-06-27- Chase database/sqlite3 slib bumpMartin Wilke1-1/+1
Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
2014-05-26- Covert gmake, xz to USESMartin Wilke1-1/+1
Approved by: portmgr Notes: svn path=/head/; revision=355314
2013-10-30Fix build with clang and stagify.Alex Dupre2-6/+17
Approved by: maintainer Notes: svn path=/head/; revision=332090
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
java) Notes: svn path=/head/; revision=327738
2012-12-10Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin1-6/+2
suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
2011-07-21Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon1-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
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
Notes: svn path=/head/; revision=271346
2009-07-27- Activat support for getGeneratedKeys() for prepared statements, which isMartin Wilke2-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
2009-07-04- Update to 056Wesley Shields2-4/+5
PR: ports/135831 Submitted by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=237093
2009-03-27- Update to 053Martin Wilke2-6/+6
PR: 132584 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Notes: svn path=/head/; revision=231167
2009-02-03Make java the primary category while it is in java, not databases.Erwin Lansing1-1/+1
Submitted by: chkversion Pointyat to: fjoe Notes: svn path=/head/; revision=227513
2008-12-16New port: SQLiteJDBC is a Java JDBC driver for SQLite.Max Khon5-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