aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* * Updated to 3.19.3Richard Gallamore2017-06-101-1/+1
| | | | | | | | | | | | | - 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
* Update to 3.19.2Sunpoet Po-Chuan Hsieh2017-05-301-1/+4
| | | | | | | | | 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
* Update to 3.18.0Sunpoet Po-Chuan Hsieh2017-04-011-1/+1
| | | | | | | | | 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
* Update databases/sqlite3 to 3.17.0Kirill Ponomarev2017-02-211-2/+7
| | | | | | | | | | PR: 217223 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9669 Notes: svn path=/head/; revision=434531
* - Update to 3.16.2Dmitry Marakasov2017-01-161-3/+2
| | | | | | | | PR: 216107 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=431637
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-4/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* Improve the way CFLAGS and CPPFLAGS are set.Raphael Kubo da Costa2016-12-251-5/+10
| | | | | | | | | | | | | | | | | | | | | ":?" 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
* devel/icu: update to 58.1Jan Beich2016-11-191-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* databases/sqlite3: update to 3.15.1Jan Beich2016-11-161-3/+4
| | | | | | | | | | | | - 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
* Update to 3.15.0.Adam Weinberger2016-11-151-2/+5
| | | | | | | | PR: 214214 Submitted by: maintainer (Pavel Volkov) Notes: svn path=/head/; revision=426172
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Update to version 3.14.1Pawel Pekala2016-08-231-4/+11
| | | | | | | | | | - Add UNKNOWN_SQL option PR: 211724 Submitted by: Pavel Volkov (maintainer) Notes: svn path=/head/; revision=420742
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | 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
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-0/+1
| | | | Notes: svn path=/head/; revision=418119
* - Update to 3.13.0Dmitry Marakasov2016-05-291-2/+7
| | | | | | | | | | - Add option for session extension PR: 209827 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=416106
* databases/sqlite3: 3.12.1 -> 3.12.2Kurt Jaeger2016-05-061-2/+4
| | | | | | | | | | | | | 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
* databases/sqlite3: 3.11.1 -> 3.12.1Kurt Jaeger2016-04-131-1/+1
| | | | | | | | | | | Changes: https://www.sqlite.org/changes.html PR: 208674 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=413212
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* databases/sqlite3: Update to 3.11.1Mark Felder2016-03-141-5/+12
| | | | | | | | | | | | | | | | | | - 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
* databases/sqlite3: Enable one of the command line editing optionsKurt Jaeger2016-02-111-5/+8
| | | | | | | | | | | | - 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
* databases/sqlite3: remove CONFLICTS=sqlcipher-[0-9]*, no longer trueKurt Jaeger2016-02-051-2/+0
| | | | | | | | | PR: 206860 Submitted by: yuri@rawbw.com Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=408266
* libtool --finish is a nop on FreeBSD, remove faulty pkg-install scriptAntoine Brodin2016-01-211-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=406878
* databases/sqlite3: 3.10.0 -> 3.10.2Kurt Jaeger2016-01-211-1/+1
| | | | | | | | | | | 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
* Add Public Domain support to ports license framework. You can now useDmitry Marakasov2016-01-121-4/+1
| | | | | | | | | | | | | | | | 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
* - Update to 3.10.0Frederic Culot2016-01-111-28/+42
| | | | | | | | | | | | | | | - 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
* Update to upstream release 3.9.2Thomas Zander2015-11-071-1/+1
| | | | | | | | PR: 204318 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=401015
* Update to 3.9.1.Mathieu Arnold2015-10-201-6/+22
| | | | | | | | | PR: 203892 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399854
* databases/sqlite3: enable DBSTAT by default for firefox 41+Jan Beich2015-09-271-2/+3
| | | | | | | | | PR: 200853 Reviewed by: milios@ccsys.com Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=398061
* - Update to 3.8.11.1Sunpoet Po-Chuan Hsieh2015-08-231-4/+6
| | | | | | | | | | | | | - 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
* - Update to 3.8.10.2Frederic Culot2015-06-091-1/+1
| | | | | | | | | 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
* databases/sqlite3, databases/tcl-sqlite3: update to 3.8.10.1Jan Beich2015-05-121-4/+7
| | | | | | | | | | | | | | - 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
* Backout r384095 for breaking databases/tcl-sqlite3Jan Beich2015-04-171-2/+3
| | | | | | | | | | | | | | | | 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
* Revert DISTNAME change by using proper PORTVERSIONJan Beich2015-04-161-2/+2
| | | | | | | | | | | | $ 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
* Update to version 3.8.9Jan Beich2015-04-161-2/+2
| | | | | | | | | | | 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
* Update to version 3.8.8.3Pawel Pekala2015-03-271-1/+1
| | | | | | | | PR: 198786 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=382430
* databases category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+1
| | | | | | | | | Note: virtuoso did not pass check-plist from before, so it was fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382201
* Update to version 3.8.8.2Pawel Pekala2015-02-111-2/+2
| | | | | | | | | PR: 197285 Submitted by: rsimmons0@gmail.com Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=378846
* Update to 3.8.8.1Guido Falsi2015-01-281-2/+2
| | | | | | | | | PR: 197082 Submitted by: rsimmons0 at gmail.com Approved by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer) Notes: svn path=/head/; revision=378047
* databases/sqlite3: Upgrade version 3.8.7.4 => 3.8.8John Marino2015-01-201-4/+12
| | | | | | | | PR: 196872 Submitted by: maintainer (Pavel Volkov) Notes: svn path=/head/; revision=377561
* Update to version 3.8.7.4Thomas Zander2014-12-291-2/+2
| | | | | | | | | PR: 196275 Submitted by: rsimmons0@gmail.com Approved by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=375778
* - Update to 3.8.7.2Danilo Egea Gondolfo2014-11-221-3/+4
| | | | | | | | PR: 195062 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=373065
* Add READLINE option and conditionally add readline to USES, thisGuido Falsi2014-11-011-3/+9
| | | | | | | | | | | | | | 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
* - Update to 3.8.7Frederic Culot2014-10-311-4/+4
| | | | | | | | | 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
* Update to 3.8.6.Adam Weinberger2014-08-231-3/+2
| | | | | | | | PR: 192830, 192831 Submitted by: maintainer Notes: svn path=/head/; revision=365800
* - Use proper strippingMartin Wilke2014-06-271-7/+6
| | | | | | | | - Don't keep la file since shlib got downgraded in r359529 - Bump PORTREVISION Notes: svn path=/head/; revision=359585
* - Update to 3.8.5Martin Wilke2014-06-271-6/+6
| | | | | | | PR: 190746 Notes: svn path=/head/; revision=359529
* - Update to 3.8.4.3Frederic Culot2014-05-201-6/+6
| | | | | | | | | 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
* - Update to 3.8.4.2Frederic Culot2014-04-051-2/+2
| | | | | | | | | 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
* Update to version 3.8.4.1Pawel Pekala2014-03-151-2/+2
| | | | | | | | PR: ports/187604 Submitted by: maintainer Notes: svn path=/head/; revision=348361
* - Update to 3.8.4Frederic Culot2014-03-131-2/+2
| | | | | | | | | 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