Commit graph

6 commits

Author SHA1 Message Date
Andrey A. Chernov
4415330fd6 Fix 'make reinstall'
Submitted by:   maintainer Matthias Andree <matthias.andree@gmx.de>
2004-06-14 08:51:07 +00:00
Kirill Ponomarev
3cbcbd9f26 - Build + install RPC server
PR:		ports/67239
Submitted by:	maintainer
Requested by:	brooks
2004-05-27 08:32:20 +00:00
Oliver Eikemeier
226faa7c29 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)
2004-03-19 22:28:21 +00:00
Clement Laforet
07ad4fe83e - add USE_LIBTOOL support
PR:             63316
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-02-26 01:59:27 +00:00
Kirill Ponomarev
ec1d041e56 - 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
2004-01-14 21:13:42 +00:00
Pav Lucistnik
1977d149f7 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>
2004-01-09 09:45:37 +00:00