| Notes from UPDATING |
These upgrade notes are taken from /usr/ports/UPDATING
- 2006-04-03
Affects: users of databases/db* Author: swhetzel@gmail.com Reason:
Most of the ports that depend on Berkeley DB have been updated to use
Mk/bsd.database.mk. Mk/bsd.database.mk is used to include MySQL, PostgreSQL,
Berkeley DB, and SQLite in a port.
The Berkeley DB support in Mk/bsd.database.mk is used to return the proper
db* library name and location of the include and library directories of the
requested version.
To select a version of Berkeley DB, you can use either WITH_BDB_VER=<version>
or ${UNIQUENAME}_WITH_BDB_VER=<version> (version is one of 3, 40, 41, 42, 43,
or 44).
When a port has USE_BDB defined as either 'USE_BDB=41+' or 'USE_BDB=yes', the
port will use the oldest installed version of Berkeley DB. For example if
both db41 and db43 are installed, the port would end up compiling with db41.
If you add -DWITH_BDB_HIGHEST to your make command, the port will use highest
db* instead. If no Berkeley DB is installed then the port will default to the
version specified or the default Berkeley DB version (currently db41).
NOTE: If a port was using a different variable to select Berkeley DB or a
version, you will get an IGNORE message when you build the port. This
message will tell you what you need to do.
Port Maintainers please review the comments in Mk/bsd.database.mk on what
variables are available for you use in your own ports.
|
Number of commits found: 6
| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
08 Nov 2006 05:20:31
4.2.52_5
|
rafan  |
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add patch.4.2.52.5 from vendor
PR: ports/105270
Submitted by: Matthias Andree (maintainer) |
14 Apr 2006 04:44:08
4.2.52_4
|
mnag  |
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)
PR: 95623
Submitted by: maintainer |
22 Jan 2006 08:23:41
4.2.52_4
|
edwin  |
SHA256ify
Approved by: krion@ |
19 Apr 2005 07:27:45
4.2.52_4
|
leeym  |
- add two patches to fix bugs.
Noticed by: kris
PR: based on 79842 |
26 Feb 2004 15:24:58
4.2.52_2
|
pav  |
- Add checksum for bdb/patch.4.2.52.2
- Add SIZE
PR: ports/63321
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
09 Jan 2004 09:45:37
4.2.52
|
pav  |
Add Berkeley DB 4.2.52 after repocopy from db41.
Note to other porters who want their port to depend on this one: Use
LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto
Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"
will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.
PR: ports/60943
Submitted by: Matthias Andree <matthias.andree@gmx.de> |
Number of commits found: 6
|
| Latest Vulnerabilities |
|
8 vulnerabilities affecting 22 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|