Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 17:03:13 GMT
From:      Arnaud Houdelette <arnaud.houdelette@tzim.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184973: conflicts with db clients deps in net/turnserver port
Message-ID:  <201312181703.rBIH3Dxd032345@oldred.freebsd.org>
Resent-Message-ID: <201312181710.rBIHA1DA094077@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>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:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312181703.rBIH3Dxd032345>