Bug 60943 - MAINTAINER: new ports: databases/db42, db42-nocrypto
Summary: MAINTAINER: new ports: databases/db42, db42-nocrypto
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-05 17:00 UTC by Matthias Andree
Modified: 2004-01-09 09:47 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (6.40 KB, text/plain)
2004-01-05 17:00 UTC, Matthias Andree
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2004-01-05 17:00:36 UTC
Supersedes: PR #60098 (upstream outdated, maintainer timeout)
Supersedes: PR #60904 (uses too long pkg-plist, renames libraries without need)

The shar below adds the much-desired db42 and db42-nocrypto ports.
Since the 60098 submission, the -nocrypto port and the 4.2.52.1 patch
have been added.

This PR has been tested and approved by Sebastian Yepes, originator of
PR #60904. He needs this port committed to support subversion.

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.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-05 18:44:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll handle this one.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-09 09:47:06 UTC
State Changed
From-To: open->closed

Committed, thanks!