View | Details | Raw Unified | Return to bug 105502
Collapse All | Expand All

(-)Makefile (-9 / +7 lines)
Lines 8-16 Link Here
8
8
9
PORTNAME=	PyLucene
9
PORTNAME=	PyLucene
10
PORTVERSION=	2.0.0
10
PORTVERSION=	2.0.0
11
PATCHSET=	-3
12
PORTREVISION=	1
11
PORTREVISION=	1
13
CATEGORIES=	devel python java
12
CATEGORIES=	devel textproc python
14
MASTER_SITES=	http://downloads.osafoundation.org/PyLucene/src/
13
MASTER_SITES=	http://downloads.osafoundation.org/PyLucene/src/
15
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
14
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
16
DISTNAME=	${PORTNAME}-src-${PORTVERSION}${PATCHSET}
15
DISTNAME=	${PORTNAME}-src-${PORTVERSION}${PATCHSET}
Lines 18-31 Link Here
18
MAINTAINER=	laszlof@FreeBSD.org
17
MAINTAINER=	laszlof@FreeBSD.org
19
COMMENT=	A GCJ-compiled version of Java Lucene integrated with Python
18
COMMENT=	A GCJ-compiled version of Java Lucene integrated with Python
20
19
21
BUILD_DEPENDS+=	${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt
20
BUILD_DEPENDS+=	${LOCALBASE}/bin/gcj41:${PORTSDIR}/lang/gcc41
22
BUILD_DEPENDS+=	ant:${PORTSDIR}/devel/apache-ant
23
RUN_DEPENDS+=	${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt
24
21
25
USE_PYTHON=	yes
22
USE_PYTHON=	2.4+
26
USE_JAVA=	yes
27
USE_GMAKE=	yes
23
USE_GMAKE=	yes
28
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
PATCHSET=	-3
29
26
30
OPTIONSFILE?=	${PORT_DBDIR}/${PORTNAME}/options
27
OPTIONSFILE?=	${PORT_DBDIR}/${PORTNAME}/options
31
28
Lines 38-45 Link Here
38
35
39
MAKE_ARGS+=	PREFIX=${PREFIX} PREFIX_PYTHON=${LOCALBASE} GCJ_HOME=${LOCALBASE} \
36
MAKE_ARGS+=	PREFIX=${PREFIX} PREFIX_PYTHON=${LOCALBASE} GCJ_HOME=${LOCALBASE} \
40
		GCJ_LIBDIR=${GCC_LIBDIR} CC=${LOCALBASE}/bin/gcc41 CXX=${LOCALBASE}/bin/g++41 \
37
		GCJ_LIBDIR=${GCC_LIBDIR} CC=${LOCALBASE}/bin/gcc41 CXX=${LOCALBASE}/bin/g++41 \
41
		JCC=${LOCALBASE}/bin/gcj41 JCCH=${LOCALBASE}/bin/gcjh41 PYTHON=${PYTHON_CMD} ANT=${ANT} \
38
		JCC=${LOCALBASE}/bin/gcj41 JCCH=${LOCALBASE}/bin/gcjh41 PYTHON=${PYTHON_CMD} \
42
		LDFLAGS+=-L${LOCALBASE}/lib
39
		LDFLAGS+=-L${LOCALBASE}/lib PYTHON_INC=${PYTHON_INCLUDEDIR} \
40
		PYTHON_SITE=${PYTHON_SITELIBDIR}
43
41
44
.if defined(WITH_BDB)
42
.if defined(WITH_BDB)
45
BROKEN=		Will not compile with BDB support
43
BROKEN=		Will not compile with BDB support
(-)pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
lib/python2.4/site-packages/README
1
%%PYTHON_SITELIBDIR%%/PyLucene.py
2
lib/python2.4/site-packages/PyLucene.py
2
%%PYTHON_SITELIBDIR%%/_PyLucene.so
3
lib/python2.4/site-packages/_PyLucene.so
3
%%PYTHON_SITELIBDIR%%/security/classpath.security
4
lib/python2.4/site-packages/security/classpath.security
4
%%PYTHON_SITELIBDIR%%/security/libgcj.security
5
lib/python2.4/site-packages/security/libgcj.security
5
@dirrmtry %%PYTHON_SITELIBDIR%%/security

Return to bug 105502