aboutsummaryrefslogtreecommitdiff
path: root/devel/dmalloc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 5.4.2Sergey Matveychuk2005-02-093-17/+3
| | | | | | | | | PR: ports/74671 Submitted by: Sean Farley <sean-freebsd(at)farley.org> Approved by: maintainer (timeout: 1 month) Notes: svn path=/head/; revision=128368
* - Update to version 5.3.0Kirill Ponomarev2004-02-233-3/+17
| | | | | | | | | PR: ports/63019 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> Approved by: maintainer Notes: svn path=/head/; revision=101879
* - Fix build on AMD64Kirill Ponomarev2004-02-082-8/+11
| | | | | | | | | | - Utilize DOCSDIR and INFO knobs - Bump PORTREVISION Approved by: maintainer informed Notes: svn path=/head/; revision=100413
* Updates to 5.2.1.Christian Weisgerber2003-08-053-29/+23
| | | | | | | | | PR: 54345 Submitted by: Sean C. Farley <sean-freebsd@farley.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=86354
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Add dmalloc 4.8.1, a version of the malloc(3) library that providesWill Andrews2000-12-265-0/+77
powerful debugging facilities at runtime. Required for a forthcoming port. PR: 23792 Submitted by: Jeremy Shaffner <jeremy@external.org> Notes: svn path=/head/; revision=36364