sysutils/dtrace-toolkit: Clean up and take maintainership

Also, make pkg-message a bit less dramatic.
This commit is contained in:
Mateusz Piotrowski
2021-05-18 00:11:18 +02:00
parent 6127c9568c
commit 54e41667ed
2 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Collection of useful scripts for DTrace
LICENSE= CDDL
@@ -17,11 +17,6 @@ GH_ACCOUNT= opendtrace
GH_PROJECT= toolkit
GH_TAGNAME= f36d00b
USE_RUBY= yes
SHEBANG_LANG= sh
sh_OLD_CMD= /usr/bin/sh ./sh
sh_CMD= ${SH}
perl_OLD_CMD= \\./perl
ruby_OLD_CMD= \\./ruby
SHEBANG_FILES= Apps/shellsnoop \
Code/Perl/func_abc.pl \
Code/Perl/func_malloc.pl \
@@ -73,6 +68,11 @@ SHEBANG_FILES= Apps/shellsnoop \
rwsnoop \
rwtop \
statsnoop
SHEBANG_LANG= sh
sh_OLD_CMD= /usr/bin/sh ./sh
sh_CMD= ${SH}
perl_OLD_CMD= \\./perl
ruby_OLD_CMD= \\./ruby
NO_BUILD= yes

View File

@@ -1,10 +1,8 @@
[
{ type: install
message: <<EOM
At this point it is prudent to remind you that DTrace
support in FreeBSD is incomplete and experimental. Many of
these scripts will not work as they are either too Solaris
specific or use probes which are unsupported at this time.
Many of the DTraceToolkit scripts will not work as they are either too
Solaris-specific or use probes which are unsupported at this time on FreeBSD.
EOM
}
]