Bug 126410 - textproc/redland: fix build when several db* are installed
Summary: textproc/redland: fix build when several db* are installed
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-10 10:20 UTC by Max Brazhnikov
Modified: 2008-08-10 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.09 KB, patch)
2008-08-10 10:20 UTC, Max Brazhnikov
no flags Details | Diff
redland.patch (1.47 KB, patch)
2008-08-10 17:39 UTC, Scot Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov 2008-08-10 10:20:00 UTC
1) fix build with db*
2) really disable mysql support when WITH_MYSQL is not defined
3) disable sqlite

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-10 10:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-10 10:20:11 UTC
Maintainer of textproc/redland,

Please note that PR ports/126410 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126410

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-10 10:20:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 josh.carroll 2008-08-10 15:37:19 UTC
This patch works for me as well. I was able to get kde4 installed
after applying this patch so that redland would build properly.

Thanks,
Josh
Comment 5 Chuck Swiger 2008-08-10 16:39:48 UTC
On Aug 10, 2008, at 2:20 AM, Edwin Groothuis wrote:
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126410

Approved for ports/126410, thanks!

Regards,
-- 
-Chuck
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2008-08-10 17:20:12 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-08-10 17:20:13 UTC
miwi        2008-08-10 16:20:02 UTC

  FreeBSD ports repository

  Modified files:
    textproc/redland     Makefile 
  Log:
  - Fix build when several db* are installed
  - Really disable mysql support when WITH_MYSQL is not defined
  - Disable sqlite
  - Bump PORTREVISION
  
  PR:             126410
  Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (with discussion on freenode/#kde-freebsd)
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.33      +5 -1      ports/textproc/redland/Makefile
_______________________________________________
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"
Comment 8 Scot Hetzel 2008-08-10 17:39:13 UTC
I found one problem with this patch, the use of WITH_BDB_HIGHEST is a user 
setable variable only, it should not be used within a ports Makefile.

Attached is a corrected patch that used BDB_LIB_DIR, BDB_INCLUDE_DIR, and 
BDB_LIB_NAME to set the desired BDB to use.

Scot