Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Aug 2022 14:46:53 1.21_4 |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
20 Jul 2022 14:21:10 1.21_3 |
Tobias C. Berner (tcberner)  |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
22 May 2022 20:17:16 1.21_3 |
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
10 Apr 2022 19:11:41 1.21_2 |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 1.21_1 |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
23 Feb 2022 21:10:38 1.21 |
Thierry Thomas (thierry)  |
deskutils/pinot: upgrade to 1.21
Release notes at <https://github.com/FabriceColin/pinot/releases/tag/1.21>. |
23 Oct 2021 14:07:16 1.20_1 |
Thierry Thomas (thierry)  |
deskutils/pinot: really upgrade to 1.20
The previous tarball was a pre-release.
Reported by: pkg-fallout |
21 Oct 2021 18:37:28 1.20 |
Thierry Thomas (thierry)  |
deskutils/pinot: upgrade to v1.20
Release notes at <https://github.com/FabriceColin/pinot/releases/tag/1.20>. |
19 Oct 2021 08:36:47 1.10 |
Tobias Kortkamp (tobik)  |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
10 Oct 2021 19:44:42 1.10 |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
06 Apr 2021 14:31:07 1.10 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Feb 2020 06:42:51
1.10 |
thierry  |
Upgrade to v1.10.
Release notes at <https://github.com/FabriceColin/pinot/releases/tag/1.10>. |
11 Dec 2019 17:53:49
1.09_22 |
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
04 Nov 2019 22:20:31
1.09_21 |
zeising  |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'. |
19 Aug 2019 15:35:28
1.09_21 |
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
26 Jul 2019 20:46:57
1.09_20 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Apr 2019 06:36:31
1.09_19 |
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
17 Mar 2019 13:14:52
1.09_18 |
tcberner  |
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830 |
09 Mar 2019 07:59:09
1.09_17 |
tcberner  |
deskutils/pinot: prepare fore exiv2-0.27
Replace include of xmp.hpp with exiv2.hpp.
PR: 235943 |
16 Jan 2019 11:13:45
1.09_16 |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
1.09_15 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
12 Dec 2018 00:15:50
1.09_14 |
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
15 Oct 2018 20:28:09
1.09_13 |
thierry  |
- Fix OpenSSL build (1)
- Enable libnotify
PR: 232234
Submitted by: Nathan <ndowens (at) yahoo.com> (1) |
09 Aug 2018 06:58:31
1.09_12 |
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
29 Jul 2018 22:18:46
1.09_11 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
14 Jun 2018 12:47:58
1.09_10  |
tijl  |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine) |
28 Apr 2018 06:14:58
1.09_10 |
tcberner  |
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345 |
18 Apr 2018 13:57:43
1.09_9 |
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
18 Jan 2018 04:11:03
1.09_8 |
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
25 Sep 2017 00:08:17
1.09_7 |
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
1.09_6 |
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
22 Sep 2017 10:48:29
1.09_5 |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
10 Sep 2017 20:55:39
1.09_5 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
02 May 2017 06:48:11
1.09_4 |
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
04 Apr 2017 09:28:36
1.09_3 |
sunpoet  |
Update to 1.4.3
- Add CONFLICTS_INSTALL
- Update WWW
- Bump PORTREVISION for dependent ports
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
https://trac.xapian.org/wiki/ReleaseOverview/1.4.0 |
03 Apr 2017 09:58:34
1.09_2 |
bapt  |
Fix build with -std=c++11 |
02 Apr 2017 09:42:48
1.09_2 |
bapt  |
Chase a bunch of failures after libsigc++20 update
New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11
where needed.
Mark as broken a bunch of ports which are not c++11 compatible |
06 Jan 2017 08:45:04
1.09_2 |
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
01 Jan 2017 03:45:13
1.09_1 |
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
23 Nov 2016 12:45:47
1.09_1 |
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
26 Oct 2016 09:32:00
1.09 |
amdmi3  |
- Mark BROKEN on 9 i386:
XapianIndex.cpp:994: error: integer constant is too large for 'long' type
Approved by: portmgr blanket |
15 Sep 2016 20:02:12
1.09 |
thierry  |
Unbreak by switching to GitHub and upgrade to the latest (no release
yet). |
14 Sep 2016 15:59:34
1.06_12 |
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
05 Aug 2016 13:01:24
1.06_12 |
marino  |
deskutils/pinot: USES+= execinfo rather than hardcoded LIB_DEPENDS
No revbump necessary, execinfo wouldn't be registered on most platforms.
Approved by: infrastructure blanket (removal of redundant deps) |
04 Aug 2016 03:11:30
1.06_12 |
marino  |
deskutils/pinot: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Approved by: infrastructure blanket (removal of redundant deps) |
27 Jul 2016 10:22:26
1.06_12 |
tcberner  |
Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283 |
25 Apr 2016 16:13:39
1.06_11 |
mat  |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
01 Apr 2016 14:00:57
1.06_11 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
15 Feb 2016 00:07:11
1.06_11 |
amdmi3  |
- Fix build with boost 1.60
PR: 207009
Submitted by: amdmi3
Approved by: thierry (maintainer) |
05 Oct 2015 21:15:12
1.06_11 |
amdmi3  |
- Add missing run-depend on bash
- Remove no-op SHEBANG_LANG
Approved by: portmgr blanket |
15 Sep 2015 16:29:08
1.06_10 |
amdmi3  |
- Switch to USES=libarchive as suggested by stage-qa
- Switch to options helpers
- Add missing files to plist
Approved by: portmgr blanket |
27 Jun 2015 12:37:18
1.06_10 |
bapt  |
Do not escape libxml++ it is not needed as it is not used in regular expression
anymore |
20 Oct 2014 11:52:39
1.06_10 |
bapt  |
Cleanup plist |
15 Sep 2014 18:29:37
1.06_10 |
amdmi3  |
- Drop .la files for mail/gmime24, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
09 Sep 2014 21:09:30
1.06_9 |
tijl  |
- Add explicit build dependency on misc/shared-mime-info
- Add USES=libtool and convert to USES=python |
01 Sep 2014 19:34:02
1.06_8 |
tijl  |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
04 Jul 2014 11:35:11
1.06_7 |
adamw  |
Fix typo. |
04 Jul 2014 09:41:00
1.06_7 |
tijl  |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
04 Jul 2014 09:26:59
1.06_6 |
antoine  |
Unbreak configure |
03 Jul 2014 21:54:14
1.06_6 |
adamw  |
Nuke NOPORTDOCS. Convert a couple WITH_foo's to OPTIONS. |
04 Apr 2014 20:36:47
1.06_6 |
danfe  |
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :( |
07 Feb 2014 11:44:09
1.06_5 |
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
16 Dec 2013 11:11:10
1.06_4 |
zeising  |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
01 Dec 2013 15:36:26
1.06_3 |
thierry  |
- Fix on -CURRENT
- Fix shebang
- Stagify |
22 Oct 2013 13:52:24
1.06_2 |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
29 Sep 2013 17:01:42
1.06_2 |
zeising  |
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
(Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 16:21:38
1.06_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
06 Sep 2013 12:12:01
1.06_1 |
bapt  |
Add an explicit dependency on pkgconf |
11 Jul 2013 16:26:27
1.06_1 |
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
02 Jun 2013 15:45:26
1.06 |
thierry  |
Upgrade to 1.06.
Changelog at <http://pinotdev.blogspot.sg/2013/05/pinot-v106.html>. |
24 Apr 2013 18:10:32
1.05_1 |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
17 Mar 2013 14:11:29
1.05_1 |
thierry  |
Don't try to remove $PREFIX/etc/xdg .
Reported by: QAT |
10 Mar 2013 16:16:40
1.05_1 |
thierry  |
Chase boost-spirit reorganization in order to re-enable Sherlock. |
06 Mar 2013 22:09:56
1.05 |
thierry  |
Upgrade to 1.05.
Changelog at <http://pinotdev.blogspot.sg/2013/03/pinot-105.html>. |
20 Feb 2013 20:34:55
1.03_2 |
sunpoet  |
- Update to 1.2.13
- Cleanup Makefile header
- Reformat pkg-descr
- Bump PORTREVISION for databases/xapian-core shlib change
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13 |
31 Jan 2013 13:38:43
1.03_1 |
bapt  |
Chase boost update |
14 Jan 2013 20:45:45
1.03 |
thierry  |
Upgrade to 1.03.
Changelog at
<http://code.google.com/p/pinot-search/source/browse/tags/v1.03/NEWS>. |
18 Dec 2012 23:11:24
1.02_1 |
bapt  |
Chare libexttextcat bump |
29 Nov 2012 22:21:49
1.02 |
thierry  |
Upgrade to 1.02.
Changelog at
<http://code.google.com/p/pinot-search/downloads/detail?name=pinot-1.02.tar.gz>
Feature safe: yes |
29 Aug 2012 20:10:54
1.01 |
thierry  |
- Upgrade to 1.01
changelog at http://pinotdev.blogspot.sg/2012/08/pinot-101.html
- Don't autodetect chmlib. |
06 Aug 2012 19:54:11
1.0_4 |
thierry  |
Fix plist.
Reported by! redports and pointyhats |
31 Jul 2012 15:29:27
1.0_3 |
bsam  |
Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.
PR: ports/169733
Submitted by: bsam (me)
Approved by: multimedia (maintainer timeout 3 weeks) |
19 Jul 2012 17:24:58
1.0_2 |
thierry  |
Chase libexttextcat renaming.
Reported by: beat and erwin
pointyhat to: bapt |
07 Jul 2012 06:55:28
1.0_1 |
sunpoet  |
- Bump PORTREVISION for databases/xapian-core shlib change |
03 Jul 2012 21:25:09
1.0 |
thierry  |
Upgrade to 1.0.
Changelog at
<http://code.google.com/p/pinot-search/source/browse/trunk/NEWS>. |
01 Jun 2012 05:26:28
0.98_3 |
dinoex  |
- update png to 1.5.10 |
31 May 2012 03:03:59
0.98_2 |
cy  |
Fix build requirement for graphics/xpdf. |
25 May 2012 03:29:37
0.98_2 |
cy  |
Fix brokenness caused by graphics/xpdf r1.102. |
22 May 2012 20:55:09
0.98_1 |
pav  |
- Mark BROKEN: graphics/xpdf port no longer install pdftotext into bin/
Reported by: pointyhat |
07 Feb 2012 01:30:50
0.98_1 |
pgollucci  |
- Chase shlib bump for xapian-core
PR: ports/164460 |
13 Nov 2011 20:29:48
0.98 |
thierry  |
Add a missing dependency to exiv2.
Reported by: pointyhat via Pav
Feature safe: yes |
09 Nov 2011 22:12:19
0.98 |
thierry  |
Upgrade to 0.98.
Changelog at
<http://code.google.com/p/pinot-search/source/browse/trunk/NEWS>. |
07 Nov 2011 03:25:29
0.97_3 |
miwi  |
- Get rid FreeBSD 6.x support |
23 Sep 2011 22:26:39
0.97_3 |
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 |
02 May 2011 12:44:53
0.97_3 |
makc  |
Bump PORTREVISION after open-mofit update |
04 Mar 2011 02:10:39
0.97_2 |
wen  |
- Bump PORTREVISION to chase the update of libexif |
13 Jan 2011 20:39:53
0.97_1 |
thierry  |
Fix installation of deskbar-applet.
Reported by: pointyhat via Pav
Feature safe: yes |
11 Jan 2011 20:35:21
0.97 |
thierry  |
Add a missing dependency on execinfo.
Reported by: pointyhat via droso
Feature safe: yes |
09 Jan 2011 15:33:30
0.97 |
thierry  |
Upgrade to 0.97, a new version that brings improvements to crawling,
memory management and the indexing of acronyms. Several bugs were fixed
and translations were massively updated. |
29 Sep 2010 23:57:17
0.96_2 |
pgollucci  |
- Chase the revert of databases/xapian-core (shlib) |