Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Oct 2015 16:14:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203460] www/sogo: compile failed if devel/sope wasn't compiled with LDAP support.
Message-ID:  <bug-203460-13-YrMsR5PVaX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203460-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203460-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203460

--- Comment #2 from Euan Thoms <euan@potensol.com> ---
>From my understanding of ports, this is not a bug. This is the normal behaviour
of port dependencies and port options.

The ports devel/sope and www/sogo are two seperate ports. The www/sogo port
requires devel/sope as a dependency. The LDAP support is built into devel/sope,
not www/sogo. The LDAP option in the devel/sope port is on by default, so
www/sogo will build fine unless devel/sope LDAP option is disabled.

The general rule when building from ports is to not touch the default options
unless you know what you're doing.

To re-iterate; if www/sogo is built without port options changed unwittingly,
it will build successfully. It is not one ports responsibility to build with
all permutations of it's dependencies port options.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203460-13-YrMsR5PVaX>