index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-13 | From Phil Dillon-Thiselton <dibblethewrecker@gmail.com>: | Aaron Griffin | |
* Wording error in makepkg.conf | |||
2007-02-13 | Changed "MARCHFLAG" to "ARCHSWITCH" as the name was confusing (it's not a FLAG | Aaron Griffin | |
and not always MARCH). Also changes makepkg.conf.in to not have commented -mcpu lines (due to the above), but to have a comment about the differences in -march and -mcpu | |||
2007-02-06 | * Makepkg updates, and small bugfix on man page compression. | Dan McGee | |
* Change libtool default to makepkg2 behavior. * Other small changes. | |||
2007-02-04 | oops, ENVIRONMENT -> BUILDENV in comments | Dan McGee | |
2007-02-04 | * Updated makepkg to use a new form of options. These two arrays now replace | Dan McGee | |
most of the former options in makepkg.conf, and are described in detail there: BUILDENV=(fakeroot !distcc color !ccache) OPTIONS=(strip !docs !libtool emptydirs) Note that PKGBUILD specified options will always have final say. They will now be specified as they are above, except using lowercase 'options' array. * makepkg was fixed so options actually work as expected. | |||
2007-02-03 | No longer necessary to explicitly specify SRCDEST, leave it up to user to | Dan McGee | |
decide. | |||
2006-12-21 | Errors with last merge (manual patching) | Aaron Griffin | |
Misc fixes from Dan McGee <dpmcgee@gmail.com> | |||
2006-12-21 | Added default SRCDST setting to pacman's source cache | Aaron Griffin | |
2006-12-21 | * Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | |
DOC_DIRS variable for documentation removal repackage option structure cleanup some option removal (--keepdocs, --nostrip) output fixes (msg and msg2) * Jürgen Hötzel <juergen@hoetzel.info> user-specific makepkg.conf (~/.makepkg.conf) | |||
2006-12-14 | * Dan McGee's makepkg updates ↵ | Aaron Griffin | |
http://www.archlinux.org/pipermail/pacman-dev/2006-December/000792.html * configure fixes (CFLAGS) * no-strict-aliasing hacks until full C99 compliance * --with-config-file configure option | |||
2006-11-16 | Minor makepkg changes - mainly from Daniel McGee | Aaron Griffin | |
2006-11-16 | * makepkg.conf.in variable changes (missed the checkin) | Aaron Griffin | |
* Better error reporting when unpacking an archive fails * Fixed -Sc and -Scc cache dir opening/reading | |||
2006-11-14 | * Numerous mini valgrind fixes. | Aaron Griffin | |
* Addition of hacky architecture check in the _splitname function * Removal of libfetch from the archlinux proper - it has been renamed to libdownload and can be found at http://phraktured.net/libdownload * Merge of _some_ of the Frugalware makepkg change - this may still be incomplete * Removal of libftp from cvs proper * PKGBUILD manpage now says 'PKGBUILD' instead of FrugalBuild (he he) | |||
2006-10-15 | Whoops forgot some .in files | Aaron Griffin | |