diff options
author | joerg <joerg@FreeBSD.org> | 1997-03-15 10:36:08 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-03-15 10:36:08 +0000 |
commit | 945066a8109e3523cfa28cbc5a45d177ce0ade87 (patch) | |
tree | 0ef5a47f7b6ec70608ddb7835a53ce123d65f7d3 /sysutils/xperfmon/scripts | |
parent | bb790565c0db66b4cc9820466fbc388e6bf50c3d (diff) | |
download | FreeBSD-ports-945066a8109e3523cfa28cbc5a45d177ce0ade87.zip FreeBSD-ports-945066a8109e3523cfa28cbc5a45d177ce0ade87.tar.gz |
Update of xperfmon++ from Lars. The previous port didn't work with
2.2 (says Lars). I have now also moved freebsd_system.c out into a
files subdirectory, it used to be created in its entirety by patch-aa
before which makes maintenance fairly uncomfortable.
I have now verified that it builds and works with FreeBSD 2.1.x
(freefall -- it is really funny to watch it there, the disk transfers
and interrupts remain in the red zone all the time ;-), 3.0-current
(thud), and 2.2.
Submitted by: Lars_Koeller@odie.physik2.Uni-Rostock.DE
OKed by: asami
Diffstat (limited to 'sysutils/xperfmon/scripts')
-rw-r--r-- | sysutils/xperfmon/scripts/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/xperfmon/scripts/configure b/sysutils/xperfmon/scripts/configure new file mode 100644 index 0000000..9604303 --- /dev/null +++ b/sysutils/xperfmon/scripts/configure @@ -0,0 +1,3 @@ +#! /bin/sh + +cp ${FILESDIR}/freebsd_system.c ${WRKSRC}/freebsd_system.c |