[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.4.2-206-g619c165

Dan McGee dan at archlinux.org
Wed Dec 29 20:31:50 EST 2010


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  619c165d36c2d89732c2658abaa61bf50ec1ac8e (commit)
       via  2052f29cdb2248ffbdc2d10b815ac50ad7494e01 (commit)
       via  0c29eb431a26467fc5ec14742cfcdc7ce3558334 (commit)
       via  d22777146446ecaf8b4b9c0afd593d23c5c9766e (commit)
       via  81dd9d3ebc3eca04fade4df4689c53d1d11c5f19 (commit)
       via  fcc09bd7e35766a5f025282491501824ee11cf27 (commit)
       via  c002567d965bea56f740c46b35467446c276cd42 (commit)
      from  bd98b93a6e161c436c22f6c39d2d6293f420cbcc (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 619c165d36c2d89732c2658abaa61bf50ec1ac8e
Merge: 2052f29 c002567
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Dec 29 19:28:46 2010 -0600

    Merge branch 'maint'

commit 2052f29cdb2248ffbdc2d10b815ac50ad7494e01
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Dec 25 15:43:06 2010 +1000

    makepkg: add option to clear buildflags
    
    Add the "buildflags" option, which is useful in its negative form
    for disabling CFLAGS, CXXFLAGS and LDFLAGS when building a package.
    This is useful when determining of one of these flags is causing
    an issue with a package.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 0c29eb431a26467fc5ec14742cfcdc7ce3558334
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Dec 16 00:06:43 2010 +1000

    makepkg: Add check() function for running test suites
    
    A PKGBUILD can have an option check() function for running test suites
    between the build() and package() stages.  This function is run by
    default but can be disabled globally in with "!check" in BUILDENV in
    makepkg.conf. This setting can be controlled on an individual package
    basis using makepkg's --check and --nocheck flags. Addition dependencies
    needed for running the test suite can be specified in the checkdepends
    array and are only checked when running the check() function.
    
    Original-work-by: Jeff C <jeff at kcaccess.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d22777146446ecaf8b4b9c0afd593d23c5c9766e
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Dec 18 05:11:29 2010 +1000

    Use limits.h for PATH_MAX
    
    We use PATH_MAX everywhere by including limits.h so there is no
    point in doing a check for it in a different header when dealing
    with FreeBSD's libfetch.
    
    Also, remove autoconf check for strings.h header as it is not used
    anywhere.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 81dd9d3ebc3eca04fade4df4689c53d1d11c5f19
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Dec 18 04:48:09 2010 +1000

    Detect undefined PATH_MAX
    
    POSIX does not require PATH_MAX be defined when there is not actual
    limit to its value.  This affects HURD based systems.  Work around
    this by defining PATH_MAX to 4096 (as on Linux) when this is not
    defined.
    
    Also, clean up inclusions of limits.h and remove autoconf check for
    this header as we do not use macro shields for its inclusion anyway.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit fcc09bd7e35766a5f025282491501824ee11cf27
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Dec 30 11:11:54 2010 +1000

    Correct type for hash value storage
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 NEWS                    |    2 ++
 PKGBUILD-split.proto    |    6 ++++++
 PKGBUILD.proto          |    8 ++++++--
 acinclude.m4            |   16 ++++++++++++++++
 configure.ac            |    5 +++--
 contrib/PKGBUILD.vim    |    2 +-
 doc/PKGBUILD.5.txt      |   22 +++++++++++++++++++++-
 doc/index.txt           |   31 +++++++++++++++++--------------
 doc/makepkg.8.txt       |    7 +++++++
 doc/makepkg.conf.5.txt  |    5 +++++
 etc/makepkg.conf.in     |    5 +++--
 lib/libalpm/be_sync.c   |    1 +
 lib/libalpm/db.h        |    1 -
 lib/libalpm/deps.h      |    2 +-
 lib/libalpm/dload.c     |    7 ++-----
 lib/libalpm/error.c     |    7 ++-----
 lib/libalpm/package.c   |    1 -
 lib/libalpm/sync.c      |    1 +
 lib/libalpm/trans.c     |    1 +
 scripts/makepkg.sh.in   |   40 ++++++++++++++++++++++++++++++++++++----
 src/util/cleanupdelta.c |    2 ++
 src/util/testdb.c       |    2 ++
 22 files changed, 135 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list