aboutsummaryrefslogtreecommitdiff
path: root/net/sipxportlib
Commit message (Collapse)AuthorAgeFilesLines
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Update to the autotools new world order.Ade Lovett2007-07-281-20/+0
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* - 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