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
Pawel Pekala
eb1cee7fe1
Set on RTREE option by default.
...
It's required for graphics/mapnik, databases/spatialite.
PR: ports/186003
Submitted by: maintainer
2014-01-31 13:57:45 +00:00
Raphael Kubo da Costa
68823e72d9
- Update to 3.8.2
...
- Don't add RTREE by default
- Add new OPTION: UNICODE61
PR: ports/185465
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-01-05 15:27:50 +00:00
Raphael Kubo da Costa
6f4916f545
- Update to 3.8.1.
...
- Support staging.
PR: ports/184558
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2013-12-25 23:33:14 +00:00
Baptiste Daroussin
b5482324dc
In preparation for making libtool generate libraries with a sane name, fix all
...
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Baptiste Daroussin
36117d7097
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
2013-09-20 16:13:47 +00:00
Sunpoet Po-Chuan Hsieh
8847b586ca
- Update to 3.8.0.2
...
Changes: http://www.sqlite.org/releaselog/3_8_0_2.html
PR: ports/181841
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2013-09-07 10:19:06 +00:00
Ruslan Makhmatkhanov
bbb3d5de24
- update to 3.8.0.1
...
PR: 181706
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2013-08-31 17:47:39 +00:00
Tijl Coosemans
eace23c3ca
- Remove pkgconfig dependency. The port only installs a .pc file.
...
- Replace post-patch with pathfix.
Approved by: pavelivolkov@gmail.com (maintainer)
2013-06-26 07:37:32 +00:00
Lev A. Serebryakov
94bd6aa728
Remove SQLLOG option. It needs code on "client side", and should not be used
...
for system-wide library. No standard ports could be built when this option is
set. For example, "devel/subverison" could not detect SQLite when this option
is set.
PR: ports/179012
Approved by: Maintainer, Pavel Volkov <pavelivolkov [at] gmail.com>
2013-06-03 11:14:38 +00:00