aboutsummaryrefslogtreecommitdiff
path: root/net/sipxportlib
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with sparc64 [1]Martin Wilke2007-04-121-0/+11
| | | | | | | | Submitted by: pointyhat via kris Mike Durian <durian@shadetreesoftware.com> (maintainer) [1] Notes: svn path=/head/; revision=189841
* - Fix build with gcc 4.1Martin Wilke2007-04-0914-3/+388
| | | | | | | | | | | | | | Notes: sipxportlib contains numerous cases of casting a pointer to an int. Gcc 4.1 does not like this on amd64 systems. I have silenced the compilation error by first typecasting through a uintptr_t. This does not fix any underlying problems, but at least the code compiles. Approved by: maintainer Notes: svn path=/head/; revision=189582
* - Fix build with amd64Martin Wilke2007-03-071-3/+5
| | | | | | | Thanks to: Martin Matuska for access of amd64 TB. Notes: svn path=/head/; revision=186830
* - Fix build on amd64Martin Wilke2007-02-061-0/+21
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=184405
* sipXportLib is a library of general purpose utilities and OSMartin Wilke2007-02-0119-0/+469
abstraction APIs. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page PR: ports/107931 Submitted by: Michael Durian <durian at shadetreesoftware.com> Notes: svn path=/head/; revision=183894