Bug 276847 - net/delegate:fix source && pet pkg-fallout@
Summary: net/delegate:fix source && pet pkg-fallout@
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL:
Keywords: easy
Depends on:
Blocks:
 
Reported: 2024-02-05 23:07 UTC by Chris Hutchinson
Modified: 2024-02-08 16:53 UTC (History)
1 user (show)

See Also:


Attachments
patch net/delegate (1.73 KB, patch)
2024-02-05 23:07 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2024-02-05 23:07:29 UTC
Created attachment 248210 [details]
patch net/delegate

recent building on 15-CURRENT uncovered a problem
with the source. I've addressed it in the attached patch.

bumps PORTREVISION

adds files/patch-src_spinach.c

That's it.

Thanks!

--Chris

P.S. I'm it's maintainer, approval implicit. ;)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-08 16:53:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab417bbaf11caff58297599ca2e5e6fec23fa533

commit ab417bbaf11caff58297599ca2e5e6fec23fa533
Author:     Chris Hutchinson <portmaster@bsdforge.com>
AuthorDate: 2024-02-07 08:09:17 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-02-08 16:52:41 +0000

    net/delegate: fix source

    Recent building on 15-CURRENT uncovered a problem with the source.

    PR:             276847
    Reported by:    portmaster@bsdforge.com (maintainer)

 net/delegate/Makefile                        |  2 +-
 net/delegate/files/patch-src_spinach.c (new) | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-02-08 16:53:18 UTC
Committed,

Thanks!