diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-04 09:36:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-04 09:36:43 +0000 |
commit | d8136b100d0313bff7e1e07282f5d295cfc51fe4 (patch) | |
tree | 47d90d41c0a726258455761719012f569836e8cc /databases/py-xapian/files/patch-configure | |
parent | Add php-xapian 1.4.3 (copied from xapian-bindings) (diff) |
Add py-xapian 1.4.3 (copied from xapian-bindings)
- 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
Notes:
svn path=/head/; revision=437721
Diffstat (limited to 'databases/py-xapian/files/patch-configure')
-rw-r--r-- | databases/py-xapian/files/patch-configure | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/py-xapian/files/patch-configure b/databases/py-xapian/files/patch-configure new file mode 100644 index 000000000000..3ca6b16549b6 --- /dev/null +++ b/databases/py-xapian/files/patch-configure @@ -0,0 +1,24 @@ +--- configure.orig 2017-01-25 00:42:31 UTC ++++ configure +@@ -17105,10 +17105,6 @@ $as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +- if test yes = "$with_python2" ; then +- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python2 - try package python-sphinx" "$LINENO" 5 +- fi +- PYTHON2= + fi + if test -n "$PYTHON2" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON2_INC/Python.h" >&5 +@@ -17292,10 +17288,6 @@ $as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +- if test yes = "$with_python3" ; then +- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python3 - try package python3-sphinx" "$LINENO" 5 +- fi +- PYTHON3= + fi + if test -n "$PYTHON3" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5 |