Ticket #48364: 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. 0.5v8 github.setup tatsuhiro-t nghttp2 1.1.0 v 9 9 categories www 10 10 platforms darwin 11 11 maintainers gmail.com:mschamschula openmaintainer … … 19 19 github.tarball_from releases 20 20 use_xz yes 21 21 22 checksums rmd160 922af016d3aed334cc9d8ab731e5cf3d28fa7b76\23 sha256 8515822015016008ac536de92a7e3652c7dd4f67315ee415f26a30a505f8c82122 checksums rmd160 e696abfcd178b657a4670168d0047b5776bbbf5e \ 23 sha256 7f299484461f8c445bea8ad143761b9736d0b6a1f164d0f9312236e53fab7d0f 24 24 25 25 depends_build port:pkgconfig 26 26 … … 44 44 OPENSSL_CFLAGS=-I${prefix}/include/openssl \ 45 45 OPENSSL_LIBS="-L${prefix}/lib -lcrypto -lssl" \ 46 46 PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python" 47 48 destroot.env PYTHONPATH=${destroot}/${prefix}/lib/python2.7/site-packages/ 49 50 pre-destroot { 51 xinstall -d ${destroot}${prefix}/lib/python2.7/site-packages/ 52 }