aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccmalloc
Commit message (Collapse)AuthorAgeFilesLines
* Disable Optimizations, as it breaks certain featuresarved2006-07-121-1/+4
| | | | | PR: 99070 Submitted by: Matt <freebsdbugs@fjarlq.com>
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* Mark BROKEN if CC or CXX are changed from defaultskris2006-04-241-0/+4
|
* - Add some SHA256 checksumspav2005-11-241-1/+2
|
* Work around a bug in GCC (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8743).lawrance2005-10-022-0/+16
| | | | | | | | | Upstream vendor is aware of the problem, but no fix has made it into a release yet. Bump PORTREVISION. PR: ports/84231 Submitted by: Bram Moolenaar <Bram@moolenaar.net>
* - Update to 0.4.0 [1]jylefort2005-07-308-147/+24
| | | | | | | | | | | - Respect ${CC}, ${CFLAGS}, ${CXX} and ${CXXFLAGS} - Fix the packing list when ${CXX} != g++ - Use ${PREFIX} rather than /usr/local in pkg-message, and reword it - Refactor patches as ${REINPLACE_CMD} invocations [1]: PR: ports/84285 Submitted by: Daniel Blankensteiner <db@trunet.dk>
* Reset undeliverable maintainer address:kris2005-07-181-1/+1
| | | | | <jure@kom.org>: host skynet.seeall.net[213.250.2.77] said: 550 sorry, no mailbox here by that name (#5.1.1 - chkusr) (in reply to RCPT TO command)
* - Update MASTER_SITES (make fetchable)pav2004-05-241-1/+1
| | | | | PR: ports/66684 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* PATCH_FILES -> EXTRA_PATCHESedwin2003-04-121-1/+1
|
* Made configure-patch only for -current systems.edwin2003-04-122-1/+6
| | | | Noticed by: bento
* port of ccmallocedwin2003-04-058-0/+174
This is port of ccmalloc, memory leak detector for C/C++. PR: ports/36336 Submitted by: Jure Menart <jure@kom.org>