non port: databases/db42-nocrypto/distinfo |
Number of commits found: 8 |
Thursday, 21 Aug 2014
|
22:50 mandree
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
 |
Sunday, 20 Mar 2011
|
12:54 miwi
- Get Rid MD5 support
 |
Wednesday, 8 Nov 2006
|
05:20 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)
 |
Friday, 14 Apr 2006
|
03:44 mnag
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)
PR: 95623
Submitted by: maintainer
 |
Sunday, 22 Jan 2006
|
08:23 edwin
SHA256ify
Approved by: krion@
 |
Tuesday, 19 Apr 2005
|
06:27 leeym
- add two patches to fix bugs.
Noticed by: kris
PR: based on 79842
 |
Thursday, 26 Feb 2004
|
15:24 pav
- Add checksum for bdb/patch.4.2.52.2
- Add SIZE
PR: ports/63321
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
 |
Friday, 9 Jan 2004
|
09:45 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: 8 |