Created attachment 255971 [details] the patch file It has been a while since I have done any porting, I wanted to play with egg drop and noticed it was a version behind. in my attempt at updating I have done the following. Updated to version 1.10.0 Updated new distfile Added and removed some Docs Add a simple patch for pycmds.c I did not think it needed a patch file so I did a rein place cmd for it if this wrong let me know this passed all make check-plist stage-qa package but was not ran in poudriere.
*** Bug 283432 has been marked as a duplicate of this bug. ***
Hi Chris, do you want to be its maintainer?
(In reply to Zsolt Udvari from comment #2) Yeah I can be maintainer
Why did you add USE_GCC? I can build without it.
(In reply to Zsolt Udvari from comment #4) forgot to remove it after I figured out the issues was an include file not compiler.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd74609c120546646c4fabb08a7be5883f18d79d commit fd74609c120546646c4fabb08a7be5883f18d79d Author: Chris Petrik <cpetrik@proton.me> AuthorDate: 2024-12-22 09:34:25 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-12-22 09:37:43 +0000 irc/eggdrop: Update to 1.10.0 Use compiler:c11. Use TCL_INCLUDEDIR and TCL_LIBDIR variables in CONFIGURE_ARGS. Pet portfmt. Submitter takes maintainership. Changelog: https://github.com/eggheads/eggdrop/blob/develop/NEWS PR: 283431 irc/eggdrop/Makefile | 44 ++++++++++++++++++------------------ irc/eggdrop/distinfo | 6 ++--- irc/eggdrop/files/patch-eggdrop.conf | 31 ++++++++++++------------- irc/eggdrop/pkg-plist | 11 ++++++++- 4 files changed, 50 insertions(+), 42 deletions(-)
Committed, thanks!