[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-144-gc279046

Dan McGee dan at archlinux.org
Sun Apr 26 10:29:51 EDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".

The branch, master has been updated
       via  c27904661ef96cb2e7c729ce82b527146529c768 (commit)
      from  10584ec8eab873ffb4b03dd8e4a4703dabed8955 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c27904661ef96cb2e7c729ce82b527146529c768
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Apr 26 20:58:04 2009 +1000

    makepkg: make in-place sed portable
    
    Do a sed replacement in-place is not very portable.  On Mac OSX and
    BSDs, the syntax is "sed -i ''" where as with GNU sed the command is
    "sed -i''" or just "sed -i".  This patch detects which command should
    be used during configure.
    
    Credit to Kevin Barry who researched this issue and provided a patch
    to work around this using temporary backup files.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

-----------------------------------------------------------------------

Summary of changes:
 configure.ac          |    5 +++++
 scripts/Makefile.am   |    1 +
 scripts/makepkg.sh.in |    4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list