Created attachment 259447 [details] devel/msp430-debug-stack.patch This change makes the port: - Install devd configuration file as a sample file so that upon uninstalling the port doesn't accidentally delete the configuration file. See also: https://forums.freebsd.org/threads/protection-of-usr-local-etc-files-or-lack-thereof.97479 Poudriere testport passes on 142amd64-default. Thanks in advance.
Created attachment 259456 [details] replacement mspfet.conf thanks again for the PR. also here is my devd configuration file which I would appreciate if you'd consider adding to the port. the changes include: - add access to the back-channel UART for all launchpad ezFETs and the official msp430 FET programmer - add support for the Olimex ISO programmer - make sure the user can discover the usb device itself - fix space + tab whitespace - reword header text tested on 9 launchpads, 2 standalone programmers, 4 olimex boards and 4 custom boards.
Thank you everybody for submission. I don't have access to MSP430 boards now, so report from people who uses them right now is very valuable. I'll apply changes ASAP!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d6ce04aaa7a5b1c8067321e82e6b95d20dcd144 commit 6d6ce04aaa7a5b1c8067321e82e6b95d20dcd144 Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2025-04-11 11:54:50 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2025-04-11 11:54:50 +0000 devel/msp430-debug-stack: Better devd config installed as sample. 1. Install devd config as sample, to preserve actual config on package removal. 2. Make this config better to support more devices and back-channel UART. PR: 286020 Reported by: Yusuf Yaman <nxjoseph@protonmail.com> [1] Reported by: Petre Rodan <petre.rodan@subdimension.ro> [2] devel/msp430-debug-stack/Makefile | 4 +- devel/msp430-debug-stack/files/mspfet.conf (gone) | 22 --------- .../files/mspfet.conf.sample (new) | 53 ++++++++++++++++++++++ devel/msp430-debug-stack/pkg-plist | 2 +- 4 files changed, 56 insertions(+), 25 deletions(-)
Committed, thanx!