Bug 111797 - [MAINTAINER] net/mediatomb: fix build with threaded sqlite3
Summary: [MAINTAINER] net/mediatomb: fix build with threaded sqlite3
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: 2007-04-18 00:20 UTC by Leonhard Wimmer
Modified: 2007-04-18 00:50 UTC (History)
0 users

See Also:


Attachments
patch-1.diff (913 bytes, patch)
2007-04-18 00:20 UTC, Leonhard Wimmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leonhard Wimmer 2007-04-18 00:20:01 UTC
The recently added MediaTomb port won't build with sqlite3 if the sqlite3 port was built with threading support, because configure tries to build sqlite3 without -pthread.

Fix: apply this patch to files/patch-configure
(No need to bump PORTREVISION because this patch only fixes cases in which the port didn't even build.)
How-To-Repeat: build and install sqlite3 port WITH_THREADS and then try to build MediaTomb WITH_SQLITE3
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-18 00:26:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-18 00:44:23 UTC
miwi        2007-04-17 23:44:18 UTC

  FreeBSD ports repository

  Modified files:
    net/mediatomb        Makefile 
    net/mediatomb/files  patch-configure 
  Log:
  - Fix build with sqlite3
  
  PR:             111797
  Submitted by:   Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
  
  Revision  Changes    Path
  1.2       +48 -48    ports/net/mediatomb/Makefile
  1.2       +11 -2     ports/net/mediatomb/files/patch-configure
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2007-04-18 00:44:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!