Summary: | [patch] sysutils/cfengine conflicts with devel/publib and doesn't build when Berkeley DB > 4.1 is installed | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nick Barkas <snb> | ||||
Component: | Individual Port(s) | Assignee: | Sergei Kolobov <sergei> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | sergei | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Nick Barkas
2006-12-15 21:00:21 UTC
Responsible Changed From-To: freebsd-ports-bugs->sergei Over to maintainer State Changed From-To: open->feedback Why is BDB patch needed? I can successfully configure and build cfengine without it against db42, just tried. I just tried this again and found that cfengine would build with databases/db42 installed without my patch. However, if you have databases/db41 installed as well, it fails to compile. With the patch, cfengine builds when both db41 and db42 are installed. Did you have db42 only installed when doing your test? Nick > I just tried this again and found that cfengine would build with > databases/db42 installed without my patch. However, if you have > databases/db41 installed as well, it fails to compile. With the > patch, cfengine builds when both db41 and db42 are installed. > > Did you have db42 only installed when doing your test? Yes. It fails when both db41 and db42 are present, indeed. -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Knight: We shall say Ny! again to you if you do not appease us. Arthur: All right. What do you want? Knight: We want... a shruberry! State Changed From-To: feedback->closed Committed, thanks! pav 2007-01-24 22:47:36 UTC FreeBSD ports repository Modified files: sysutils/cfengine Makefile sysutils/cfengine/files patch-doc_Makefile.in Added files: sysutils/cfengine/files patch-configure Log: - Patch to fix berkeley db detection in configure script. Fixes compilation when multiple db ports are installed - Patch to explicitly link with included libpub.a, instead of one in /usr/local - Patch to never rebuild documentation, the full copy is included PR: ports/106790 Submitted by: Nick Barkas <snb@threerings.net> Approved by: maintainer timeout (sergei; 1 month) Revision Changes Path 1.36 +1 -0 ports/sysutils/cfengine/Makefile 1.1 +20 -0 ports/sysutils/cfengine/files/patch-configure (new) 1.2 +29 -2 ports/sysutils/cfengine/files/patch-doc_Makefile.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |