aboutsummaryrefslogtreecommitdiff
path: root/sysutils/procmap
Commit message (Collapse)AuthorAgeFilesLines
* Allow staging as a regular userAntoine Brodin2014-06-071-0/+1
| | | | Notes: svn path=/head/; revision=356954
* Support STAGEDIR.Vanilla I. Shu2013-11-161-4/+1
| | | | Notes: svn path=/head/; revision=333977
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Fix install after DESTDIR patchErwin Lansing2006-08-051-1/+1
| | | | | | | Submitted by: gabor Notes: svn path=/head/; revision=169728
* Add a missing #include, and fix a type.Jason Evans2006-02-231-1/+3
| | | | Notes: svn path=/head/; revision=156737
* - Kill pseudo-empty distinfo filesPav Lucistnik2005-11-251-1/+0
| | | | Notes: svn path=/head/; revision=149505
* Condense a bitVolker Stolz2005-10-063-17/+8
| | | | Notes: svn path=/head/; revision=144383
* Support NO_WRKSUBDIR properlyKirill Ponomarev2004-12-301-1/+1
| | | | | | | | PR: ports/75631 Submitted by: Ports Fury Notes: svn path=/head/; revision=125520
* Reset undeliverable maintainer addressKris Kennaway2003-10-171-1/+1
| | | | Notes: svn path=/head/; revision=91533
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Use ${WRKDIR} for building rather than the src directory in order to allowJason Evans2000-04-234-4/+188
| | | | | | | building from a read-only ports tree. Notes: svn path=/head/; revision=27939
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* Fix build problem (read-only ${PORTSDIR}) by addingSatoshi Asami2000-04-071-8/+4
| | | | | | | | | | | | | | | MAKE_ENV=MAKEOBJDIRPREFIX=${WRKDIR} and a pre-build target to do a "make obj". That obsoletes the pre-clean target since the generated files all go into ${WRKDIR} and there's nothing to clean on the source directory. Also, fix several minor bogons. NO_CHECKSUM is a user variable, and never should be set in a port Makefile. NO_WRKSUBDIR is not necessary because WRKSRC is set explicitly. I don't know what the empty do-fetch is doing there. Notes: svn path=/head/; revision=27404
* Add the procmap port, which prints procfs map files.Jason Evans2000-03-235-0/+32
Notes: svn path=/head/; revision=26975