non port: databases/db42/pkg-descr |
SVNWeb
|
Number of commits found: 3 |
Mon, 24 Oct 2011
|
[ 09:11 dougb ] (Only the first 10 of 906 ports in this commit are shown above. )
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
Fri, 12 Nov 2010
|
[ 09:19 mandree ] (Only the first 10 of 12 ports in this commit are shown above. )
Update WWW: links for db* ports in pkg-descr.
|
Fri, 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: 3 |