Date: Wed, 28 Dec 2022 22:15:29 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 268570] [new port] sysutils/sndy: desktop program for sound switching Message-ID: <bug-268570-7788-XYSxpvL1yu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268570-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-268570-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268570 --- 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 d= o: * add audio and tcl to CATEGORIES as your port deals with audio and is wri= tten in tcl. * replace the explicit dependency to tcl and tk with USES=3Dtcl tk. Refer= to the Porter's handbook for details. If you specifically need version 8.6, y= ou 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+=3D /usr/local/bin/wish8.6 SHEBANG_FILES=3D 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! --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268570-7788-XYSxpvL1yu>