1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/lang/python35/files
Tobias Kortkamp dcbb4afe98 lang/python3?: Fix python3.?-config behavior when symlinked
When python3.?-config is symlinked to another location it starts
outputting bogus paths.  For example

$ pwd
/home/tobias
$ python3.6-config --includes
-I/usr/local/include/python3.6m -I/usr/local/include/python3.6m
$ ln -s /usr/local/bin/python3.6-config python3-config
$ ./python3-config --includes
-I/home/include/python3.6m -I/home/include/python3.6m

This breaks ports trying to use BINARY_ALIAS together with
python3.?-config.  Apply a patch to resolve the symlink first before
trying to find the install prefix.

PR:		229749
Submitted by:	tobik
Reviewed by:	antoine, miwi
Approved by:	python (miwi)
2018-07-26 08:58:50 +00:00
..
patch-issue20210
patch-issue30622 Fix build with OpenSSL 1.1.0 (security/openssl-devel) 2018-02-15 12:48:09 +00:00
patch-issue33127 lang/python35: Fix build with LibreSSL 2.7 2018-04-28 19:17:33 +00:00
patch-Lib_distutils_command_install__lib.py
patch-Lib_distutils_tests_test__install__lib.py
patch-Makefile.pre.in
patch-Misc__python-config.sh.in lang/python3?: Fix python3.?-config behavior when symlinked 2018-07-26 08:58:50 +00:00
patch-Modules___ctypes__libffi__src__arm__ffi.c
pkg-message.in