Bug 283431 - irc/eggdrop: update to 1.10.0
Summary: irc/eggdrop: update to 1.10.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Zsolt Udvari
URL:
Keywords:
: 283432 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-12-20 05:11 UTC by Chris Petrik
Modified: 2024-12-22 09:38 UTC (History)
1 user (show)

See Also:


Attachments
the patch file (5.15 KB, patch)
2024-12-20 05:11 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petrik 2024-12-20 05:11:25 UTC
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.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2024-12-20 07:57:08 UTC
*** Bug 283432 has been marked as a duplicate of this bug. ***
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-12-20 19:47:28 UTC
Hi Chris, do you want to be its maintainer?
Comment 3 Chris Petrik 2024-12-20 22:15:44 UTC
(In reply to Zsolt Udvari from comment #2)
Yeah I can be maintainer
Comment 4 Zsolt Udvari freebsd_committer freebsd_triage 2024-12-21 19:57:35 UTC
Why did you add USE_GCC? I can build without it.
Comment 5 Chris Petrik 2024-12-21 21:38:02 UTC
(In reply to Zsolt Udvari from comment #4)
forgot to remove it after I figured out the issues was an include file not compiler.
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-12-22 09:38:11 UTC
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(-)
Comment 7 Zsolt Udvari freebsd_committer freebsd_triage 2024-12-22 09:38:28 UTC
Committed, thanks!