[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.0.0-521-g0063878
Dan McGee
dan at archlinux.org
Sun Nov 4 12:38:42 EST 2007
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 006387828cbdd11e6307879ad27e9bb9409ca193 (commit)
via 2e51e28442e5af84d6e121acf3445f7d34c098be (commit)
via 8dc84344444d29a85d70285ddbd64e00c2a27dbc (commit)
via 6d42439a3e22a395592b0ad88a5f77a3bf92fa78 (commit)
via c32f00f77c1bfabd3a21db649fe5f622024ea850 (commit)
via e5be26fb233e0d29148846db21a70870ebe0d0bb (commit)
via c26fe63ee5d84492bcfb36664af8a90619e6ded5 (commit)
via 8feccaed7861010caefa4f7b9824a612a78e3043 (commit)
via 288dd54982b85f6feae7d41faf91a531d9f71085 (commit)
via 7ee62ca216211ef3d46413bdcf6585b035c8a614 (commit)
from 381690f9b3c38f51835bf4d48835d9fc830d66b1 (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 006387828cbdd11e6307879ad27e9bb9409ca193
Author: Dan McGee <dan at archlinux.org>
Date: Sun Nov 4 09:47:21 2007 -0600
Readd scriptlet logging that got lost in an earlier commit
I broke scriptlet logging with ad691001e20272b794d2ed574b556f520e3555c0.
Readd more or less what was there before, although it still needs a lot of
work including hopefully rewriting it to a new event subsystem and having
it log to a seperate file.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 2e51e28442e5af84d6e121acf3445f7d34c098be
Author: Dan McGee <dan at archlinux.org>
Date: Wed Oct 31 11:43:32 2007 -0500
vercmp: add some usage instructions
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 8dc84344444d29a85d70285ddbd64e00c2a27dbc
Author: Dan McGee <dan at archlinux.org>
Date: Sun Nov 4 11:13:24 2007 -0600
Remove unneeded CXX macros from acinclude.m4
This follows the removal patch previously used for GCC & F77 macros. If we
don't use it, dump it so we can speed up configure time.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 6d42439a3e22a395592b0ad88a5f77a3bf92fa78
Author: Dan McGee <dan at archlinux.org>
Date: Sun Nov 4 10:45:55 2007 -0600
Add some text at the top of acinclude.m4 so people know what is going on
Signed-off-by: Dan McGee <dan at archlinux.org>
commit c32f00f77c1bfabd3a21db649fe5f622024ea850
Author: Dan McGee <dan at archlinux.org>
Date: Tue Oct 30 13:10:31 2007 -0500
Remove unneeded F77 and GCJ libtool macros from acinclude.m4
We don't use Fortran or Java code in our project, so no need to waste time
looking for this stuff. This gives a noticeable speedup to running the
./configure program as well.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit e5be26fb233e0d29148846db21a70870ebe0d0bb
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 1 19:36:50 2007 -0500
Make building of pacman.static optional
Because building of pacman.static fails on some platforms, we should make
it optional. It is enabled by default but can be disabled with the use of
the --disable-pacman-static flag.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit c26fe63ee5d84492bcfb36664af8a90619e6ded5
Author: Dan McGee <dan at archlinux.org>
Date: Wed Oct 31 22:19:03 2007 -0500
Add some more autoconf macros to filter our CFLAGS usage
Hopefully these new autoconf macros, with a little magic, will allow us to
compile with any compiler and still choose the options we have available
to us.
Tested locally with gcc 4.2.2 and gcc 3.4.6; the latter doesn't support two
of the items we previously had hardcoded in our CFLAGS.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 8feccaed7861010caefa4f7b9824a612a78e3043
Author: Dan McGee <dan at archlinux.org>
Date: Wed Oct 31 21:30:09 2007 -0500
Use an autoconf macro to see if -fstack-protector is available
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 288dd54982b85f6feae7d41faf91a531d9f71085
Author: Dan McGee <dan at archlinux.org>
Date: Tue Oct 30 13:13:28 2007 -0500
Revise configure.ac
Do a little cleanup of our configure script. Highlights:
* Remove macros deemed unnecessary to call [1]
* Change check for compiler to look for one that is C99 capable-
this automatically adds the -std=gnu99 flag
[1] Noted in the autoconf NEWS file, notably entries for 2.59d
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 7ee62ca216211ef3d46413bdcf6585b035c8a614
Author: Dan McGee <dan at archlinux.org>
Date: Sun Nov 4 10:41:44 2007 -0600
Update libtool files and macros to newest versions
It looks like some of the newer libtool m4 files offer improved support
for the Darwin platform and possibly BSD, so bump our files to these new
versions.
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
acinclude.m4 | 2123 ++++++++---------------------------------------
config.guess | 4 +-
config.sub | 6 +-
configure.ac | 54 +-
lib/libalpm/Makefile.am | 9 +-
lib/libalpm/add.c | 8 +-
lib/libalpm/alpm.h | 1 +
lib/libalpm/remove.c | 4 +-
lib/libalpm/trans.c | 19 +-
lib/libalpm/trans.h | 2 +-
ltmain.sh | 233 ++++--
src/pacman/Makefile.am | 6 +-
src/pacman/callback.c | 3 +
src/util/vercmp.c | 21 +
14 files changed, 589 insertions(+), 1904 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list