non port: databases/db42/Makefile |
Number of commits found: 17 |
Sunday, 2 Feb 2014
|
11:17 miwi
- Stage support
 |
Monday, 16 Dec 2013
|
20:46 mandree
Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet.
 |
Friday, 13 Dec 2013
|
23:27 mandree
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.
 |
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
 |
Sunday, 13 Jun 2010
|
11:57 mandree
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
 |
Wednesday, 8 Nov 2006
|
10:15 rafan
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
Noticed by: pav
Approved by: Matthias Andree (maintainer)
 |
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)
 |
Wednesday, 13 Apr 2005
|
07:31 leeym
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
 |
Tuesday, 5 Apr 2005
|
18:55 linimon
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
 |
Saturday, 26 Jun 2004
|
11:13 arved
Workaround a problem with fast-mutexes on amd64.
Idea from: db41 port.
Discovered by: upcoming ice port.
 |
Thursday, 27 May 2004
|
08:32 krion
- Build + install RPC server
PR: ports/67239
Submitted by: maintainer
Requested by: brooks
 |
Friday, 19 Mar 2004
|
22:28 eik
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)
 |
Wednesday, 3 Mar 2004
|
11:21 linimon
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
 |
01:24 linimon
Remove redundant definition of MASTERDIR (sets MASTERDIR back to
default).
Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
 |
Tuesday, 24 Feb 2004
|
13:24 eik
* Add vendor patch.4.2.52.2
* Bump portrevision.
* Add SIZE to distinfo.
PR: 63306
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
 |
Wednesday, 14 Jan 2004
|
21:13 krion
- 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
 |
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: 17 |