aboutsummaryrefslogtreecommitdiff
path: root/devel/umem
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-8/+1
| | | | Notes: svn path=/head/; revision=225293
* - Pedro reports that devel/umem builds on amd64, and he is willing to help ↵Yen-Ming Lee2007-08-171-1/+1
| | | | | | | | | testing. Noticed by: pfgshield-freebsd at yahoo.com Notes: svn path=/head/; revision=197849
* - add ONLY_FOR_ARCHS=i386 since umem fails to build on most non-i386 platformsYen-Ming Lee2007-08-111-0/+1
| | | | | | | Noticed by: kris@ Notes: svn path=/head/; revision=197439
* - back out previous commitYen-Ming Lee2007-03-291-1/+0
| | | | Notes: svn path=/head/; revision=188720
* - fix build after objformat removalYen-Ming Lee2007-03-291-0/+1
| | | | | | | Noticed by: kris mail Notes: svn path=/head/; revision=188719
* - Fix for objformat-less currentPav Lucistnik2007-03-271-1/+1
| | | | Notes: svn path=/head/; revision=188530
* <quoted from pkg-descr>Yen-Ming Lee2007-03-244-0/+70
This is a port of Solaris libumem to non-Solaris systems. The port was made while integrating libumem with our Ecelerity MTA product, so your initial experience will not be 100% out-of-the-box, because there is no standalone configure script for the library at this time. (patches welcome!) In addition, since our deployment is threaded, we force the library into threaded mode. While the library is itself stable (it's the memory allocator used by the Solaris OS), the port may have a few rough edges. We're shipping umem with Linux and Windows versions of our product as we have found it to be stable. We will continue to update this project as and when we make improvements, and welcome third-party patches that improve the usability for everyone. Wez Furlong, OmniTI, Inc. </quoted from pkg-descr> This port is not yet fully tested, however, "br" <bf2006a at yahoo.com> is helping me to evaluate it. And also, he encourages me to commit my code so that more people would know about it. Reference: http://www.freebsd.org/projects/ideas/#p-libumem Notes: svn path=/head/; revision=188157