<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/db45/Makefile.db, branch 2014Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2014Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2014Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2004-12-28T22:02:11Z</updated>
<entry>
<title>Update to 4.3.27</title>
<updated>2004-12-28T22:02:11Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2004-12-28T22:02:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=867845eb3723a333b8e263e2745a68ea76ef1784'/>
<id>urn:sha1:867845eb3723a333b8e263e2745a68ea76ef1784</id>
<content type='text'>
PR:		ports/75563
Submitted by:	maintainer
</content>
</entry>
<entry>
<title>- repocopied from databases/db42 (via portmgr)</title>
<updated>2004-12-05T03:03:15Z</updated>
<author>
<name>Cheng-Lung Sung</name>
<email>clsung@FreeBSD.org</email>
</author>
<published>2004-12-05T03:03:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bd4698ebe279cb66842f7afe56268083cbba3d9a'/>
<id>urn:sha1:bd4698ebe279cb66842f7afe56268083cbba3d9a</id>
<content type='text'>
- Description as follows

Version 4.3 of the Berkeley Data Base library which offers (key/value) storage
with optional concurrent access or transactions interface.

Utilities are included in the distribution to convert v1.85 databases to v4.3
databases, and a backwards compatible API is provided to maintain
compatibility with programs using the v1.85 interface.

For details on compatibility with other DB versions, see:
http://www.sleepycat.com/download/patchlogs.shtml

PR:		ports/73790
Submitted by:	Matthias Andree &lt;matthias dot andree at gmx dot de&gt;
</content>
</entry>
<entry>
<title>Fix 'make reinstall'</title>
<updated>2004-06-14T08:51:07Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2004-06-14T08:51:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4415330fd6c5d1d6f437cde048371ea4e7a183c1'/>
<id>urn:sha1:4415330fd6c5d1d6f437cde048371ea4e7a183c1</id>
<content type='text'>
Submitted by:   maintainer Matthias Andree &lt;matthias.andree@gmx.de&gt;
</content>
</entry>
<entry>
<title>- Build + install RPC server</title>
<updated>2004-05-27T08:32:20Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2004-05-27T08:32:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3cbcbd9f268a958a0abbb5b21463b98d90cd0fb0'/>
<id>urn:sha1:3cbcbd9f268a958a0abbb5b21463b98d90cd0fb0</id>
<content type='text'>
PR:		ports/67239
Submitted by:	maintainer
Requested by:	brooks
</content>
</entry>
<entry>
<title>This patch is a convenience patch to allow broken port tools to continue</title>
<updated>2004-03-19T22:28:21Z</updated>
<author>
<name>Oliver Eikemeier</name>
<email>eik@FreeBSD.org</email>
</author>
<published>2004-03-19T22:28:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=226faa7c2951aae8328303acf38c34530a710c48'/>
<id>urn:sha1:226faa7c2951aae8328303acf38c34530a710c48</id>
<content type='text'>
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 &lt;bsd.port.[post.]mk&gt; 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 &lt;matthias.andree@gmx.de&gt; (maintainer)
</content>
</entry>
<entry>
<title>- add USE_LIBTOOL support</title>
<updated>2004-02-26T01:59:27Z</updated>
<author>
<name>Clement Laforet</name>
<email>clement@FreeBSD.org</email>
</author>
<published>2004-02-26T01:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=07ad4fe83e64aebdf07934bedf92d99326621a61'/>
<id>urn:sha1:07ad4fe83e64aebdf07934bedf92d99326621a61</id>
<content type='text'>
PR:             63316
Submitted by:   Matthias Andree &lt;matthias.andree@gmx.de&gt; (maintainer)
</content>
</entry>
<entry>
<title>- Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2</title>
<updated>2004-01-14T21:13:42Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2004-01-14T21:13:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ec1d041e563be6d93b91ee5c4365d00b178fe347'/>
<id>urn:sha1:ec1d041e563be6d93b91ee5c4365d00b178fe347</id>
<content type='text'>
  works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION

PR:		61283
Submitted by:	maintainer
</content>
</entry>
<entry>
<title>Add Berkeley DB 4.2.52 after repocopy from db41.</title>
<updated>2004-01-09T09:45:37Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2004-01-09T09:45:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1977d149f7b7a43220e22efa99ec00b66f0e60cd'/>
<id>urn:sha1:1977d149f7b7a43220e22efa99ec00b66f0e60cd</id>
<content type='text'>
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 &lt;matthias.andree@gmx.de&gt;
</content>
</entry>
</feed>
