[Bug 268570] [new port] sysutils/sndy: desktop program for sound switching
Date: Wed, 28 Dec 2022 22:15:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268570 --- Comment #3 from Robert Clausecker <fuz@fuz.su> --- (In reply to Clockwork from comment #2) Thank you for the improvements. Here are three further things you should do: * add audio and tcl to CATEGORIES as your port deals with audio and is written in tcl. * replace the explicit dependency to tcl and tk with USES=tcl tk. Refer to the Porter's handbook for details. If you specifically need version 8.6, you can specify that. * for the SHEBANGFIX, I'm sorry that I was not precise enough. You need to supply a list of files that need their shebang fixed. Unfortunately the shebang you use in your sndy script is not recognised by the script. Add tk_OLD_CMD+= /usr/local/bin/wish8.6 SHEBANG_FILES= sndy to the Makefile to have shebangfix recognise the shebang and fix it. You can omit GH_TAGNAME as it's the same as DISTVERSION. Apart from that, your port looks good! -- You are receiving this mail because: You are the assignee for the bug.