This version contains the fix addressed in PR 35825. libosip2 (3.0.3) * initial support for rtems. libosip2 (3.0.2) * initial support for ucos. * fix to ignore broken optionnal header when parsing. libosip2 (3.0.1) * add Windows CE support with Visual Studio 2005 (WM5.0,PocketPC 2003/2005, Smartphone) * Fix memory leaks (not likely to happen). * Fix buffer overrun in url. * Modification of the Application Binary Interface (ABI) to decrease number of allocations. Changes: osip_message_t/osip_dialog_t/sdp_message_t/osip_fifo_t * save route headers in the same order (CALLER or CALLER) in dialogs. libosip2 (2.2.3) * fix 64-bit (amd64) issue with hash. * remove SDP negotiation (much better to do it in your applications)
23 lines
547 B
Makefile
23 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/08/25 02:49:12 obache Exp $
|
|
#
|
|
|
|
DISTNAME= libosip2-3.0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=osip/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/osip/
|
|
COMMENT= Implementation of SIP
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
CONFIGURE_ARGS+= --disable-trace
|
|
CONFIGURE_ARGS+= --enable-md5
|
|
PKGCONFIG_OVERRIDE+= libosip2.pc.in
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|