pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Feb 26 10:40:46 UTC 2014

Modified Files:
        pkgsrc/devel/libtool-base: Makefile
        pkgsrc/devel/libtool-fortran: Makefile
        pkgsrc/mk/wrapper: scan

Log Message:
Remove special handling of -v in the wrappers.

This was originally introduced to work around some behaviour in the
libtool build, however these days it is actively harmful for a number of
packages, where removing additional arguments when -v is present on the
command line can break ABI detection (notably in CMake packages).

Instead, filter out any references to BUILDLINK_DIR from the libtool
scripts, as that should do the same job.

Retain the ability to run the 'scan' wrapper script, as it can be useful
in certain cases, and is required to support the scan-libtool script
anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/libtool-base/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libtool-fortran/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mk/wrapper/scan

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