| 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
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/}
Any progress on this? |