pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 23 15:07:36 UTC 2016

Modified Files:
        pkgsrc/lang/python33: Makefile distinfo
        pkgsrc/lang/python33/patches: patch-Lib_distutils_unixccompiler.py
        pkgsrc/lang/python34: Makefile distinfo
        pkgsrc/lang/python34/patches: patch-Lib_distutils_unixccompiler.py
        pkgsrc/lang/python35: Makefile distinfo
        pkgsrc/lang/python35/patches: patch-Lib_distutils_unixccompiler.py

Log Message:
A few years ago, a brilliant mind decided to hard-code DT_RUNPATH for
all platforms that use GNU ld. This is of course completely wrong. Some
platforms have always implemented the sane semantic for DT_RPATH already
and newer saw a reason for implementing the then-redundant DT_RUNPATH.
Unbreak them by trusting the compiler to actually know what the platform
default should be. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/python33/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/python33/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/lang/python33/patches/patch-Lib_distutils_unixccompiler.py
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/python34/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/python34/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/lang/python34/patches/patch-Lib_distutils_unixccompiler.py
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python35/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/python35/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/lang/python35/patches/patch-Lib_distutils_unixccompiler.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index