From nobody@FreeBSD.org  Wed Dec 18 17:03:14 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 689AA43B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Dec 2013 17:03:14 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 54C6C1FD5
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Dec 2013 17:03:14 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBIH3Dp7032350
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Dec 2013 17:03:13 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIH3Dxd032345;
	Wed, 18 Dec 2013 17:03:13 GMT
	(envelope-from nobody)
Message-Id: <201312181703.rBIH3Dxd032345@oldred.freebsd.org>
Date: Wed, 18 Dec 2013 17:03:13 GMT
From: Arnaud Houdelette <arnaud.houdelette@tzim.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: conflicts with db clients deps in net/turnserver port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mom040267@gmail.com

>Number:         184973
>Category:       ports
>Synopsis:       conflicts with db clients deps in net/turnserver port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          feedback
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 18 17:10:01 UTC 2013
>Closed-Date:    
>Last-Modified:  Wed May 14 06:10:00 UTC 2014
>Originator:     Arnaud Houdelette
>Release:        FreeBSD 10.0-BETA2
>Organization:
>Environment:
FreeBSD faranth.lan.tzim.net 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257166: Sat Oct 26 19:23:22 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
net/turnserver ports use both USE_MYSQL / USE_PGSQL and LIB_DEPENDS for databases dependencies : 

USE_MYSQL=      yes
LIB_DEPENDS+=   mysqlclient:${PORTSDIR}/databases/mysql55-client
..

USE_PGSQL=      yes
LIB_DEPENDS+=   pq:${PORTSDIR}/databases/postgresql90-client

doing so causes conflicts when not using default database clients (ie. mariadb).
>How-To-Repeat:
Try to build port with WITH_MYSQL=55m
>Fix:
remove following lines from Makefile :

LIB_DEPENDS+=   mysqlclient:${PORTSDIR}/databases/mysql55-client

LIB_DEPENDS+=   pq:${PORTSDIR}/databases/postgresql90-client

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Dec 18 17:32:18 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184973 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mom040267@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184973: conflicts with db clients deps in net/turnserver port
Date: Wed, 18 Dec 2013 17:32:17 UT

 Maintainer of net/turnserver,
 
 Please note that PR ports/184973 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/184973
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Oleg Moskalenko <mom040267@gmail.com>
To: Edwin Groothuis <edwin@FreeBSD.org>, bug-followup@FreeBSD.org, arnaud.houdelette@tzim.net
Cc: Gabor Kovesdan <gabor@freebsd.org>
Subject: Re: ports/184973: conflicts with db clients deps in net/turnserver port
Date: Tue, 13 May 2014 23:04:21 -0700

 --047d7b873de89f02e504f955f375
 Content-Type: text/plain; charset=UTF-8
 
 I am the maintainer of the package net/turnserver. I noticed that there is
 a problem report in regard to my package.
 
 I checked the proposed fix and I approve it.
 
 Please go ahead with the fix. I am going to upgrade soon to the new
 upstream version, and this bug holds the upgrade.
 
 Thanks
 Oleg
 
 --047d7b873de89f02e504f955f375
 Content-Type: text/html; charset=UTF-8
 
 <div dir="ltr"><div>I am the maintainer of the package net/turnserver. I noticed that there is a problem report in regard to my package.</div><div><br></div><div>I checked the proposed fix and I approve it.</div><div><br></div>
 <div>Please go ahead with the fix. I am going to upgrade soon to the new upstream version, and this bug holds the upgrade.</div><div><br></div><div>Thanks</div><div>Oleg</div><div><br></div></div>
 
 --047d7b873de89f02e504f955f375--
>Unformatted:
