summaryrefslogtreecommitdiff
path: root/databases/java-db3
AgeCommit message (Collapse)AuthorFilesLines
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-02Convert to bl3.wiz1-3/+3
2004-04-26Unused.wiz1-21/+0
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-2/+2
suggested by Simon J. Gerraty.
2002-10-13buildlink1 -> buildlink2 and use java.mk instead of relying on olderjlam1-15/+10
(buggier) Java-handling in bsd.pkg.mk.
2002-10-10Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME isjlam1-2/+2
no longer defined by bsd.pkg.mk.
2002-09-23Unused.wiz1-36/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+21
buildlink2.mk files back into the main trunk.
2001-11-30Sync with db3. Changes since 2.9.2:martti2-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-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-23- Use buildlink.mk instead of DEPENDSmartti4-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-17Rename JDK_HOME to JDK_BASE. JDK_HOME is already used as a tunable makejlam1-7/+7
variable in pkgsrc, and shouldn't be used as a local variable by packages.
2001-08-25Fix dependency line, by Martti Kuparinen in pkg/13782.wiz1-2/+2
2001-07-28Make COMMENT reflect package.jlam1-2/+2
2001-07-28java-db3: Java interface to the Sleepcat DB3 library.jlam7-0/+383
Idea provided in pkg/13512 and pkg/13518 by Martti Kuparinen <martti.kuparinen@iki.fi>.