[Bug 290048] [NEW PORT] mail/goimapnotify: Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE
Date: Sat, 11 Oct 2025 19:26:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290048 --- Comment #3 from Yusuf Yaman <nxjoseph@protonmail.com> --- 1. the COMMENT field exceeds 70 characters, this generates a warn by portlint(1) tool. 2. in PLIST_FILES you can use $PORTNAME instead of writing port's name directly. 3. In my opinion, in GO_BUILDFLAGS, -ldflags should have a '=' value instead of a space but it may not even have a matter at all. 4. portfmt(1) tool which is made for formatting FreeBSD Port Makefiles, did a modification in BUILD_XFLAGS line. I think this is just polishing. Here is the git diff file after going all of this: https://termbin.com/f9iq I did run a 'poudriere testport' and it seems OK. However, when I first run the program as an user, i am greeted with a "no configuration found" warning. I tried to find a sample configuration file but didn't succeed, maybe could copy the one from README.md of gitlab repo, but I don't know. Is it possible to ship the port with a sample configuration? i am not a ports committer but a maintainer, though, i am here trying to help make patches better, trying my best. Thanks. -- You are receiving this mail because: You are the assignee for the bug.