Bug 265423 - devel/gpds: Remove architecture restrictions
Summary: devel/gpds: Remove architecture restrictions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-24 19:09 UTC by Joel Bodenmann
Modified: 2022-07-25 20:39 UTC (History)
1 user (show)

See Also:
jbo: maintainer-feedback+


Attachments
patch (919 bytes, patch)
2022-07-24 19:09 UTC, Joel Bodenmann
jbo: maintainer-approval-
Details | Diff
patch (904 bytes, patch)
2022-07-25 13:00 UTC, Joel Bodenmann
jbo: maintainer-approval+
Details | Diff

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