Bug 237683 - net/liblinphone: does not respect WANT_OPENLDAP_SASL
Summary: net/liblinphone: does not respect WANT_OPENLDAP_SASL
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-01 09:11 UTC by O. Hartmann
Modified: 2019-05-01 09:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2019-05-01 09:11:13 UTC
Having installed several ports with WANT_OPENLDAP_SASL and therefore net/openldap24-sasl-client, updating net/liblinphone from a poudriere repository (due to changed dependencies the port/pkg claims) the updgrade process runs into a conflict installing net/openldap24-client alongside net/liblinphone while shortly before this update the update of net/openldap24-sasl-client has taking place, complaining about conflicting packages.

A short (and not deeply run) investigation shows that net/liblinphone seemingly installs net/openldap24-client as a default dependency and is not respecting a via make.conf globally set WANT_OPENLDAP_SASL (on both build-ways, /usr/ports and traditionally make and the poudriere way setting a gloabl make.conf with proper setting in /usr/local/etc/poudriere.d/make.conf).

Please help.
Comment 1 O. Hartmann 2019-05-01 09:35:18 UTC
Sorry, there was a mix-up of repositories; our local repository has been preceeded by FreeBSD's repository and obviously FreeBSD does not officially set WANT_OPENLDAP_SASL by default when compiling ports. 

There seems to be no way to prefer a local repository by a knob over the other.