On 2014/09/22 22:45, Dmitrij D. Czarkoff wrote:
> Dmitrij D. Czarkoff said:
> > Hello!
> > 
> > I attached a port of baresip - mondular command line SIP client.  Also
> > attached is a port of libzrtp, which is dependency of baresip.
> 
> Ping.  libzrtp (which has nothing depending on it) is already in ports,
> but baresip is still pending.  Slightly updated port is attached.
> 
> FWIW installation of baresip without port is not a straightforward task,
> while the software itself is rather nice CLI SIP client that may be
> useful.  (I started using it because no client from port worked with
> combination of SIP services I am using.)
> 
> -- 
> Dmitrij D. Czarkoff

Problems common to a few of these ports:

- restund and baresip have a number of .so modules which look like they're
required for operation, they should probably have SHARED_ONLY=Yes and merge
PFRAG.shared into PLISTs

- a couple of instances of "V=foo, DISTNAME=xyz-$V" where $V isn't used
elsewhere - just set the version directly in DISTNAME

- missing blank line after rcs id comment

Others:

restund.rc
- commented-out daemon_timeout line. should it be set? if not, remove it.

LIB_DEPENDS =           telephony/baresip/re databases/mysql,-main
- split onto multiple lines as done in other ports
- s/mysql/mariadb


what look like dlopen()'d modules

Reply via email to