Bug 274884

Summary: www/hedgedoc: resurrect port
Product: Ports & Packages Reporter: Kelly Hays <j.kelly.hays>
Component: Individual Port(s)Assignee: Dave Cottlehuber <dch>
Status: In Progress ---    
Severity: Affects Some People CC: dch, fernape, fuz, niels=freebsd
Priority: --- Keywords: needs-patch
Version: Latest   
Hardware: Any   
OS: Any   

Description Kelly Hays 2023-11-03 06:22:52 UTC
Hedgedoc was removed due to node16 EOL.
Maintainer requested PR via email as reminder to resurrect it with newer node.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-11-03 07:43:17 UTC
Cool!

If you do, please apply this patch to fix the build on arm:

-PLIST_SUB+=    ARCH=${ARCH:S/aarch64/arm64/:S/amd64/x64/}                                                             
+PLIST_SUB+=    ARCH=${ARCH:S/aarch64/arm64/:S/amd64/x64/:C/armv./arm/}
Comment 2 Kelly Hays 2024-05-04 12:24:55 UTC
Any progress on this?