notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/db42/Makefile

Number of commits found: 17

Sunday, 2 Feb 2014
11:17 miwi search for other commits by this committer
- Stage support
Original commitRevision:342272 
Monday, 16 Dec 2013
20:46 mandree search for other commits by this committer
Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet.
Original commitRevision:336664 
Friday, 13 Dec 2013
23:27 mandree search for other commits by this committer
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.
Original commitRevision:336383 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Sunday, 13 Jun 2010
11:57 mandree search for other commits by this committer
Switch MAINTAINER line to FreeBSD address.

Approved by: garga (mentor, implicit)
Original commit
Wednesday, 8 Nov 2006
10:15 rafan search for other commits by this committer
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.

Noticed by:     pav
Approved by:    Matthias Andree (maintainer)
Original commit
05:20 rafan search for other commits by this committer
- 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)
Original commit
Wednesday, 13 Apr 2005
07:31 leeym search for other commits by this committer
Add two SleepyCat patches to fix:

- log sequence error and missing data when transactional database is walked
  with a cursor after being loaded non-transactionally

- memory leak when repeatedly opening/closing database environments

PR:             79842
Submitted by:   maintainer
Original commit
Tuesday, 5 Apr 2005
18:55 linimon search for other commits by this committer
Add an advisory variable that mark this port as not being a slave port.
For whatever reason, the default assignments of this variable is wrong.

This only affects FreshPorts and portsmon.

Approved by:    maintainer
Original commit
Saturday, 26 Jun 2004
11:13 arved search for other commits by this committer
Workaround a problem with fast-mutexes on amd64.

Idea from:      db41 port.
Discovered by:  upcoming ice port.
Original commit
Thursday, 27 May 2004
08:32 krion search for other commits by this committer
- Build + install RPC server

PR:             ports/67239
Submitted by:   maintainer
Requested by:   brooks
Original commit
Friday, 19 Mar 2004
22:28 eik search for other commits by this committer
This patch is a convenience patch to allow broken port tools to continue
to go about their rotten business. It is issued without acknowledgment
of any obligation, in response to ports/64393.

The patch does NOT bump PORTREVISION as the change is invisible for the
port's or package's users. $FreeBSD$ is sufficient.

I also refute any "bug" with respect to the the porter's handbook's
pages referenced in ports/64393, my port has not written anything after
bsd.port.mk and portlint has nothing to complain about (only that it
can't figure "patch" is legal in a PATCHFILES variable).

Informational: tools that assume .include <bsd.port.[post.]mk> was the
last line in a port's makefile are broken. They should be comparing
the output of realpath $(make -V MASTERDIR) against the output of
realpath $(pwd) instead:

-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42

-bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42
-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42-nocrypto

PR:             64479
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Wednesday, 3 Mar 2004
11:21 linimon search for other commits by this committer
Revert previous commit.  Local changes here masked the fact that this
change would break the port for other users.

Noticed by:             Rolandas Naujikas <rolnas@takas.lt>
Pointy hat to:          linimon@FreeBSD.org
Original commit
01:24 linimon search for other commits by this committer
Remove redundant definition of MASTERDIR (sets MASTERDIR back to
default).

Reviewed by:            Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Tuesday, 24 Feb 2004
13:24 eik search for other commits by this committer
* Add vendor patch.4.2.52.2
* Bump portrevision.
* Add SIZE to distinfo.

PR:             63306
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Wednesday, 14 Jan 2004
21:13 krion search for other commits by this committer
- Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2
  works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION

PR:             61283
Submitted by:   maintainer
Original commit
Friday, 9 Jan 2004
09:45 pav search for other commits by this committer
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>
Original commit

Number of commits found: 17