Bug 265423

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:
Description Flags
patch
jbo: maintainer-approval-
patch jbo: maintainer-approval+

Description Joel Bodenmann freebsd_committer freebsd_triage 2022-07-24 19:09:39 UTC
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.
Comment 1 Joel Bodenmann freebsd_committer freebsd_triage 2022-07-24 20:03:14 UTC
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.
Comment 2 Joel Bodenmann freebsd_committer freebsd_triage 2022-07-25 13:00:16 UTC
Created attachment 235465 [details]
patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-07-25 20:39:25 UTC
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(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-25 20:39:51 UTC
Committed, thanks!