1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/delve/pkg-message
Fernando Apesteguía 3e5955c7bb devel/delve: Update to 1.4.1
Too many changes. Here is ChangeLog:
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#141-2020-05-22

PR:	246704
Submitted by:	dmitry.wagin@ya.ru (maintainer)
2020-05-25 11:26:51 +00:00

16 lines
346 B
Plaintext

[
{ type: install
message: <<EOM
Please execute the following commands to prep this system to run delve:
echo "# required for delve" >>/etc/sysctl.conf.local
echo "security.bsd.unprivileged_proc_debug=1" >>/etc/sysctl.conf.local
Then, either reboot or run the following commands to implement the above
changes:
service sysctl reload
EOM
}
]