Kirill Ponomarev
a43611575e
Update databases/sqlite3 to 3.17.0
...
PR: 217223
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9669
2017-02-21 14:33:28 +00:00
Dmitry Marakasov
edc8d233d3
- Update to 3.16.2
...
PR: 216107
Submitted by: pavelivolkov@gmail.com (maintainer)
2017-01-16 12:57:51 +00:00
Dmitry Marakasov
9d79e7b146
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
...
Approved by: portmgr blanket
2017-01-09 13:16:49 +00:00
Raphael Kubo da Costa
dfb7ea9e3f
Improve the way CFLAGS and CPPFLAGS are set.
...
":?" 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
2016-12-25 17:17:36 +00:00
Jan Beich
23a96f4a5f
devel/icu: update to 58.1
...
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
2016-11-19 18:21:20 +00:00
Jan Beich
6e9da44108
databases/sqlite3: update to 3.15.1
...
- 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)
2016-11-16 18:10:34 +00:00
Adam Weinberger
62626e11a1
Update to 3.15.0.
...
PR: 214214
Submitted by: maintainer (Pavel Volkov)
2016-11-15 15:28:57 +00:00
Tijl Coosemans
48f4591035
- Update devel/icu to 57.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)
2016-09-24 11:06:57 +00:00
Pawel Pekala
181aaf0c88
- Update to version 3.14.1
...
- Add UNKNOWN_SQL option
PR: 211724
Submitted by: Pavel Volkov (maintainer)
2016-08-23 20:26:24 +00:00
Mathieu Arnold
7acca7e902
Bump PORTREVISION for the icu revert.
...
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
2016-07-06 22:10:14 +00:00
Pietro Cerutti
fb8d8ab5f9
devel/icu: bump PORTREVISION on dependent ports
2016-07-06 07:34:12 +00:00
Dmitry Marakasov
14c50699e0
- Update to 3.13.0
...
- Add option for session extension
PR: 209827
Submitted by: pavelivolkov@gmail.com (maintainer)
2016-05-29 14:14:22 +00:00
Kurt Jaeger
487d975a34
databases/sqlite3: 3.12.1 -> 3.12.2
...
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)
2016-05-06 11:40:28 +00:00
Kurt Jaeger
2853c6c037
databases/sqlite3: 3.11.1 -> 3.12.1
...
Changes:
https://www.sqlite.org/changes.html
PR: 208674
Submitted by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2016-04-13 15:28:26 +00:00
Mathieu Arnold
4e1b79a0a6
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:00:51 +00:00
Mark Felder
580986ca4c
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
2016-03-14 21:31:37 +00:00
Kurt Jaeger
9349bac673
databases/sqlite3: Enable one of the command line editing options
...
- 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)
2016-02-11 20:00:35 +00:00
Kurt Jaeger
d1279a2a1b
databases/sqlite3: remove CONFLICTS=sqlcipher-[0-9]*, no longer true
...
PR: 206860
Submitted by: yuri@rawbw.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2016-02-05 20:42:38 +00:00
Antoine Brodin
ab7d59d5da
libtool --finish is a nop on FreeBSD, remove faulty pkg-install script
...
With hat: portmgr
2016-01-21 21:03:21 +00:00
Kurt Jaeger
e28b68c69e
databases/sqlite3: 3.10.0 -> 3.10.2
...
Changes:
https://www.sqlite.org/releaselog/3_10_2.html
PR: 206463
Submitted by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2016-01-21 20:40:07 +00:00
Dmitry Marakasov
94817f0784
Add Public Domain support to ports license framework. You can now use
...
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
2016-01-12 14:33:21 +00:00
Frederic Culot
8c27d1cc49
- Update to 3.10.0
...
- 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)
2016-01-11 13:27:05 +00:00
Thomas Zander
80f82ba9c7
Update to upstream release 3.9.2
...
PR: 204318
Submitted by: pavelivolkov@gmail.com (maintainer)
2015-11-07 18:26:02 +00:00
Mathieu Arnold
89226726da
Update to 3.9.1.
...
PR: 203892
Submitted by: maintainer
Sponsored by: Absolight
2015-10-20 14:47:12 +00:00
Jan Beich
84eec79bd5
databases/sqlite3: enable DBSTAT by default for firefox 41+
...
PR: 200853
Reviewed by: milios@ccsys.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2015-09-27 21:58:43 +00:00
Sunpoet Po-Chuan Hsieh
604086dd2e
- Update to 3.8.11.1
...
- 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)
2015-08-23 15:18:55 +00:00
Frederic Culot
e7b19abe80
- Update to 3.8.10.2
...
Changes: http://www.sqlite.org/releaselog/3_8_10_2.html
PR: 200669
Submitted by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2015-06-09 07:54:29 +00:00
Jan Beich
c7faea1a4e
databases/sqlite3, databases/tcl-sqlite3: update to 3.8.10.1
...
- 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)
2015-05-12 17:22:26 +00:00
Jan Beich
37b8fa80ac
Backout r384095 for breaking databases/tcl-sqlite3
...
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
2015-04-17 04:39:23 +00:00
Jan Beich
f9832a88f9
Revert DISTNAME change by using proper PORTVERSION
...
$ pkg version --test-version 3.8.9 3.8.9.0
=
PR: 199312 (fixup)
PR: 199313 (fixup)
Submitted by: mat
2015-04-16 10:57:54 +00:00
Jan Beich
4c143e4fe2
Update to version 3.8.9
...
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)
2015-04-16 07:16:24 +00:00
Pawel Pekala
caf28e6cec
Update to version 3.8.8.3
...
PR: 198786
Submitted by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2015-03-27 17:02:30 +00:00
John Marino
8f3cf904a9
databases category: Remove $PTHREAD_LIBS
...
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket
2015-03-25 09:33:52 +00:00
Pawel Pekala
d6d7f4a53b
Update to version 3.8.8.2
...
PR: 197285
Submitted by: rsimmons0@gmail.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2015-02-11 18:45:18 +00:00
Guido Falsi
fcd0b8b533
Update to 3.8.8.1
...
PR: 197082
Submitted by: rsimmons0 at gmail.com
Approved by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
2015-01-28 08:37:39 +00:00
John Marino
f06cf1bdc4
databases/sqlite3: Upgrade version 3.8.7.4 => 3.8.8
...
PR: 196872
Submitted by: maintainer (Pavel Volkov)
2015-01-20 23:17:11 +00:00
Thomas Zander
992e9ac445
Update to version 3.8.7.4
...
PR: 196275
Submitted by: rsimmons0@gmail.com
Approved by: pavelivolkov@gmail.com (maintainer)
2014-12-29 09:23:02 +00:00
Danilo Egea Gondolfo
3446326bae
- Update to 3.8.7.2
...
PR: 195062
Submitted by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2014-11-22 15:47:09 +00:00
Guido Falsi
4f487eae80
Add READLINE option and conditionally add readline to USES, this
...
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)
2014-11-01 10:37:06 +00:00
Frederic Culot
6834220f66
- Update to 3.8.7
...
Changes: http://www.sqlite.org/releaselog/3_8_7.html
PR: ports/194554
Submitted by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2014-10-31 08:20:30 +00:00
Adam Weinberger
5e284ae8a5
Update to 3.8.6.
...
PR: 192830, 192831
Submitted by: maintainer
2014-08-23 20:01:46 +00:00
Martin Wilke
d4126a97f6
- Use proper stripping
...
- Don't keep la file since shlib got downgraded in r359529
- Bump PORTREVISION
2014-06-27 17:17:31 +00:00
Martin Wilke
93d081f9da
- Update to 3.8.5
...
PR: 190746
2014-06-27 14:10:37 +00:00
Frederic Culot
d3fd289b72
- Update to 3.8.4.3
...
Changes: http://www.sqlite.org/releaselog/3_8_4_3.html
PR: ports/189985
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com > (maintainer)
2014-05-20 12:38:09 +00:00
Frederic Culot
64b5c12b0b
- Update to 3.8.4.2
...
Changes: http://www.sqlite.org/releaselog/3_8_4_2.html
PR: ports/1878224
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com > (maintainer)
2014-04-05 06:05:11 +00:00
Pawel Pekala
db85db64ed
Update to version 3.8.4.1
...
PR: ports/187604
Submitted by: maintainer
2014-03-15 18:05:04 +00:00
Frederic Culot
a13fe2098c
- Update to 3.8.4
...
Changes: http://www.sqlite.org/releaselog/3_8_4.html
PR: ports/187445
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com > (maintainer)
2014-03-13 10:25:44 +00:00
Steven Kreuzer
419766da3e
Update to 3.8.3.1
...
PR: ports/186788
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com > (maintainer)
2014-02-17 04:15:13 +00:00
Steven Kreuzer
195af262a4
Update to version 3.8.3
...
Fix LIB_DEPEND
Add missing STRIP_CMD
PR: ports/186456
Submitted by: Eero Hanninen <fax@nohik.ee >
Approved by: Pavel Volkov <pavelivolkov@gmail.com > (maintainer)
2014-02-10 03:46:37 +00:00
Baptiste Daroussin
4650a910d0
Chase boost and icu bump
...
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00