Bug 253302

Summary: comms/iwmbt-firmware is unfetchable
Product: Ports & Packages Reporter: Filipe da Silva Santos <contact>
Component: Individual Port(s)Assignee: Vladimir Kondratyev <wulf>
Status: Closed FIXED    
Severity: Affects Some People CC: arrowd, fixer, lwhsu, newton.ja.terry
Priority: --- Flags: bugzilla: maintainer-feedback? (wulf)
Version: Latest   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
iwmbt-firmware.patch
none
iwmbt-firmware.patch
none
update comms/iwmbt-firmware to DEB_REVISION 3 none

Description Filipe da Silva Santos 2021-02-06 17:36:17 UTC
firmware-iwlwifi_20190717-2_all.deb is unfetchable in all Debian mirrors.
firmware-iwlwifi_20201218-3_all.deb is now avaiable file.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2021-02-07 02:39:07 UTC
Latest is 20201218-3 https://packages.debian.org/search?keywords=firmware-iwlwifi
Comment 2 Vladimir Kondratyev freebsd_committer freebsd_triage 2021-02-07 04:20:52 UTC
Created attachment 222234 [details]
iwmbt-firmware.patch
Comment 3 Vladimir Kondratyev freebsd_committer freebsd_triage 2021-02-07 04:22:47 UTC
Please test attached patch.
Comment 4 Filipe da Silva Santos 2021-02-07 15:05:59 UTC
There is an error with this diff:

pkg-static: Unable to access file /usr/ports/comms/iwmbt-firmware/work/stage/usr/local/share/iwmbt-firmware/ibt-20-1-4.sfi@owner:No such file or directory
*** Error code 1

Thanks for your support!
Comment 5 Li-Wen Hsu freebsd_committer freebsd_triage 2021-02-07 15:10:54 UTC
(In reply to filipeazero from comment #4)
It builds fine on my side, you probably want to check your pkg-plist is correctly patched?
Comment 6 Filipe da Silva Santos 2021-02-07 15:14:21 UTC
(In reply to Li-Wen Hsu from comment #5)

Diff patch actually works, the first run hadn't installed it because the directory was not clean. After an 'make clean', it builds fine.

Thank you!
Comment 7 Vladimir Kondratyev freebsd_committer freebsd_triage 2021-05-03 17:13:10 UTC
Created attachment 224635 [details]
iwmbt-firmware.patch

Update to 20210315 version
Enable 7260 firmwares
Comment 8 Gleb Popov freebsd_committer freebsd_triage 2021-05-04 11:55:42 UTC
Port changes look fine, please commit.
Comment 9 commit-hook freebsd_committer freebsd_triage 2021-05-04 23:17:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=676dbc240b8a238312ca4447651ec8f9734c2f78

commit 676dbc240b8a238312ca4447651ec8f9734c2f78
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2021-05-04 23:15:01 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2021-05-04 23:15:57 +0000

    comms/iwmbt-firmware: Update to 20210315 revision 2

    This change adds firmwares for Intel wireless 7260/7265 adaptors

    Approved by:    arrowd
    PR:             253302

 comms/iwmbt-firmware/Makefile  |  9 ++++-----
 comms/iwmbt-firmware/distinfo  |  6 +++---
 comms/iwmbt-firmware/pkg-plist | 21 +++++++++++++++++++++
 3 files changed, 28 insertions(+), 8 deletions(-)
Comment 10 Newton Terry 2021-09-05 11:09:10 UTC
Created attachment 227678 [details]
update comms/iwmbt-firmware to DEB_REVISION 3

comms/iwmbt-firmware is unfetchable again.

Latest is 20210315-3 https://packages.debian.org/search?keywords=firmware-iwlwifi
Comment 11 commit-hook freebsd_committer freebsd_triage 2021-09-05 15:12:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=346d313e7e5ac2adc71a1bfdb5ad6f263d237be5

commit 346d313e7e5ac2adc71a1bfdb5ad6f263d237be5
Author:     Newton Terry <newton.ja.terry@gmail.com>
AuthorDate: 2021-09-05 15:10:58 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-09-05 15:12:01 +0000

    comms/iwmbt-firmware: Update distinfo.

    PR:             253302

    Tested by:      arrowd

 comms/iwmbt-firmware/Makefile | 2 +-
 comms/iwmbt-firmware/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 12 Gleb Popov freebsd_committer freebsd_triage 2021-09-05 15:14:14 UTC
(In reply to Newton Terry from comment #10)
Thanks for the heads-up, Newton. I pushed your patch.