| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: ports/164460
Notes:
svn path=/head/; revision=290532
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via Pav
Feature safe: yes
Notes:
svn path=/head/; revision=285716
|
|
|
|
|
|
|
|
| |
Changelog at
<http://code.google.com/p/pinot-search/source/browse/trunk/NEWS>.
Notes:
svn path=/head/; revision=285394
|
|
|
|
| |
Notes:
svn path=/head/; revision=285199
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=273475
|
|
|
|
| |
Notes:
svn path=/head/; revision=270222
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via Pav
Feature safe: yes
Notes:
svn path=/head/; revision=267753
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via droso
Feature safe: yes
Notes:
svn path=/head/; revision=267673
|
|
|
|
|
|
|
|
| |
memory management and the indexing of acronyms. Several bugs were fixed
and translations were massively updated.
Notes:
svn path=/head/; revision=267546
|
|
|
|
| |
Notes:
svn path=/head/; revision=262120
|
|
|
|
|
|
|
| |
Reported by: pav via pointyhat
Notes:
svn path=/head/; revision=261793
|
|
|
|
|
|
|
| |
Reported by: erwin via pointyhat
Notes:
svn path=/head/; revision=261706
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=259143
|
|
|
|
|
|
|
| |
Changelog at <http://svn.berlios.de/wsvn/pinot/tags/version_0_9_6/NEWS>.
Notes:
svn path=/head/; revision=258157
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
| |
Notes:
svn path=/head/; revision=252125
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Exp-run by: miwi
Notes:
svn path=/head/; revision=245121
|
|
|
|
|
|
|
| |
Changelog at <http://svn.berlios.de/wsvn/pinot/tags/version_0_9_5/NEWS>.
Notes:
svn path=/head/; revision=244266
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
| |
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=238504
|
|
|
|
| |
Notes:
svn path=/head/; revision=236783
|
|
|
|
|
|
|
| |
Changelog at <http://pinotdev.blogspot.com/>.
Notes:
svn path=/head/; revision=236750
|
|
|
|
|
|
|
| |
Changelog at <http://pinotdev.blogspot.com/2009/04/pinot-093.html>.
Notes:
svn path=/head/; revision=232443
|
|
|
|
|
|
|
|
|
| |
News at <http://pinotdev.blogspot.com/2009/04/pinot-092.html>
- Enable the libarchive filter.
Notes:
svn path=/head/; revision=232018
|
|
|
|
|
|
|
|
| |
Changelog at
<http://pinotdev.blogspot.com/2009/03/pinot-091-is-out.html>.
Notes:
svn path=/head/; revision=229646
|
|
|
|
|
|
|
| |
Changelog at <http://svn.berlios.de/wsvn/pinot/tags/version_0_9_0/NEWS>.
Notes:
svn path=/head/; revision=227689
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=226721
|
|
|
|
| |
Notes:
svn path=/head/; revision=225288
|
|
|
|
|
|
|
| |
Notified by: erwin (via pointyhat)
Notes:
svn path=/head/; revision=222841
|
|
|
|
|
|
|
|
| |
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_9/NEWS?op=file&rev=0&sc=0>
Notes:
svn path=/head/; revision=220725
|
|
|
|
|
|
|
|
| |
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_8/NEWS?op=file&rev=0&sc=0>
Notes:
svn path=/head/; revision=219544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
| |
PR: ports/125954 (deskutils/recoll)
Submitted by: maintainer of xapian-core
Notes:
svn path=/head/; revision=217647
|
|
|
|
|
|
|
|
| |
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_7/NEWS?op=file&rev=0&sc=0>
Notes:
svn path=/head/; revision=217222
|
|
|
|
|
|
|
|
| |
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_6/NEWS?op=file&rev=0&sc=0>
Notes:
svn path=/head/; revision=215593
|
|
|
|
| |
Notes:
svn path=/head/; revision=215366
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
| |
Changelog at
<http://developer.berlios.de/blog/archives/173-Pinot-0.85-is-out..html>.
Notes:
svn path=/head/; revision=212935
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=210586
|
|
|
|
|
|
|
| |
Changelog at <http://svn.berlios.de/wsvn/pinot/tags/version_0_8_4/NEWS>.
Notes:
svn path=/head/; revision=210027
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209620
|
|
|
|
|
|
|
|
| |
Changelog at
<http://svn.berlios.de/wsvn/pinot/tags/version_0_8_3/NEWS?op=file&rev=0&sc=0>
Notes:
svn path=/head/; revision=208147
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=207563
|
|
|
|
|
|
|
| |
Reported by: pav via pointyhat
Notes:
svn path=/head/; revision=206680
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: miwi
Notes:
svn path=/head/; revision=206466
|
|
|
|
|
|
|
|
| |
Changelog at
<https://developer.berlios.de/blog/archives/163-Pinot-0.82-is-out..html>
Notes:
svn path=/head/; revision=206338
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via Pav
Pointyhat to: /me
Notes:
svn path=/head/; revision=204720
|