Page MenuHomeFreeBSD

D20287.id.diff
No OneTemporary

D20287.id.diff

Index: head/devel/thrift-cpp/Makefile
===================================================================
--- head/devel/thrift-cpp/Makefile
+++ head/devel/thrift-cpp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thrift
PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= APACHE/thrift/${PORTVERSION}
@@ -20,7 +20,6 @@
DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo
-BROKEN_powerpc64= fails to compile: undefined reference to std::__throw_out_of_range_fmt
BROKEN_SSL= openssl111
BROKEN_SSL_REASON_openssl111= 'configure: error: "Error: libcrypto required."'
@@ -44,15 +43,19 @@
--without-php_extension \
--without-python \
--without-ruby \
+ --without-lua \
+ --with-qt5=no \
--without-go
-LDFLAGS+= -L${OPENSSLLIB}
-CFLAGS+= -I${OPENSSLINC}
-
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang
USE_CXXSTD= c++11
+.endif
+
+.if ${SSL_DEFAULT} != base
+LDFLAGS+= -L${OPENSSLLIB}
+CFLAGS+= -I${OPENSSLINC}
.endif
post-install:

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 22, 7:14 AM (20 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28933847
Default Alt Text
D20287.id.diff (1 KB)

Event Timeline