aboutsummaryrefslogtreecommitdiff
path: root/net/b2bua
Commit message (Collapse)AuthorAgeFilesLines
* Now appears to build on amd64 7.xKris Kennaway2007-03-031-4/+0
| | | | Notes: svn path=/head/; revision=186443
* Fix incorrect patch.Maxim Sobolev2006-07-191-6/+6
| | | | Notes: svn path=/head/; revision=168200
* Make buildable on 7.x and 6.x after addition of getXXX_r() functions.Maxim Sobolev2006-07-182-0/+35
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=168173
* BROKEN on amd64 7.0: Infinite loop during buildKris Kennaway2006-02-091-0/+4
| | | | Notes: svn path=/head/; revision=155611
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* BROKEN on sparc64: Does not compileKris Kennaway2004-11-181-1/+7
| | | | Notes: svn path=/head/; revision=121904
* Fix build with bind9 in the base system.Joe Marcus Clarke2004-10-111-0/+13
| | | | | | | | Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=118600
* Fix build using gcc 3.4.Maxim Sobolev2004-08-221-0/+516
| | | | Notes: svn path=/head/; revision=117052
* 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