aboutsummaryrefslogtreecommitdiff
path: root/databases/py-xapian
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with newer Python (3.8.7+ and 3.9.2+)Sunpoet Po-Chuan Hsieh2021-03-031-1/+1
| | | | Notes: svn path=/head/; revision=567134
* Update to 1.4.18Sunpoet Po-Chuan Hsieh2021-01-262-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview Notes: svn path=/head/; revision=562758
* Remove PY_SPHINX from ports using Python 3Danilo G. Baio2021-01-141-1/+1
| | | | | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D28093 Notes: svn path=/head/; revision=561562
* Remove PYTHON_REL check after r559531 (USES=python:3.6+)Sunpoet Po-Chuan Hsieh2021-01-101-14/+5
| | | | Notes: svn path=/head/; revision=560931
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 1.4.17Sunpoet Po-Chuan Hsieh2020-08-212-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview Notes: svn path=/head/; revision=545636
* Update to 1.4.16Sunpoet Po-Chuan Hsieh2020-06-152-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview Notes: svn path=/head/; revision=538951
* Update SphinxDanilo G. Baio2020-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* Cosmetic changeSunpoet Po-Chuan Hsieh2020-05-031-6/+6
| | | | Notes: svn path=/head/; revision=533830
* Update to 1.4.15Sunpoet Po-Chuan Hsieh2020-02-242-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview Notes: svn path=/head/; revision=527020
* Update to 1.4.14Sunpoet Po-Chuan Hsieh2019-12-082-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview Notes: svn path=/head/; revision=519341
* Unmark these ports broken on aarch64.Mark Linimon2019-11-081-2/+0
| | | | | | | | Submitted by: emaste (TRYBROKEN run) Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=517029
* Update to 1.4.13Sunpoet Po-Chuan Hsieh2019-10-202-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview Notes: svn path=/head/; revision=514905
* Update to 1.4.12Sunpoet Po-Chuan Hsieh2019-08-013-9/+8
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.12 Notes: svn path=/head/; revision=507785
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Clean up plistAntoine Brodin2019-04-251-1/+1
| | | | Notes: svn path=/head/; revision=499998
* Update to 1.4.11Sunpoet Po-Chuan Hsieh2019-03-022-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.11 Notes: svn path=/head/; revision=494427
* Update to 1.4.10Sunpoet Po-Chuan Hsieh2019-02-142-10/+19
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.10 Notes: svn path=/head/; revision=492940
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Update to 1.4.9Sunpoet Po-Chuan Hsieh2018-11-052-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.9 Notes: svn path=/head/; revision=484231
* Update to 1.4.8Sunpoet Po-Chuan Hsieh2018-10-272-5/+7
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8 Notes: svn path=/head/; revision=483185
* Update MASTER_SITESSunpoet Po-Chuan Hsieh2018-09-231-1/+1
| | | | Notes: svn path=/head/; revision=480468
* Fix build on gcc-based archs by updating USES.Mark Linimon2018-09-221-1/+1
| | | | | | | | | | | Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480340
* Update to 1.4.7Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Notes: svn path=/head/; revision=475697
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update BUILD_DEPENDS: restrict py-sphinx to DOCS optionSunpoet Po-Chuan Hsieh2018-01-252-2/+27
| | | | | | | | PR: 219249 Reported by: Gerrit Beine <mail+freebsd@gerritbeine.de> Notes: svn path=/head/; revision=459929
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 1.4.5Sunpoet Po-Chuan Hsieh2017-10-162-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.5 Notes: svn path=/head/; revision=452236
* Pet portlint: move BROKEN_* upwardSunpoet Po-Chuan Hsieh2017-08-201-2/+2
| | | | Notes: svn path=/head/; revision=448381
* Add python to CATEGORIESSunpoet Po-Chuan Hsieh2017-05-311-1/+1
| | | | Notes: svn path=/head/; revision=442227
* Fix CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-05-271-1/+1
| | | | | | | | PR: 219388 Submitted by: pawel Notes: svn path=/head/; revision=441868
* Add py-sphinx to BUILD_DEPENDS unconditionallySunpoet Po-Chuan Hsieh2017-05-131-3/+2
| | | | | | | | PR: 219249 Reported by: Gerrit Beine <mail+freebsd@gerritbeine.de> Notes: svn path=/head/; revision=440793
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-031-0/+2
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440001
* Update to 1.4.4Sunpoet Po-Chuan Hsieh2017-04-243-34/+10
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.4 Notes: svn path=/head/; revision=439301
* Add py-xapian 1.4.3 (copied from xapian-bindings)Sunpoet Po-Chuan Hsieh2017-04-045-0/+92
- Update to 1.4.3 - Add BUILD_DEPENDS - Update WWW 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 Notes: svn path=/head/; revision=437721