non port: deskutils/pinot/Makefile |
Number of commits found: 168 (showing only 68 on this page) |
Friday, 23 Sep 2011
|
22:26 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
|
Monday, 2 May 2011
|
12:44 makc
Bump PORTREVISION after open-mofit update
|
Friday, 4 Mar 2011
|
02:10 wen
- Bump PORTREVISION to chase the update of libexif
|
Thursday, 13 Jan 2011
|
20:39 thierry
Fix installation of deskbar-applet.
Reported by: pointyhat via Pav
Feature safe: yes
|
Tuesday, 11 Jan 2011
|
20:35 thierry
Add a missing dependency on execinfo.
Reported by: pointyhat via droso
Feature safe: yes
|
Sunday, 9 Jan 2011
|
15:33 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.
|
Wednesday, 29 Sep 2010
|
23:57 pgollucci
- Chase the revert of databases/xapian-core (shlib)
|
Friday, 24 Sep 2010
|
20:23 pgollucci
- Chase xapian-core shlib bump
Reported by: pav via pointyhat
|
Thursday, 23 Sep 2010
|
17:20 pgollucci
- Chase databases/xapian-core sh lib bump
Reported by: erwin via pointyhat
|
Thursday, 12 Aug 2010
|
19:41 pav
- Mark BROKEN on 6.X
Reported by: pointyhat
|
Saturday, 24 Jul 2010
|
16:09 thierry
Upgrade to 0.96.
Changelog at <http://svn.berlios.de/wsvn/pinot/tags/version_0_9_6/NEWS>.
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Saturday, 3 Apr 2010
|
10:44 roam
Chase the ftp/curl shlib version bump.
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Wednesday, 2 Dec 2009
|
17:16 fluffy
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi
|
Saturday, 14 Nov 2009
|
20:16 thierry
Upgrade to 0.95.
Changelog at <http://svn.berlios.de/wsvn/pinot/tags/version_0_9_5/NEWS>.
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Tuesday, 28 Jul 2009
|
11:45 pav
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
|
Monday, 29 Jun 2009
|
17:48 thierry
BerliOS is up again => remove the temporary site.
|
06:02 thierry
Upgrade to 0.94.
Changelog at <http://pinotdev.blogspot.com/>.
|
Tuesday, 21 Apr 2009
|
19:10 thierry
Upgrade to Pinot 0.93.
Changelog at <http://pinotdev.blogspot.com/2009/04/pinot-093.html>.
|
Friday, 10 Apr 2009
|
15:22 thierry
- Upgrade to 0.92.
News at <http://pinotdev.blogspot.com/2009/04/pinot-092.html>
- Enable the libarchive filter.
|
Saturday, 7 Mar 2009
|
18:58 thierry
Upgrade to 0.91.
Changelog at
<http://pinotdev.blogspot.com/2009/03/pinot-091-is-out.html>.
|
Thursday, 5 Feb 2009
|
21:34 thierry
Upgrade to 0.90.
Changelog at <http://svn.berlios.de/wsvn/pinot/tags/version_0_9_0/NEWS>.
|
Friday, 23 Jan 2009
|
15:43 roam
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
|
Monday, 5 Jan 2009
|
17:27 pav
- Remove conditional checks relevant only on FreeBSD 5.x and older
|
Friday, 14 Nov 2008
|
15:07 amdmi3
- Bump portrevision after databases/xapian-core shlib bump
Notified by: erwin (via pointyhat)
|
Wednesday, 24 Sep 2008
|
20:33 thierry
Upgrade to 0.89.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_9/NEWS?op=file&rev=0&sc=0>
|
Sunday, 31 Aug 2008
|
20:09 thierry
Upgrade to 0.8.8.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_8/NEWS?op=file&rev=0&sc=0>
|
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
Sunday, 27 Jul 2008
|
03:09 rafan
- Chase databases/xapian-core update
PR: ports/125954 (deskutils/recoll)
Submitted by: maintainer of xapian-core
|
Sunday, 20 Jul 2008
|
20:57 thierry
Upgrade to 0.87.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_7/NEWS?op=file&rev=0&sc=0>
|
Monday, 23 Jun 2008
|
05:29 thierry
Upgrade to 0.8.6.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_6/NEWS?op=file&rev=0&sc=0>
|
Friday, 20 Jun 2008
|
15:41 tabthorpe
- Chase taglib bump
|
Friday, 6 Jun 2008
|
13:18 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sunday, 11 May 2008
|
20:20 thierry
Upgrade to 0.85.
Changelog at
<http://developer.berlios.de/blog/archives/173-Pinot-0.85-is-out..html>.
|
Saturday, 5 Apr 2008
|
14:58 mnag
- Remove use of sqlite3-threads
- Bump PORTREVISION
|
Friday, 28 Mar 2008
|
18:07 thierry
Upgrade to 0.84.
Changelog at <http://svn.berlios.de/wsvn/pinot/tags/version_0_8_4/NEWS>.
|
Sunday, 23 Mar 2008
|
11:11 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Thursday, 28 Feb 2008
|
22:47 thierry
Upgrade to 0.83.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_3/NEWS?op=file&rev=0&sc=0>
|
Monday, 18 Feb 2008
|
22:47 thierry
Not all code was compiled with -fPIC. This could lead to unpredictable
issues after the backend library was loaded by pinot, or
pinot-dbus-daemon. Rebuilding the index from scratch from instance was
likely to cause a crash.
Submitted by: Fabrice Colin <fabrice.colin (at) gmail.com> (author)
|
Wednesday, 30 Jan 2008
|
18:27 pav
- Chase xapian-core update
Reported by: pointyhat
Pointy hat to: miwi
|
Monday, 28 Jan 2008
|
21:15 thierry
Upgrade to 0.82.
Changelog at
<https://developer.berlios.de/blog/archives/163-Pinot-0.82-is-out..html>
|
Sunday, 30 Dec 2007
|
21:36 thierry
Fix MAN1.
Reported by: pointyhat via Pav
Pointyhat to: /me
|
Wednesday, 26 Dec 2007
|
10:37 thierry
Fix plist and mark broken on FreeBSD-5.
Reported by: pointyhat via pav and erwin
|
Wednesday, 19 Dec 2007
|
18:39 pav
- Chase xapian-core update
Pointy hat to: vanilla
|
Tuesday, 11 Dec 2007
|
21:10 thierry
Upgrade to 0.81.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_1/NEWS?op=file&rev=0&sc=0>
|
Thursday, 25 Oct 2007
|
19:59 thierry
Chase Xapian upgrade.
|
Wednesday, 24 Oct 2007
|
23:37 marcus
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
|
Wednesday, 5 Sep 2007
|
21:06 thierry
Import a patch submitted by the author: it fixes a problem related to
dbus, more specifically, the new Reload method that is invoked by the
Preferences dialog. In some cases, it could cause pinot to segfault when
pressing the Ok button in Preferences.
Submitted by: Fabrice Colin <fabrice.colin (at) gmail.com>
|
Thursday, 23 Aug 2007
|
22:13 thierry
Upgrade to 0.76.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_7_6/NEWS?op=file&rev=0&sc=0>
|
Tuesday, 14 Aug 2007
|
13:30 thierry
Since the upgrade to boost-1.34, some sherlock search engines
description (.src) were not parsed completely, and these engines were
anavailable; fix that.
Submitted by: Fabrice Colin <fabrice.colin (at) gmail.com> (author)
|
Friday, 3 Aug 2007
|
21:11 thierry
Fix a badly generated stub.
Submitted by: Fabrice Colin <fabrice.colin (at) gmail.com> (author)
|
Sunday, 29 Jul 2007
|
19:43 thierry
- Upgrade to 0.7.5
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_7_5/NEWS?op=file&rev=0&sc=0>
- Stubs re-generated for gsoap-2.7.9e by the author (Fabrice Colin).
|
Saturday, 14 Jul 2007
|
19:10 pav
- Chase xapian-core shlib bump
|
Wednesday, 4 Jul 2007
|
15:10 barner
- Bump boost shared library version to 4
- Bump PORTREVISION
|
Wednesday, 20 Jun 2007
|
05:12 clsung
- reflect library version of xapian (.15)
- bump PORTREVISION
|
Sunday, 3 Jun 2007
|
09:44 clsung
- fix broken (xapian-core library version bumped)
- bump PORTREVISION
Noted by: kris
Pointyhat to: clsung (me)
|
Friday, 25 May 2007
|
16:16 thierry
Upgrade to 0.7.3.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_7_3/NEWS?op=file&rev=0&sc=0>
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Saturday, 28 Apr 2007
|
17:45 thierry
Upgrade to 0.7.2.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_7_2/NEWS?op=file&rev=0&sc=0>
|
Saturday, 31 Mar 2007
|
14:25 thierry
Upgrade to 0.71.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_7_1/NEWS?op=file>.
|
Tuesday, 27 Mar 2007
|
18:56 thierry
Switch from sqlite3 to sqlite3-threads.
Don't bump PORTREVISION because 0.71 is about to be released.
|
Tuesday, 6 Mar 2007
|
21:37 thierry
Upgrade to 0.70.
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_7_0/NEWS?op=file&rev=0&sc=0>
|
Friday, 22 Dec 2006
|
22:44 thierry
- Upgrade to 0.6.5
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_6_5/NEWS?op=file&rev=0&sc=0>
- Chase curl update.
|
Sunday, 10 Dec 2006
|
08:53 thierry
Chase Xapian's upgrade.
|
Thursday, 7 Dec 2006
|
20:36 thierry
Add pinot 0.64, personal search and metasearch for the Free Desktop.
|
Number of commits found: 168 (showing only 68 on this page) |