[MacPorts] #58287: nghttp2 should have non-python variant

MacPorts noreply at macports.org
Mon Apr 1 19:43:21 UTC 2019


#58287: nghttp2 should have non-python variant
-------------------------+-------------------------
  Reporter:  vitalyster  |      Owner:  Schamschula
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  nghttp2     |
-------------------------+-------------------------

Comment (by vitalyster):

 {{{
 diff --git a/configure.ac b/configure.ac
 index 051eb139..e2a00ac8 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -151,8 +151,6 @@ AC_PROG_MKDIR_P

  PKG_PROG_PKG_CONFIG([0.20])

 -AM_PATH_PYTHON([2.7],, [:])
 -
  if [test "x$request_lib_only" = "xyes"]; then
    request_app=no
    request_hpack_tools=no
 @@ -161,6 +159,7 @@ if [test "x$request_lib_only" = "xyes"]; then
  fi

  if [test "x$request_python_bindings" != "xno"]; then
 +  AM_PATH_PYTHON([2.7],, [:])
    AX_PYTHON_DEVEL([>= '2.7'])
  fi


 }}}
 this patch skips python detection :)

-- 
Ticket URL: <https://trac.macports.org/ticket/58287#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list