Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2022 00:05:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263907] sqlite package doesn't include sqldiff
Message-ID:  <bug-263907-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263907

            Bug ID: 263907
           Summary: sqlite package doesn't include sqldiff
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd@tim.thechases.com

According to the sqlite site,

  https://www.sqlite.org/sqldiff.html

`sqldiff` should be part of the sqlite.  However, I have sqlite on my FreeB=
SD
box (13.0p8) yet it doesn't seem to include sqldiff, nor do I see sqldiff as
its own package

    $ for p in sqlite{,3} ; do pkg info $p | head -3 ; done
    sqlite-2.8.17_5
    Name           : sqlite
    Version        : 2.8.17_5
    sqlite3-3.37.2,1
    Name           : sqlite3
    Version        : 3.37.2,1
    $ pkg search sqldiff || echo nope
    nope
    $ find /usr/local -name 'sqldiff*' 2>/dev/null # no results
    $ which sqldiff || echo nope
    nope

I'm not sure what's required to either include this as part of the sqlite
package, or to make it its own stand-alone package, but I was encouraged to
report it here:

  https://twitter.com/FreeBSDHelp/status/1524174819742212096

so here's a bug-tracker entry to do so.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263907-7788>