Bug 274884 - www/hedgedoc: resurrect port
Summary: www/hedgedoc: resurrect port
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dave Cottlehuber
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2023-11-03 06:22 UTC by Kelly Hays
Modified: 2023-11-16 07:56 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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/}