Next | Query returned 113 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2016-02-23 16:17:42 by Joerg Sonnenberger | Files touched by this commit (3)
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.
   2015-07-18 18:50:51 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Avoid creating empty relink commands. This can happen when libtool
decides in the platform specific logic that relinking is not necessary
after initially setting it, e.g. on OSX. Fixing this and creating more
compact libtool archives is a better approach than working around it in
cwrappers. Bump revision.
   2014-12-02 11:56:24 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
When relinking with DESTDIR, also look into DESTDIR for the desired
object. Bump revision.
   2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456)
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
   2014-09-01 14:40:48 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Ensure that all BUILDLINK_DIR references are removed, not just the first.

Bump PKGREVISION for this change as well as the recent libtool-fortran fix.
   2014-06-15 16:42:05 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Don't use -nostdlib for C++ with GCC on Solaris. Bump revision of
libtool-base.
   2014-05-10 17:32:08 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Revert. Not approved and not correct.
   2014-05-10 15:35:59 by Richard PALO | Files touched by this commit (1)
Log message:
revbump libtool-base after libtool patches
   2014-03-08 20:57:26 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Don't try to extract GCC's linker line. It includes -lgcc, but not
-lgcc_s for starters. It also confuses the static-only library search in
libtool itself. Bump revision.

Based on patch from jperkin@.
   2013-08-27 17:50:23 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
PR 48081: Explicitly disable Fortran in libtool-base, otherwise it will
incorrectly handle the default wrapper scripts on Cygwin.

libtool bug 14579: Disable ar(1) locking on OSX. It creates more harm
than good.

Bump libtool-base and libtool-fortran.

Next | Query returned 113 messages, browsing 11 to 20 | Previous