Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.15.1_1 19 Nov 2016 18:21:20 |
jbeich |
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt) |
3.15.1 16 Nov 2016 18:10:35 |
jbeich |
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) |
3.15.0 15 Nov 2016 15:28:57 |
adamw |
Update to 3.15.0.
PR: 214214
Submitted by: maintainer (Pavel Volkov) |
3.14.1_1 24 Sep 2016 11:06:57 |
tijl |
- 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) |
3.14.1 23 Aug 2016 20:26:25 |
pawel |
- Update to version 3.14.1
- Add UNKNOWN_SQL option
PR: 211724
Submitted by: Pavel Volkov (maintainer) |
3.13.0_2 06 Jul 2016 22:10:14 |
mat |
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 |
3.13.0_1 06 Jul 2016 07:34:13 |
gahr |
devel/icu: bump PORTREVISION on dependent ports |
3.13.0 29 May 2016 14:14:22 |
amdmi3 |
- Update to 3.13.0
- Add option for session extension
PR: 209827
Submitted by: pavelivolkov@gmail.com (maintainer) |
3.12.2 06 May 2016 11:40:28 |
pi |
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) |
3.12.1 13 Apr 2016 15:28:26 |
pi |
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) |
3.11.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.11.1 14 Mar 2016 21:31:37 |
feld |
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 |
3.10.2_2 11 Feb 2016 20:00:35 |
pi |
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) |
3.10.2_1 05 Feb 2016 20:42:38 |
pi |
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) |
3.10.2_1 21 Jan 2016 21:03:22 |
antoine |
libtool --finish is a nop on FreeBSD, remove faulty pkg-install script
With hat: portmgr |
3.10.2 21 Jan 2016 20:40:08 |
pi |
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) |
3.10.0 12 Jan 2016 14:33:21 |
amdmi3 |
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 |
3.10.0 11 Jan 2016 13:27:05 |
culot |
- 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) |
3.9.2 07 Nov 2015 18:26:03 |
riggs |
Update to upstream release 3.9.2
PR: 204318
Submitted by: pavelivolkov@gmail.com (maintainer) |
3.9.1 20 Oct 2015 14:47:12 |
mat |
Update to 3.9.1.
PR: 203892
Submitted by: maintainer
Sponsored by: Absolight |
3.8.11.1_1 27 Sep 2015 21:58:44 |
jbeich |
databases/sqlite3: enable DBSTAT by default for firefox 41+
PR: 200853
Reviewed by: milios@ccsys.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) |
3.8.11.1 23 Aug 2015 15:18:56 |
sunpoet |
- 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) |
3.8.10.2 09 Jun 2015 07:54:30 |
culot |
- 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) |
3.8.10.1 12 May 2015 17:22:27 |
jbeich |
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) |
3.8.9_1 17 Apr 2015 04:39:24 |
jbeich |
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 |
3.8.9.0 16 Apr 2015 10:57:54 |
jbeich |
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 |
3.8.9 16 Apr 2015 07:16:25 |
jbeich |
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) |
3.8.8.3 27 Mar 2015 17:02:31 |
pawel |
Update to version 3.8.8.3
PR: 198786
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) |
3.8.8.2 25 Mar 2015 09:33:53 |
marino |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket |
3.8.8.2 11 Feb 2015 18:45:19 |
pawel |
Update to version 3.8.8.2
PR: 197285
Submitted by: rsimmons0@gmail.com
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) |
3.8.8.1 28 Jan 2015 08:37:40 |
madpilot |
Update to 3.8.8.1
PR: 197082
Submitted by: rsimmons0 at gmail.com
Approved by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer) |
3.8.8 20 Jan 2015 23:17:12 |
marino |
databases/sqlite3: Upgrade version 3.8.7.4 => 3.8.8
PR: 196872
Submitted by: maintainer (Pavel Volkov) |
3.8.7.4 29 Dec 2014 09:23:03 |
riggs |
Update to version 3.8.7.4
PR: 196275
Submitted by: rsimmons0@gmail.com
Approved by: pavelivolkov@gmail.com (maintainer) |
3.8.7.2 22 Nov 2014 15:47:10 |
danilo |
- Update to 3.8.7.2
PR: 195062
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) |
3.8.7_1 01 Nov 2014 10:37:06 |
madpilot |
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) |
3.8.7 31 Oct 2014 08:20:31 |
culot |
- 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) |
3.8.6 23 Aug 2014 20:01:46 |
adamw |
Update to 3.8.6.
PR: 192830, 192831
Submitted by: maintainer |
3.8.5_1 27 Jun 2014 17:17:32 |
miwi |
- Use proper stripping
- Don't keep la file since shlib got downgraded in r359529
- Bump PORTREVISION |
3.8.5 27 Jun 2014 14:10:37 |
miwi |
- Update to 3.8.5
PR: 190746 |
3.8.4.3 20 May 2014 12:38:09 |
culot |
- 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) |
3.8.4.2 05 Apr 2014 06:05:11 |
culot |
- 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) |
3.8.4.1 15 Mar 2014 18:05:04 |
pawel |
Update to version 3.8.4.1
PR: ports/187604
Submitted by: maintainer |
3.8.4 13 Mar 2014 10:25:44 |
culot |
- 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) |
3.8.3.1 17 Feb 2014 04:15:13 |
skreuzer |
Update to 3.8.3.1
PR: ports/186788
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer) |
3.8.3 10 Feb 2014 03:46:37 |
skreuzer |
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) |
3.8.2_1 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
3.8.2_1 31 Jan 2014 13:57:46 |
pawel |
Set on RTREE option by default.
It's required for graphics/mapnik, databases/spatialite.
PR: ports/186003
Submitted by: maintainer |
3.8.2 05 Jan 2014 15:27:51 |
rakuco |
- 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) |
3.8.1 25 Dec 2013 23:33:14 |
rakuco |
- Update to 3.8.1.
- Support staging.
PR: ports/184558
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer) |
3.8.0.2 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
3.8.0.2 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
3.8.0.2 07 Sep 2013 10:19:07 |
sunpoet |
- 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) |
3.8.0.1 31 Aug 2013 17:47:40 |
rm |
- update to 3.8.0.1
PR: 181706
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer) |
3.7.17_1 26 Jun 2013 07:37:33 |
tijl |
- Remove pkgconfig dependency. The port only installs a .pc file.
- Replace post-patch with pathfix.
Approved by: pavelivolkov@gmail.com (maintainer) |
3.7.17_1 03 Jun 2013 11:14:38 |
lev |
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> |
3.7.17 31 May 2013 14:03:15 |
culot |
- Update to 3.7.17 [1]
- Remove leading article from COMMENT
Changes: http://www.sqlite.org/releaselog/3_7_17.html
PR: ports/178971 [1]
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer) |
3.7.16.1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
3.7.16.1 17 Apr 2013 09:19:54 |
culot |
- Update to 3.7.16.1
Changes: http://www.sqlite.org/releaselog/3_7_16_1.html
PR: ports/177499
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Feature safe: yes |
3.7.14.1 22 Mar 2013 13:13:50 |
bapt |
Restore the defaults as they use to be before conversion
Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com>
Pointyhat to: bapt |
3.7.14.1 21 Mar 2013 17:43:46 |
bapt |
Convert to new options framework left unconverted ports in databases category |
3.7.14.1 04 Mar 2013 21:19:46 |
jsa |
New port for sqlcipher.
Sqlcipher is a drop in replacement for sqlite3. Sqlcipher creates encrypted
sql databases.
Sponsored by: iXsystems
Suggested by: Isilon
Approved by: kwm (mentor) |
3.7.14.1 02 Mar 2013 03:55:26 |
eadler |
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe) |
3.7.14.1 13 Oct 2012 07:27:45 |
culot |
- Update to 3.7.14.1
- Enable URI filename option by default
- Update maintainer's address
Changes: http://www.sqlite.org/releaselog/3_7_14_1.html
PR: ports/172400
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe: yes |
3.7.14 21 Sep 2012 08:13:34 |
culot |
- Update to 3.7.14
Changes: http://www.sqlite.org/releaselog/3_7_14.html
PR: ports/171804
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.13 09 Jul 2012 06:32:20 |
culot |
- Update to 3.7.13
Changes: http://www.sqlite.org/releaselog/3_7_13.html
PR: ports/169714
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.12.1 25 May 2012 10:16:24 |
sperber |
- Update to 3.7.12.1
PR: ports/168329
Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer)
Approved by: decke (mentor) |
3.7.12 16 May 2012 19:36:03 |
eadler |
Mark sqlite as MAKE_JOBS_UNSAFE
PR: ports/167934
Submitted by: "Bryan Drewery" <bryan@shatow.net>
Approved by: Pavel Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.12 15 May 2012 12:52:45 |
bapt |
- Update to 3.7.12
- switch to autoconf version (no more need of tcl)
PR: ports/167913 [1], ports/155908 [2]
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer),
bapt[2] |
3.7.11 09 Apr 2012 15:44:53 |
culot |
- Update to 3.7.11
Changes: http://www.sqlite.org/releaselog/3_7_11.html
PR: ports/166782
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe: yes |
3.7.10 22 Jan 2012 21:00:38 |
scheidell |
- update to 3.7.10
PR: ports/164371
Approved by: gabor (mentor, implicit) |
3.7.9_1 22 Dec 2011 18:10:22 |
rm |
Add patch that fixes blobs handling in interactive mode.
Looks like this issue is known by upstream since 2009,
but never was fixed in any release.
PR: 162650
Submitted by: Valentin Davydov <cs at soi.spb.ru>
Approved by: maintainer, novel (mentor, implicit) |
3.7.9 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
3.7.9 07 Nov 2011 03:25:29 |
miwi |
- Get rid FreeBSD 6.x support |
3.7.9 05 Nov 2011 19:18:28 |
bapt |
- Update to 3.7.9
PR: ports/162308
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.8 29 Oct 2011 09:42:59 |
beat |
- Fix build on FreeBSD 10
Approved by: pavelivolkov AT googlemail.com (maintainer) |
3.7.8 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.7.8 20 Sep 2011 19:19:40 |
jlaffaye |
Update to 3.7.8
PR: ports/160853
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.7.1 02 Jul 2011 13:39:03 |
miwi |
- Update to 3.7.7.1
PR: 158550
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.7 29 Jun 2011 19:51:38 |
jlaffaye |
Update to 3.7.7
PR: ports/158400
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Approved by: bapt (mentor, implicit) |
3.7.6.3 26 May 2011 14:46:47 |
mi |
Relax the requirement for icudata's shared library number.
Submitted: self
Approved by: maintainer
PR: 157330 |
3.7.6.3 23 May 2011 14:38:17 |
culot |
- Update to 3.7.6.3
PR: ports/157272
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.6.2 06 May 2011 06:32:11 |
culot |
- Update to 3.7.6.2
Changes: http://www.sqlite.org/changes.html
PR: ports/156842
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.6.1 20 Apr 2011 17:41:49 |
sunpoet |
- Update to 3.7.6.1
Changes: http://www.sqlite.org/changes.html
PR: ports/156420
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.5 04 Mar 2011 14:00:56 |
miwi |
- Update to 3.7.5
PR: 154844
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com>
Approved by: maintainer |
3.7.4 15 Dec 2010 11:37:49 |
bapt |
Chase devel/icu upgrade
Add an updating note |
3.7.4 11 Dec 2010 17:48:46 |
pgollucci |
- WITH_GCOV breaks nss
Submitted by: nork, gabor
Approved by: pavelivolkov@googlemail.com (maintainer) |
3.7.4 10 Dec 2010 23:07:55 |
pgollucci |
- Update to 3.7.4
PR: ports/152961
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) |
3.7.3_1 12 Nov 2010 04:13:08 |
beech |
Correct dependencies (from tcl modules)
Bump portrevision
PR: 152054
Submitted by: Pavel I Volkov (pavelivolkov@googlemail.com) |
3.7.3 17 Oct 2010 09:42:48 |
makc |
Update to 3.7.3
Update maintainer address
PR: ports/151501
Submitted by: Pavel I. Volkov (maintainer) |
3.7.2 14 Sep 2010 16:19:23 |
nork |
Fix build issue which is inclusion of already installed header.
Approved by: Pavel I Volkov pol at opk ru (maintainer) |
3.7.2 02 Sep 2010 14:43:01 |
amdmi3 |
- Remove options that do nothing
- Don't bump PORTREVISION as nothing really changed
PR: 150226
Submitted by: Pavel I Volkov <pol@opk.ru> (maintainer)
Suggested by: ale@ |
3.7.2 01 Sep 2010 17:49:50 |
amdmi3 |
- Update to 3.7.2
PR: 149472, 150119
Submitted by: Pavel I Volkov <pol@opk.ru> (maintainer) |
3.6.23.1_3 23 Aug 2010 07:32:50 |
lwhsu |
- Turn "Allow loadable extensions" option default on, the port like
databases/py-sqlite3 needs this to execute successfully.
PR: ports/149842
Submitted by: lwhsu
Approved by: Pavel I Volkov <pol AT opk.ru> (maintainer) |
3.6.23.1_2 18 Aug 2010 22:06:58 |
lwhsu |
- Recover missing dependency (devel/pkg-config)
- Bump PORTREVISION
PR: ports/146876
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net>
Approved by: Pavel I Volkov <pol AT opk.ru> (maintainer) |
3.6.23.1_1 18 Aug 2010 22:02:12 |
lwhsu |
- Fix 'make package' when NO_INSTALL_MANPAGES is defined
PR: ports/146083
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net>
Approved by: Pavel I Volkov <pol AT opk.ru> (maintainer) |
3.6.23.1_1 03 Aug 2010 01:08:14 |
linimon |
Over to new volunteer.
Approved by: old maintainer |
3.6.23.1_1 22 Apr 2010 15:34:08 |
mnag |
- Revert to TCL patch-Makefile |
3.6.23.1_1 22 Apr 2010 15:29:12 |
mnag |
- Unbroken FTS3 and RTree usign TCL to build.
- Install manpages [1]
- Bump PORTREVISION
PR: 137296 [1]
Submitted by: Pavel I Volkov <pol___opk.ru> [1] |
3.6.23.1 20 Apr 2010 23:45:58 |
wxs |
Update to 3.6.32.1.
Remove TCL build dependency using a patch from OpenBSD.
PR: ports/145213
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: mnag@ (maintainer timeout) |
3.6.19 05 Mar 2010 19:31:38 |
glarkin |
- Added OPTION to enable extension library loading
PR: ports/143329
Submitted by: glarkin
Approved by: maintainer timeout (mnag; 37 days)
Feature safe: yes |