pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 23 15:17:42 UTC 2016

Modified Files:
        pkgsrc/devel/libtool: distinfo
        pkgsrc/devel/libtool-base: Makefile
Added Files:
        pkgsrc/devel/libtool/patches: patch-libltdl_config_depcomp

Log Message:
The dependency compiler of libtool uses predictable temporary file names
when creating the output dependency file. This is normally not a problem
as libtool internally serializes the access. But when a package like
games/scid wants to compile the same file both for a library archive and
for the main program, two libtool invocations can happen at the same
time and therefore, two depcomp invocations as well. Include the PID in
the name of the temporary file to avoid this problem. Bump libtool-base
revision.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/libtool/distinfo
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/libtool-base/Makefile
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/libtool/patches/patch-libltdl_config_depcomp

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