Summary: | lang/urweb: Update to 20200209, Fix build on FreeBSD 12,13 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Timothy Beyer <beyert> |
Component: | Individual Port(s) | Assignee: | Muhammad Moinur Rahman <bofh> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | beyert, bofh, lwhsu |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | Flags: | beyert:
maintainer-feedback+
koobs: merge-quarterly? |
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | 261820 | ||
Bug Blocks: | |||
Attachments: |
Description
Timothy Beyer
2022-02-21 03:13:33 UTC
Created attachment 231977 [details]
[PATCH] update lang/urweb with latest version (20200209), fix build on FreeBSD 12,13, update LIB_DEPENDS, address portlint warnings
*** Bug 262081 has been marked as a duplicate of this bug. *** @Maintainer What is the relationship between bug 261820 (mlton) and this issue (urweb), if any? (In reply to Kubilay Kocak from comment #3) lang/urweb depends on lang/mlton for build, and as you can see on https://www.freshports.org/lang/mlton, the build servers are having issues building on i386 (which I suspect is due to out of control memory usage during the zone pass), which the patches to mlton should address. Created attachment 233981 [details]
[PATCH] update lang/urweb with latest version (20200209), build on poudriere, fix build on FreeBSD 12,13, update LIB_DEPENDS, address portlint warnings
As with my updated and corrected patch to lang/mlton, here is a revised patch that is built on poudriere in numerous configurations.
To clarify, I am the maintainer of both this port and lang/mlton.
Created attachment 233986 [details]
[PATCH] update lang/urweb with latest version (20200209), build on poudriere, fix build on FreeBSD 12,13, update LIB_DEPENDS, address portlint warnings
fix subject in patch, but otherwise identical
As mentioned earlier taking this port as this is marked for deletion today. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecae8fdb1f74efed8659989b9203961da8c3f1c1 commit ecae8fdb1f74efed8659989b9203961da8c3f1c1 Author: Timothy Beyer <beyert@cs.ucr.edu> AuthorDate: 2023-03-21 06:14:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-03-21 06:19:54 +0000 lang/urweb: Update version 20150520=>20200209 - Unbreak port for modern FreeBSD versions, such as FreeBSD 12 and 13, and likely 14 - Update LIB_DEPENDS with new dependencies - Pet portlint - While I(bofh) am here pet portclippy/portfmt - Utilize OPTIONSNG PR: 262082 lang/urweb/Makefile | 78 +++++++++++---------------- lang/urweb/distinfo | 5 +- lang/urweb/files/patch-src__c__urweb.c (gone) | 11 ---- lang/urweb/pkg-plist | 24 +++++---- 4 files changed, 49 insertions(+), 69 deletions(-) Please send git diffs from next time. |