Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-08-23 | Add pseudo-category 'java'. | jschauma | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-12-26 | Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as | jlam | 1 | -2/+2 | |
suggested by Simon J. Gerraty. | |||||
2002-10-13 | buildlink1 -> buildlink2 and use java.mk instead of relying on older | jlam | 1 | -15/+10 | |
(buggier) Java-handling in bsd.pkg.mk. | |||||
2002-10-10 | Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is | jlam | 1 | -2/+2 | |
no longer defined by bsd.pkg.mk. | |||||
2002-09-23 | Unused. | wiz | 1 | -36/+0 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+21 | |
buildlink2.mk files back into the main trunk. | |||||
2001-11-30 | Sync with db3. Changes since 2.9.2: | martti | 2 | -8/+8 | |
- Fix a bug where calling the env.log_put method caused a core dump. [#3401] - Fix a bug where the Java lock statistics structure was out-of-date with the C version and the documentation. [#3489] | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-23 | - Use buildlink.mk instead of DEPENDS | martti | 4 | -275/+9 | |
- Use distfile and patches/* from ../db3 - Updated version to 3.2.9.2 - Apply two patches from the master distribution site 3.2.9.1 Fix a bug where running recovery on a database environment containing only logs from a previous release of Berkeley DB, in which log.0000000001 doesn't exist, could fail. 3.2.9.2 Fix a bug where opening too many files causes a core dump. | |||||
2001-09-17 | Rename JDK_HOME to JDK_BASE. JDK_HOME is already used as a tunable make | jlam | 1 | -7/+7 | |
variable in pkgsrc, and shouldn't be used as a local variable by packages. | |||||
2001-08-25 | Fix dependency line, by Martti Kuparinen in pkg/13782. | wiz | 1 | -2/+2 | |
2001-07-28 | Make COMMENT reflect package. | jlam | 1 | -2/+2 | |
2001-07-28 | java-db3: Java interface to the Sleepcat DB3 library. | jlam | 7 | -0/+383 | |
Idea provided in pkg/13512 and pkg/13518 by Martti Kuparinen <martti.kuparinen@iki.fi>. |