Skip to content

Commit

Permalink
fbthrift: update to 2018.05.28.00
Browse files Browse the repository at this point in the history
Removes autoconf related configuration.

Closes: https://trac.macports.org/ticket/56572
  • Loading branch information
mohd-akram authored and pmetzger committed Jun 7, 2018
1 parent a51de69 commit 737c3fc
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions devel/fbthrift/Portfile
Expand Up @@ -2,11 +2,10 @@

PortSystem 1.0
PortGroup cxx11 1.1
PortGroup cmake 1.1
PortGroup github 1.0

github.setup facebook fbthrift 90bdb701d91e
version 0.31.99
revision 6
github.setup facebook fbthrift 2018.05.28.00 v
categories devel
platforms darwin
license Apache-2
Expand All @@ -16,22 +15,9 @@ maintainers nomaintainer
description Facebook's branch of Apache Thrift, including a new C++ server.
long_description ${description}

checksums rmd160 522bbeaacfeda93ebfd0337f601981f69dffa888 \
sha256 075a42ae1610ba2257f246f9a8cb482565e48fd2c94cfd3d230814a210e37c68

use_autoreconf yes

worksrcdir ${worksrcdir}/thrift

configure.env-append \
PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error ${frameworks_dir}/Python.framework/Versions/2.7/Python" \
PYTHON="${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7" \
PY_INSTALL_ARGS="--prefix=${frameworks_dir}/Python.framework/Versions/2.7 --root=${destroot}"

# needed for ax_boost and friends
depends_build-append \
port:autoconf-archive \
port:pkgconfig
checksums rmd160 5971fed91a7799cf542de4df7bd5e29a2303346b \
sha256 78fa2ef3b8bb38c7621943c23f6aedcdec803a1a75635cb0e755199033feb1b6 \
size 3865822

# doesn't build with libressl as of 2016-09-05
depends_lib-append port:boost \
Expand Down

0 comments on commit 737c3fc

Please sign in to comment.