Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 15:42:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 181301] [NEW PORT] net/kamailio: Very fast and configurable open source SIP proxy
Message-ID:  <bug-181301-13-peHbSTEGn7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-181301-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-181301-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=181301

--- Comment #26 from Jason E. Hale <jhale@FreeBSD.org> ---
(In reply to olivermahmoudi from comment #25)
> My thinking here goes along this line: It checks for a given version of the
> db-server on the system. If there is none, it pulls in the latest one.

No.  We have set default versions of these servers to use, and if the end-user
wants to use a different version, they can set that in their /etc/make.conf. 
None of that will work, however, if the port has a direct dependency.  The
macros take care of that.  If there is really a need for certain version,
though, there are macros to handle that as well.

> Strictly speaking, a database server is not necessary for the build, only a
> client. To use the port, user data is entered into database tables - just
> like in a phone book. In my original draft, there was no servers, included
> them just recently. It is more self-inclusive to my mind.

In that case, just the client should be depended on.  The server could be
located on another host which is why it is preferable to only depend on the
client.

-- 
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-181301-13-peHbSTEGn7>