aboutsummaryrefslogtreecommitdiff
path: root/devel/mprof
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Comment out unused variables whose initializers caused compile-time errors.Garrett Wollman2002-06-032-19/+22
| | | | Notes: svn path=/head/; revision=60556
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35324
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25734
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Support ELF.David E. O'Brien1998-12-011-0/+129
| | | | | | | Submitted by: Doug Rabson <dfr@calcaphon.com> Notes: svn path=/head/; revision=15004
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-1/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* take over maintance.David E. O'Brien1998-02-261-2/+5
| | | | Notes: svn path=/head/; revision=9946
* #include <unistd.h> to get prototype for ftruncate().Jeffrey Hsu1998-02-151-1/+11
| | | | | | | | PR: 5737 Submitted by: tejblum@arc.hq.cti.ru (Dmitrij Tejblum) Notes: svn path=/head/; revision=9725
* cs.colorado.edu's ftp port is firewalled; the file exists onBill Fenner1997-06-091-2/+2
| | | | | | | | | ftp.cs.colorado.edu. Found by: distfile checker Notes: svn path=/head/; revision=6811
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-5/+3
| | | | Notes: svn path=/head/; revision=4575
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-10-181-1/+0
| | | | | | | (Oops, I forgot to commit this one.) Notes: svn path=/head/; revision=4026
* Honor the setting of NOMANCOMPRESS.Masafumi Max NAKANE1996-10-181-3/+5
| | | | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Use ${INSTALL_PROGRAM} and ${INSTALL_MAN} macros instead of install *. Notes: svn path=/head/; revision=4025
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Change gategory name "development" -> "devel". Also take out theSatoshi Asami1995-11-261-2/+2
| | | | | | | | "programming" that was in some of them, it's pretty obvious what we are talking about here. Notes: svn path=/head/; revision=2468
* Updated devel Makefiles. Strip mprof and compress mprof.1 along the way.Satoshi Asami1995-04-242-7/+5
| | | | Notes: svn path=/head/; revision=1521
* And now, yet another round of Makefile updates, devel version!Satoshi Asami1995-04-091-3/+4
| | | | Notes: svn path=/head/; revision=1314
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Correction in the Makefile for the "new" make.Andreas Schulz1995-01-291-1/+1
| | | | Notes: svn path=/head/; revision=845
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Change name of Makefile to Makefile.i386.Jeffrey Hsu1994-11-221-12/+9
| | | | | | | | Remove /usr/include/frame.h from dependencies in Makefile.i386. Add -static to CFLAGS so 'make tests' will work. Notes: svn path=/head/; revision=449
* Use Makefile.i386.Jeffrey Hsu1994-11-221-1/+2
| | | | Notes: svn path=/head/; revision=448
* Mprof 3.0 --- a memory allocation profiler and leak detector.Jeffrey Hsu1994-11-055-0/+369
Notes: svn path=/head/; revision=321