Ticket #48532: Portfile-nghttp2.diff
File Portfile-nghttp2.diff, 1.3 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 5 5 PortGroup cxx11 1.0 6 6 PortGroup github 1.0 7 7 8 github.setup tatsuhiro-t nghttp2 1. 1.2v8 github.setup tatsuhiro-t nghttp2 1.2.0 v 9 9 set PythonVersion 2.7 10 10 categories www 11 11 platforms darwin … … 20 20 github.tarball_from releases 21 21 use_xz yes 22 22 23 checksums rmd160 863f176b35b6b1ec7f2d77eea40383650b030606\24 sha256 8bd4a1dde16bf82fbacfe26ba48f22f6758c2d38202e7a956e0d07037269923723 checksums rmd160 d27b7f725f1a1d5d5f4c60bb0a710fe4b82aed74 \ 24 sha256 9e4a419c835b6cfa08ff9743f823638d32d8516aa3abfc86598272d173bc558f 25 25 26 26 depends_build port:pkgconfig 27 27 … … 47 47 PYTHON=${prefix}/bin/python${PythonVersion} \ 48 48 PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error ${frameworks_dir}/Python.framework/Versions/${PythonVersion}/Python" 49 49 50 # Patch to deal with https://github.com/tatsuhiro-t/nghttp2/issues/30351 # Remove once this is fixed upstream.52 patchfiles patch-python-Makefile.in.diff53 54 50 destroot.env PYTHONPATH=${destroot}${prefix}/lib/python2.7/site-packages/ 55 51 56 52 pre-destroot {