Commit graph

11 commits

Author SHA1 Message Date
Roland Illig
2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Jeremy C. Reed
4732f9d98d Conflict with top. 2004-05-10 22:54:18 +00:00
Jeremy C. Reed
6c00602903 Use buildlink3 instead of buildlink2. 2004-05-10 22:52:13 +00:00
grant beattie
b82ee9e606 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:32:43 +00:00
Jeremy C. Reed
a62cf157c3 mk/curses.buildlink2.mk was removed. Back out last change. Log
message from pkgsrc says: "we _really_ do want to express that we
want _n_curses when we include the buildlink2.mk file. ...  We will
look into this again in the future."
2003-09-29 14:56:41 +00:00
Jeremy C. Reed
81cea5ca88 devel/ncurses/buildlink2.mk moved to mk/curses.buildlink2.mk 2003-09-27 21:58:00 +00:00
Jeremy C. Reed
a19885bed6 I am maintainer. 2003-08-29 15:34:31 +00:00
Thomas Klausner
90baab0823 Use tech-pkg instead of packages (actually, it should be the
committer of the package instead...).
2003-08-29 10:31:21 +00:00
Jeremy C. Reed
92c2fddf9d The Linux /proc file system utilities are tools for reporting about
and modifying the state of the system, including memory, processes,
sending signals to processes, etc. The commands include free, oldps,
pgrep, pkill, ps, skill, snice, sysctl, tload, top, vmstat, w and watch.
(kill is not installed; it is available in the sysutils/util-linux
package.)
This version of procps is maintained by Albert Cahalan, based on
original code from Michael K. Johnson.
2003-05-16 03:20:43 +00:00