Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -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-02 | Convert to bl3. | wiz | 1 | -3/+3 | |
2004-04-26 | Unused. | wiz | 1 | -21/+0 | |
2004-04-24 | Relinquish maintainership of packages to tech-pkg@NetBSD.org. | jlam | 1 | -2/+2 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
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>. |