Bug 207924 - [maintainer] Update Port: databases/sqlite3 to 3.11.1
Summary: [maintainer] Update Port: databases/sqlite3 to 3.11.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Mark Felder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-12 15:02 UTC by Pavel Volkov
Modified: 2016-03-14 21:32 UTC (History)
2 users (show)

See Also:


Attachments
Update Port: databases/sqlite3 to 3.11.1 (2.89 KB, patch)
2016-03-12 15:02 UTC, Pavel Volkov
pavelivolkov: maintainer-approval+
Details | Diff
build log (17.26 KB, text/plain)
2016-03-12 15:03 UTC, Pavel Volkov
no flags Details
portlint log (21.36 KB, text/plain)
2016-03-12 15:04 UTC, Pavel Volkov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2016-03-12 15:02:56 UTC
Created attachment 168041 [details]
Update Port: databases/sqlite3 to 3.11.1

- Update port to version 3.11.1
- Added use of system functions:
     isnan() - added in FreeBSD 5.1
     malloc_usable_size() - first appeared in FreeBSD 7.0
- New option FTS3_TOKEN, added for backwards compatibility, see:
  https://www.sqlite.org/compile.html#enable_fts3_tokenizer
- Added preventing message for option UPT_DEL_LIMIT.
  This port building from amalgamation source and this option actually don't work.
  See http://www.sqlite.org/compile.html#enable_update_delete_limit, and
  PR#207383 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207383).
Comment 1 Pavel Volkov 2016-03-12 15:03:55 UTC
Created attachment 168042 [details]
build log
Comment 2 Pavel Volkov 2016-03-12 15:04:28 UTC
Created attachment 168043 [details]
portlint log
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-03-14 21:31:47 UTC
A commit references this bug:

Author: feld
Date: Mon Mar 14 21:31:37 UTC 2016
New revision: 411118
URL: https://svnweb.freebsd.org/changeset/ports/411118

Log:
  databases/sqlite3: Update to 3.11.1

  - Update port to version 3.11.1
  - Added use of system functions:
       isnan() - added in FreeBSD 5.1
       malloc_usable_size() - first appeared in FreeBSD 7.0
  - New option FTS3_TOKEN, added for backwards compatibility, see:
    https://www.sqlite.org/compile.html#enable_fts3_tokenizer
  - Added preventing message for option UPT_DEL_LIMIT.
    This port building from amalgamation source and this option actually don't work.
    See http://www.sqlite.org/compile.html#enable_update_delete_limit, and
    PR#207383 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207383).

  PR:		207924

Changes:
  head/databases/sqlite3/Makefile
  head/databases/sqlite3/distinfo
Comment 4 Mark Felder freebsd_committer freebsd_triage 2016-03-14 21:32:33 UTC
Committed, thanks!