aboutsummaryrefslogtreecommitdiff
path: root/net/b2bua
Commit message (Collapse)AuthorAgeFilesLines
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* - Fix build (USE_GETOPT_LONG)Pav Lucistnik2004-03-131-7/+2
| | | | Notes: svn path=/head/; revision=103900
* BROKEN on 4.x: Does not compileKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103837
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Don't hardcode `i386'.Maxim Sobolev2003-07-141-1/+1
| | | | | | | | PR: 53469 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=84890
* get rid of libgnugetopt dependency.FUJISHIMA Satsuki2003-07-141-5/+1
| | | | | | | This port links libcext_bsd.a which includes NetBSD derived getopt_long(). Notes: svn path=/head/; revision=84833
* Use correct version of the patch.Maxim Sobolev2003-04-041-8/+8
| | | | Notes: svn path=/head/; revision=78161
* Update to 1.5.0.Maxim Sobolev2003-04-0418-198/+46
| | | | Notes: svn path=/head/; revision=78160
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove dependency on linuxthreads. The problem with b2bua is that it isMaxim Sobolev2003-01-312-15/+25
| | | | | | | | | | | | | a heavy c++ application, so that default FreeBSD pthread stack size of 64KB is not sufficient in many cases. Be wise and set the pthread stack size to be 1MB instead. Bump PORTREVISION. Sponsored by: Porta Software Ltd Notes: svn path=/head/; revision=74349
* Fix build on systems without /usr/include/getopt.h (4.x).Maxim Sobolev2003-01-261-0/+5
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=74038
* Add b2bua 1.4.0, a back-to-back (B2B) SIP user agent.Maxim Sobolev2003-01-1920-0/+393
Notes: svn path=/head/; revision=73561