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

History of commit frequency

CVS Commit History:


   2017-11-07 17:50:53 by Pierre Pronchery | Files touched by this commit (1)
Log message:
Tokenize the contents of "append_executable"

This configuration parameter is used when linking executables, through
cc(1) or ld(1) for instance.

This allows passing multiple arguments via the "append_executable"
option, like "-fPIC -pie" for instance.

Committing this before joerg@'s approval since a call for testing
PKGSRC_MKPIE has just been issued, and this helps with some packages.
   2017-11-07 17:49:22 by Pierre Pronchery | Files touched by this commit (2)
Log message:
Teach the wrapper for ld(1) about more cases

Building relocatable and omagic files are now recognized. They were
previously recognized as executables, which may require a different
behaviour in some environments (like when enforcing PIE).

Committing this before joerg@'s approval since a call for testing
PKGSRC_MKPIE has just been issued, and this helps with some packages.
   2017-10-27 22:59:59 by Pierre Pronchery | Files touched by this commit (5)
Log message:
Set the correct operation mode in the wrapper for as(1)

This notably fixes building lang/g95 with PKGSRC_MKPIE=yes.

Reviewed by joerg@
   2017-06-11 21:34:44 by Joerg Sonnenberger | Files touched by this commit (9)
Log message:
cwrappers-20170611:
Add new configuration options {ap,pre}pend_{shared,executable} for
adding options when the operation mode is identified as linking.

Based loosely on patch from khorben.
   2017-01-12 15:56:35 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
cwrappers-20170112: Fix typos. From jperkin.
   2016-12-09 23:25:28 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Mark command_child_exec as noreturn. Fix typo.
   2016-12-08 17:58:50 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Hide regeneration rule for people with messed up timestamps.
   2016-11-27 12:46:45 by Joerg Sonnenberger | Files touched by this commit (7)
Log message:
cwrappers-20161125: If spawn.h and posix_spawnp exist, prefer them over
vfork and execp.
   2016-11-25 23:46:40 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
PR pkg/50275: Explicitly disable the locking type here. If shlock is not
a platform tool, it will introduce cyclic dependencies otherwise, e.g.
via sysutils/checkperms.
   2016-09-15 19:08:14 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
cwrappers-20160908: Allow cc -o -.

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