Commit graph

30 commits

Author SHA1 Message Date
grant
2f3542f78c tell configure to ignore inttypes.h on irix 5 because it is known to
be incompatible with sys/types.h.

fixes PR pkg/28545 from Georg Schwarz.
2004-12-18 16:12:41 +00:00
grant
671be4b15a fix URL in MASTER_SITES. 2004-12-16 04:36:29 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
jlam
e6aa5ca27d Move the HTML documentation into ${PREFIX}/share/doc/html. Bump the
PKGREVISION due to user-visible difference.
2004-06-28 22:11:37 +00:00
jmmv
de41038839 When -lpthread is used, link the db3 library against it, so that programs
using -ldb3 alone don't complain about missing symbols.  This fixes the
build of some programs (like nvi), as exposed in Linux.
2004-04-07 15:13:06 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jlam
b259a0a438 CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
2004-02-14 15:29:15 +00:00
abs
a1d0b1b68b USE_LANGUAGES=c c++ 2004-02-11 01:46:30 +00:00
sekiya
21caf78aaa Override config.sub and config.guess. For mipseb support. 2004-02-08 05:14:44 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jlam
a39c6cf9fa bl3ify 2004-01-05 20:48:01 +00:00
agc
b1e6df6364 Update db3 to db3-3.11.2nb1.
Add db_185 compatibility to databases/db3, from Jeremy Reed in PR 21237.
2003-10-20 15:28:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wrstuden
72f3e86f51 I haven't maintained this for years, so remove my name from the
maintainership.
2003-05-07 16:14:39 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
940e98d289 buildlink1 -> buildlink2 2002-08-28 16:10:28 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
grant
16d94342b9 update PATCH_SITES. 2002-07-22 11:17:03 +00:00
grant
4d5d950556 update MASTER_SITES. 2002-07-22 10:36:53 +00:00
seb
869cd8fbf7 Add `-p0' in PATCH_DIST_ARGS to helps Solaris' /usr/bin/gpatch, this does
not seem to harm NetBSD's /usr/bin/patch.
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix shared libraries
numbering under Solaris.
2002-02-12 11:13:22 +00:00
martti
99a86d0869 Updated to 3.11.2 (provided by ORI Manabu in pkg/14765).
This is a bugfix release (too many fixes to list here).

The following link (as long as it exists) gives an overview
of the changes:

http://www.sleepycat.com/update/3.3.11/if.3.3.11.html
2001-11-30 11:58:28 +00:00
lukem
39f7310ad5 * 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.

* Use ${BSD_INSTALL_*} instead of cp, so that bin/db3_* and include/db3/*
  get installed with the correct ownership

* Crank version from 2.9 to 2.9.2
2001-10-23 07:26:41 +00:00
jlam
b4fa3a99c6 Remove hard-coded /usr/pkg/lib from rpath, and mark as USE_BUILDLINK_ONLY.
Also set includedir via configure argument instead of directly patching the
configure script, and add a buildlink.mk file for use by other package
Makefiles.
2001-07-19 19:16:43 +00:00
skrll
55cacc096c Build a shared library version as well... 2001-03-26 19:31:55 +00:00
fvdl
676124ec2a Upgrade to 3.2.9. Install C++ library as well (not java, since this
depends on java being installed, it should probably be in a seperate
pkg).

Changelog is at http://www.sleepycat.com/update/3.2.9/if.3.2.9.html
2001-02-21 15:56:01 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
wiz
1663dce8ac Replace USE_PKGLIBTOOL by USE_LIBTOOL.
XXX: Isn't really used right now, since the shared library isn't built.
Needs tweaking.
2000-08-14 16:56:04 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
hubertf
030a28a9e2 Import Sleepycat's db routines (V3).
Submitted in PR 8963 by Bill Studentmind (wrstuden@netbsd.org>, thanks!
1999-12-16 02:36:05 +00:00