Bug 267608

Summary: net-im/dino: do not stop fetch for sqlite3 dependency
Product: Ports & Packages Reporter: Bryan Baldwin <bryan>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (ashish)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bryan Baldwin 2022-11-06 23:28:20 UTC
Is it really necessary to block user's fetching distfiles for a check if sqlite3 is installed with UNICODE61 enabled?

Can this be pushed to a later stage when it matters?
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-12 03:07:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=44471d06e0eadb0f9e929281938ed8db434d45be

commit 44471d06e0eadb0f9e929281938ed8db434d45be
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2022-11-12 02:57:53 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2022-11-12 02:58:53 +0000

    net-im/dino: Update to 0.3.1

    - Add option for notifications sound
    - Remove the upstreamed patch
    - Move SQLite3 dependency check to pre-configure[0]

    PR:             267608 [0]
    Reported by:    Bryan Baldwin <bryan at katofiad dot co dot nz> [0]

 net-im/dino/Makefile                                       | 14 +++++++++-----
 net-im/dino/distinfo                                       |  6 +++---
 ...patch-libdino_src_service_call__peer__state.vala (gone) | 14 --------------
 net-im/dino/pkg-plist                                      |  1 +
 4 files changed, 13 insertions(+), 22 deletions(-)
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2022-11-12 08:58:43 UTC
This should not block fetching of distfiles anymore.

Thanks for letting me know.