Summary: | devel/gpds: Remove architecture restrictions | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Joel Bodenmann <jbo> | ||||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | eduardo | ||||||
Priority: | --- | Flags: | jbo:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Comment on attachment 235459 [details]
patch
Feedback received via IRC:
- PORTREVISION does not need to be bumped as the package does not need to be reinstalled
- Commit message lacks information as to why this is happening.
Will update the patch ASAP.
Created attachment 235465 [details]
patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5831b894d45ecc675bd61a9ac9603b6cb185c7b commit c5831b894d45ecc675bd61a9ac9603b6cb185c7b Author: Joel Bodenmann <jbo@insane.engineer> AuthorDate: 2022-07-25 20:36:27 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-25 20:36:27 +0000 devel/gpds: Remove architecture restrictions - remove ONLY_FOR_ARCHS This port was successfully tested on i386 and arm64/aarch64 and there is in general no reason to believe that it wouldn't work on other architectures. PR: 265423 devel/gpds/Makefile | 4 ---- 1 file changed, 4 deletions(-) Committed, thanks! |
Created attachment 235459 [details] patch Remove ONLY_FOR_ARCHS. This port was successfully tested on i386 and arm64/aarch64 and there is in general no reason to believe that it wouldn't work on other architectures.