pkgsrc/lang/python27
schmonz bf2c4f42a3 On systems where both of the conditions
1. LD_LIBRARY_PATH does _not_ take precedence over DT_RPATH
   (e.g. Linux)
2. A previous libpython with the same major.minor is already installed
   (e.g. a previous version of this package)

hold, the built python will be linked with the installed libpython,
causing it to report an old teeny version in sys.version_info while
staging the install. Then "make package" fails with PLIST mismatches for
{,Pattern}Grammar.*.pickle.

pkgsrc knows which version we're building. Pass that down instead.

For platforms that weren't having this problem, no functional change
intended. For platforms that were, this simply restores "make package",
so no PKGREVISION bump.
2020-08-14 19:28:43 +00:00
..
patches On systems where both of the conditions 2020-08-14 19:28:43 +00:00
ALTERNATIVES
buildlink3.mk
DESCR
dist.mk python27: updated to 2.7.18 2020-04-20 20:05:56 +00:00
distinfo On systems where both of the conditions 2020-08-14 19:28:43 +00:00
Makefile On systems where both of the conditions 2020-08-14 19:28:43 +00:00
options.mk python*: Switch to USE_X11=weak 2020-01-21 10:57:26 +00:00
PLIST python27: updated to 2.7.17 2019-10-21 09:40:35 +00:00
PLIST.Darwin Fix for Darwin/Xcode 10 (missing QuickTime.framework); PLIST_VARS cleanup 2018-09-28 11:01:37 +00:00
PLIST.IRIX
PLIST.Linux
PLIST.SunOS python: Fix PLIST.SunOS 2018-06-17 19:31:50 +00:00