svn commit: r552446 - head/databases/xapian-bindings12
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 15 20:07:03 UTC 2020
Author: sunpoet
Date: Thu Oct 15 20:07:01 2020
New Revision: 552446
URL: https://svnweb.freebsd.org/changeset/ports/552446
Log:
Remove PYTHON option
- Bump PORTREVISION for dependency and package change
The python binding requires Python 2 only.
Deleted:
head/databases/xapian-bindings12/pkg-plist
Modified:
head/databases/xapian-bindings12/Makefile
Modified: head/databases/xapian-bindings12/Makefile
==============================================================================
--- head/databases/xapian-bindings12/Makefile Thu Oct 15 20:06:57 2020 (r552445)
+++ head/databases/xapian-bindings12/Makefile Thu Oct 15 20:07:01 2020 (r552446)
@@ -3,7 +3,7 @@
PORTNAME= xapian-bindings
PORTVERSION= 1.2.25
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
LOCAL/sunpoet
@@ -30,16 +30,12 @@ CONFLICTS= xapian-bindings
PORTSCOUT= limitw:1,even
-OPTIONS_DEFINE= DOCS LUA PYTHON
-OPTIONS_DEFAULT=PYTHON
-OPTIONS_SUB= yes
+OPTIONS_DEFINE= DOCS LUA
LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
LUA_CONFIGURE_WITH= lua
+LUA_PLIST_FILES= ${LUA_MODLIBDIR}/xapian.so
LUA_USES= lua
-PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR}
-PYTHON_CONFIGURE_WITH= python
-PYTHON_USES= python:2.7
post-patch:
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
More information about the svn-ports-all
mailing list