Bug 285149 - www/lighttpd: config files not patched correctly
Summary: www/lighttpd: config files not patched correctly
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: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-04 05:07 UTC by Samuel Chow
Modified: 2025-03-27 12:31 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (pkubaj)


Attachments
Patch to the Makefile (780 bytes, patch)
2025-03-04 05:07 UTC, Samuel Chow
no flags Details | Diff
Patch to the Makefile (806 bytes, patch)
2025-03-07 05:12 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Chow 2025-03-04 05:07:22 UTC
Created attachment 258272 [details]
Patch to the Makefile

Given the configurations essentially got moved to the annotated config file, the port Makefile requires some modifications. See attached for the patch. Thanks.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2025-03-07 05:12:41 UTC
Created attachment 258388 [details]
Patch to the Makefile

^Triage: rebase patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-03-16 01:14:32 UTC
A commit in branch main references this bug:

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

commit fe1fd567855031114eca44f187f920de90d1268a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-03-11 01:35:58 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-03-16 01:14:03 +0000

    www/lighttpd: patch config files correctly

    PR:     285149
    Submitted by: Samuel Chow (cyschow@shaw.ca)

 www/lighttpd/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2025-03-27 12:31:10 UTC
Fixed, thanks!