| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a bug associated with auto_vacuum that can lead to database corruption
PR: 219902
Submitted by: pavelivolkov@gmail.com (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: pavelivolkov@gmail.com (maintainer), lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11132
Notes:
svn path=/head/; revision=443102
|
| |
|
|
|
|
|
|
|
| |
Changes: https://www.sqlite.org/releaselog/3_19_2.html
PR: 219592
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=442077
|
| |
|
|
|
|
|
|
|
| |
Changes: https://www.sqlite.org/releaselog/3_18_0.html
PR: 218286
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=437425
|
| |
|
|
|
|
|
|
|
|
| |
PR: 217223
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9669
Notes:
svn path=/head/; revision=434531
|
| |
|
|
|
|
|
|
| |
PR: 216107
Submitted by: pavelivolkov@gmail.com (maintainer)
Notes:
svn path=/head/; revision=431637
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=430947
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
":?" is not supported by fmake from FreeBSD 9, so replace it with an explicit
version check. The end result was still the desired one (-DHAVE_STRCHRNUL=1 was
not passed on FreeBSD 9).
While here, also improve the version check by including DragonFly (which
supports strchrnul(3) according to its online man page) and restricting the
FreeBSD version check to the revision range after strchrnul(3) was added to
base.
Also stop passing -Os when building in debug mode, and set UNICODE61_CPPFLAGS
to pet portlint.
PR: 214608
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
MFH: 2016Q4
Notes:
svn path=/head/; revision=429442
|
| |
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
Notes:
svn path=/head/; revision=426525
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add missing deps for `pkg-config sqlite3 --libs --static`
Changes: https://sqlite.org/releaselog/3_15_1.html
ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/
PR: 214569
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=426253
|
| |
|
|
|
|
|
|
| |
PR: 214214
Submitted by: maintainer (Pavel Volkov)
Notes:
svn path=/head/; revision=426172
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=422711
|
| |
|
|
|
|
|
|
|
|
| |
- Add UNKNOWN_SQL option
PR: 211724
Submitted by: Pavel Volkov (maintainer)
Notes:
svn path=/head/; revision=420742
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=418153
|
| |
|
|
| |
Notes:
svn path=/head/; revision=418119
|
| |
|
|
|
|
|
|
|
|
| |
- Add option for session extension
PR: 209827
Submitted by: pavelivolkov@gmail.com (maintainer)
Notes:
svn path=/head/; revision=416106
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
https://www.sqlite.org/releaselog/3_12_2.html
- change to default on options FTS3_TOKEN, as required by
audio/clementine-player
PR: 209284
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=414699
|
| |
|
|
|
|
|
|
|
|
|
| |
Changes:
https://www.sqlite.org/changes.html
PR: 208674
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=413212
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=411118
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- The last update to sqlite3 disabled readline support
- Now several variants can be selected.
PR: 206944
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=408698
|
| |
|
|
|
|
|
|
|
| |
PR: 206860
Submitted by: yuri@rawbw.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=408266
|
| |
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=406878
|
| |
|
|
|
|
|
|
|
|
|
| |
Changes:
https://www.sqlite.org/releaselog/3_10_2.html
PR: 206463
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=406876
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149
Notes:
svn path=/head/; revision=405874
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add options to choose the command line library used by shell tools
- Add option for static linking
- Add option to compile sqlite with SQLITE_LIKE_DOESNT_MATCH_BLOBS option
- Remove option TEMP_CACHE_SIZE
- Cosmetic changes
Changes: http://www.sqlite.org/releaselog/3_10_0.html
PR: 206062
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=405783
|
| |
|
|
|
|
|
|
| |
PR: 204318
Submitted by: pavelivolkov@gmail.com (maintainer)
Notes:
svn path=/head/; revision=401015
|
| |
|
|
|
|
|
|
|
| |
PR: 203892
Submitted by: maintainer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=399854
|
| |
|
|
|
|
|
|
|
| |
PR: 200853
Reviewed by: milios@ccsys.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=398061
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Sort USES
- Cosmetic change
Changes: https://www.sqlite.org/releaselog/3_8_11_1.html
PR: 202568
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=395101
|
| |
|
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_10_2.html
PR: 200669
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=388900
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add option SQLITE_ENABLE_DBSTAT_VTAB
- Create patches for port with 'makepatch'
Changes: https://sqlite.org/releaselog/3_8_10_1.html
ACC report: http://upstream-tracker.org/compat_reports/sqlite/3080900_to_3081001/abi_compat_report.html
PR: 200150
PR: 200151
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=386160
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PACKAGE_VERSION is 3.8.9, not 3.8.9.0. tcl-sqlite3 uses it for
naming shared library. Also saved in pkg-config --modversion.
Bump PORTREVISION to make sure both ports are on the same PORTVERSION.
PR: 199312
PR: 199313
Reported by: pkg-fallout
Requested by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Pointy hat: jbeich
Notes:
svn path=/head/; revision=384137
|
| |
|
|
|
|
|
|
|
|
|
|
| |
$ pkg version --test-version 3.8.9 3.8.9.0
=
PR: 199312 (fixup)
PR: 199313 (fixup)
Submitted by: mat
Notes:
svn path=/head/; revision=384095
|
| |
|
|
|
|
|
|
|
|
|
| |
Changes: https://sqlite.org/releaselog/3_8_9.html
ACC report: http://upstream-tracker.org/compat_reports/sqlite/3080803_to_3080900/abi_compat_report.html
PR: 199312
PR: 199313
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=384086
|
| |
|
|
|
|
|
|
| |
PR: 198786
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=382430
|
| |
|
|
|
|
|
|
|
| |
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382201
|
| |
|
|
|
|
|
|
|
| |
PR: 197285
Submitted by: rsimmons0@gmail.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=378846
|
| |
|
|
|
|
|
|
|
| |
PR: 197082
Submitted by: rsimmons0 at gmail.com
Approved by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=378047
|
| |
|
|
|
|
|
|
| |
PR: 196872
Submitted by: maintainer (Pavel Volkov)
Notes:
svn path=/head/; revision=377561
|
| |
|
|
|
|
|
|
|
| |
PR: 196275
Submitted by: rsimmons0@gmail.com
Approved by: pavelivolkov@gmail.com (maintainer)
Notes:
svn path=/head/; revision=375778
|
| |
|
|
|
|
|
|
| |
PR: 195062
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=373065
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
fixes command line editing on head, which does not install libreadline
anymore in base.
While heere also add ncurses USES.
PR: 194717
Submitted by: me
Approved by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=372001
|
| |
|
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_7.html
PR: ports/194554
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=371782
|
| |
|
|
|
|
|
|
| |
PR: 192830, 192831
Submitted by: maintainer
Notes:
svn path=/head/; revision=365800
|
| |
|
|
|
|
|
|
| |
- Don't keep la file since shlib got downgraded in r359529
- Bump PORTREVISION
Notes:
svn path=/head/; revision=359585
|
| |
|
|
|
|
|
| |
PR: 190746
Notes:
svn path=/head/; revision=359529
|
| |
|
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_4_3.html
PR: ports/189985
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=354630
|
| |
|
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_4_2.html
PR: ports/1878224
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=350195
|
| |
|
|
|
|
|
|
| |
PR: ports/187604
Submitted by: maintainer
Notes:
svn path=/head/; revision=348361
|
| |
|
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_4.html
PR: ports/187445
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=348051
|