View | Details | Raw Unified | Return to bug 255538 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/thrift/Makefile (+4 lines)
Lines 26-31 USE_LDCONFIG= yes Link Here
26
# using one of the leaf ports as an example.
26
# using one of the leaf ports as an example.
27
CMAKE_OFF=	BUILD_CPP BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL
27
CMAKE_OFF=	BUILD_CPP BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL
28
28
29
PLIST_FILES=	bin/thrift
30
29
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
30
.include "bsd.thrift.mk"
32
.include "bsd.thrift.mk"
31
33
Lines 46-50 post-install: Link Here
46
	@${ECHO_MSG} "Note: The Thrift white paper may be downloaded from:"
48
	@${ECHO_MSG} "Note: The Thrift white paper may be downloaded from:"
47
	@${ECHO_MSG} "http://thrift.apache.org/static/thrift-20070401.pdf"
49
	@${ECHO_MSG} "http://thrift.apache.org/static/thrift-20070401.pdf"
48
	@${ECHO_MSG}
50
	@${ECHO_MSG}
51
	# delete cmake files that are installed with thrift-cpp
52
	@${RM} -r ${STAGEDIR}${PREFIX}/lib
49
53
50
.include <bsd.port.post.mk>
54
.include <bsd.port.post.mk>
(-)b/devel/thrift/bsd.thrift.mk (-1 / +1 lines)
Lines 2-8 Link Here
2
# in your makefile, set:
2
# in your makefile, set:
3
# PORTVERSION=	${THRIFT_PORTVERSION}
3
# PORTVERSION=	${THRIFT_PORTVERSION}
4
# see $PORTSDIR/devel/thrift for examples 
4
# see $PORTSDIR/devel/thrift for examples 
5
THRIFT_PORTVERSION=	0.14.0
5
THRIFT_PORTVERSION=	0.14.1
6
6
7
CONFIGURE_ARGS+=	\
7
CONFIGURE_ARGS+=	\
8
		--without-tests
8
		--without-tests
(-)b/devel/thrift/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1614981388
1
TIMESTAMP = 1619917551
2
SHA256 (thrift-0.14.0.tar.gz) = 8dcb64f63126522e1a3fd65bf6e5839bc3d3f1e13eb514ce0c2057c9b898ff71
2
SHA256 (thrift-0.14.1.tar.gz) = 13da5e1cd9c8a3bb89778c0337cc57eb0c29b08f3090b41cf6ab78594b410ca5
3
SIZE (thrift-0.14.0.tar.gz) = 4180456
3
SIZE (thrift-0.14.1.tar.gz) = 4311458
(-)a/devel/thrift/pkg-plist (-3 lines)
Removed Link Here
1
bin/thrift
2
lib/cmake/thrift/ThriftConfig.cmake
3
lib/cmake/thrift/ThriftConfigVersion.cmake
(-)b/devel/thrift-cpp/Makefile (-1 / +1 lines)
Lines 25-31 USE_LDCONFIG= yes Link Here
25
MAKE_JOBS_UNSAFE=	yes
25
MAKE_JOBS_UNSAFE=	yes
26
PLIST_SUB=		PORTVERSION="${THRIFT_PORTVERSION}"
26
PLIST_SUB=		PORTVERSION="${THRIFT_PORTVERSION}"
27
CMAKE_ON=	BUILD_CPP BUILD_SHARED_LIBS
27
CMAKE_ON=	BUILD_CPP BUILD_SHARED_LIBS
28
CMAKE_OFF=	BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL
28
CMAKE_OFF=	BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL WITH_QT5
29
29
30
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
31
31

Return to bug 255538