Summary: | devel/sope2: fix build on armv7 arm64 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Robert Clausecker <fuz> | ||||
Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | acm, grahamperrin | ||||
Priority: | --- | Flags: | fuz:
maintainer-feedback-
fuz: merge-quarterly? |
||||
Version: | Latest | ||||||
Hardware: | arm | ||||||
OS: | Any | ||||||
URL: | https://www.freshports.org/devel/sope2/ | ||||||
Attachments: |
|
maintainer timeout Comment on attachment 238001 [details]
devel/sope2: fix build on armv7 arm64
maintainer timeout on patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8690517ab0871935aae7f95a305c9b8815993b14 commit 8690517ab0871935aae7f95a305c9b8815993b14 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2023-01-12 19:47:16 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-01-12 19:48:59 +0000 devel/sope2: Fix build on armv7 arm64 - Bump PORTREVISION PR: 267694 devel/sope2/Makefile | 4 ++++ www/sogo2/Makefile | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) Committed thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bdd13c7aae095b1710dd0d95c1f6dec71528665 commit 8bdd13c7aae095b1710dd0d95c1f6dec71528665 Author: Martin Waschbüsch <martin@waschbuesch.de> AuthorDate: 2023-01-12 21:01:06 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-01-12 21:01:06 +0000 www/sogo: Update to 5.8.0 - Fix build on armv7 arm64 - www/sogo-activesync: Fix issues on login time - Makefile clean up PR: 267607 267694 268591 268592 Reported by: Robert Clausecker <fuz at fuz.su>, Martin Waschbüsch <martin at waschbuesch.de>, bugreporter01 at freebox.dk devel/sope/Makefile | 46 ++++++++++++++++++++++++---------------------- devel/sope/distinfo | 6 +++--- www/sogo/Makefile | 39 +++++++++++++++++++++------------------ www/sogo/distinfo | 6 +++--- www/sogo/pkg-plist | 7 +++++-- 5 files changed, 56 insertions(+), 48 deletions(-) |
Created attachment 238001 [details] devel/sope2: fix build on armv7 arm64 Replace config.sub, config.guess with variant from TEMPLATES to teach the build system how to detect architectures on FreeBSD. Tested with Poudriere on armv7 arm64 FreeBSD 13.1. Please MFH if possible.