Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ensure MAKEFLAGS and DISTCC_HOSTS are exported if required | Dan McGee | 2007-05-16 |
| | |||
* | Bumps for pacman 3.0.3 | Dan McGee | 2007-04-28 |
| | |||
* | * Alexander Baldeck <alexander@archlinux.org> | Aaron Griffin | 2007-04-18 |
| | | | | Bugfix for FS#6944 | ||
* | makepkg: unset one more language variable | Dan McGee | 2007-04-17 |
| | |||
* | Bugfixes in prep for a 3.0.2 release | Dan McGee | 2007-04-17 |
| | | | | | Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in | ||
* | Fix FS #6872- CFLAGS were not being exported | Dan McGee | 2007-04-11 |
| | |||
* | * Tom Killian <tom@archlinux.org> | Aaron Griffin | 2007-04-04 |
| | | | | Properly align checksums on makepkg -g | ||
* | From: Andrew Fyfe <andrew@neptune-one.net> | Aaron Griffin | 2007-03-30 |
| | | | | | | | | | | | Date: Thu, 29 Mar 2007 11:11:36 +0100 Subject: [PATCH 1/1] Fix bug where makepkg can't extract .tar.Z archives. For some reason 'tar -xf' doesn't work with .tar.Z, you need to use 'tar -xzf' to extract the archive. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | ||
* | * Fix bug where 'makepkg -L' doesn't stop on build failure. | Dan McGee | 2007-03-25 |
| | | | | | | Andrew Fyfe <andrew@neptune-one.net> * Add testing to etc/pacman.d/.cvsignore * Fix scriptlet001.py test to work during 'make check'. | ||
* | Andrew Fyfe <andrew@neptune-one.net> | Dan McGee | 2007-03-24 |
| | | | | * Fix FS #6688- builddeps not working in makepkg. | ||
* | * makepkg: a few more changes to get dependencies working correctly. If a | Dan McGee | 2007-03-20 |
| | | | | user does not install all required dependencies, makepkg will now bail. | ||
* | * makepkg: Fix behavior of -Ssr: deps were not being correctly removed before. | Dan McGee | 2007-03-20 |
| | |||
* | * makepkg: fix installation of dependencies with version comparitors. | Dan McGee | 2007-03-19 |
| | |||
* | * Added quoting on several makepkg paths that were lacking it. | Dan McGee | 2007-03-18 |
| | |||
* | * Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks! | Dan McGee | 2007-03-14 |
| | |||
* | * Another slight update, getting rid of -rf flags and clarifying a message. | Dan McGee | 2007-03-09 |
| | |||
* | * Added confirmation step to makepkg -C operation to ensure user is deleting | Dan McGee | 2007-03-09 |
| | | | | exactly what they think they are. | ||
* | * file utility was updated to version 4.20, removing code that was there to | Dan McGee | 2007-03-03 |
| | | | | catch a bug in 4.19. | ||
* | * Implemented Douglas' suggestion from the ML- print all integrity checks | Dan McGee | 2007-02-28 |
| | | | | together while using makepkg -g. | ||
* | * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to | Aaron Griffin | 2007-02-26 |
| | | | | | | | | be used in place of -Y. Also, -D was rather silly, as it does mostly what -S does. * Cleaned up pacman_deptest - removed the goofy faketarget stuff (NEEDS testing still) * libalpm function renames | ||
* | else if --> elif (thanks to yankees26 for finding this) | Aaron Griffin | 2007-02-24 |
| | |||
* | Syntax error | Aaron Griffin | 2007-02-24 |
| | |||
* | Implementing feature request: <http://bugs.archlinux.org/task/4706> | Dan McGee | 2007-02-23 |
| | | | | | | | | | | | | | * Added these three possible options (or !options, more likely), to the PKGBUILD possibilities: - ccache - distcc - makeflags * Removed the --noccache and -j flags from makepkg as their functionality is better used by adding the above options to a PKGBUILD- keep the functionality where it is needed. Testing would be appreciated, I didn't do much of that yet. | ||
* | While trying to change the number of missing deps output by makepkg, I noticed | Aaron Griffin | 2007-02-14 |
| | | | | | | | some needless complication in a few of these functions (checkdeps required stderr output due to the way it was called/used) so that's all cleaned up now. Also, makepkg no longer outputs a single dep when they are missing, it lists all at once, including makedeps | ||
* | * unset LC_ALL, LANG after sourcing /etc/profile.d/* | Jürgen Hötzel | 2007-02-13 |
| | |||
* | * Implemented FS #5641 as suggested in Aaron's comment- '-S' option now means | Dan McGee | 2007-02-11 |
| | | | | | '--usesudo', and all install/dep/remove operations now honor it. * Fixed my stupid typo. depricated -> deprecated :) | ||
* | * Fix #2982 - use -Rs to remove deps | Aaron Griffin | 2007-02-09 |
| | | | | * "pacman3" seems to have snuck in there somehow, fixed that | ||
* | * Nice overhaul of manpages. It is at least a start. | Dan McGee | 2007-02-08 |
| | | | | * Alphabetized options in pacman usage. | ||
* | * Makepkg updates, and small bugfix on man page compression. | Dan McGee | 2007-02-06 |
| | | | | | * Change libtool default to makepkg2 behavior. * Other small changes. | ||
* | I should test code before I check it in. Also a fix for the annoying wget ↵ | Dan McGee | 2007-02-06 |
| | | | | output in PKGBUILD bug. | ||
* | * Added some backwards compatability stuff to makepkg, along with helpful | Dan McGee | 2007-02-06 |
| | | | | | | warnings so people aren't caught off guard in the future. * Added a temp fix for a bug in file 4.19 where bziped tarballs were returning type "application/empty". | ||
* | * Updated makepkg to use a new form of options. These two arrays now replace | Dan McGee | 2007-02-04 |
| | | | | | | | | | | 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. | ||
* | Fix problem with PKGDEST variable not being used correctly. | Dan McGee | 2007-02-03 |
| | |||
* | It appears I misunderstood what this bash-ism did | Aaron Griffin | 2007-02-01 |
| | |||
* | This removes the warning about skipping dependency checking when the user is | Dan McGee | 2007-02-01 |
| | | | | | | | | | | either generating the md5sums, repackaging, or just downloading and extracting. The patch is below. ~ Jamie / yankees26 Signed-off-by: James Rosten <seinfeld90@gmail.com> | ||
* | install scriptlet is _always_ .INSTALL | Aaron Griffin | 2007-02-01 |
| | |||
* | Move filelist creation ABOVE the other metafiles to keep them out of the list | Aaron Griffin | 2007-02-01 |
| | |||
* | removal of unnecessary '\' in integrity check generation | Dan McGee | 2007-02-01 |
| | |||
* | James Rosten <seinfeld90 at gmail.com> | Aaron Griffin | 2007-01-26 |
| | | | | * Use PKGDEST and SRCDEST from the environment (if defined) when calling makepkg | ||
* | James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 2007-01-23 |
| | | | | | * noextract PKGBUILD option to NOT extract source files - implemented with existing in_array function | ||
* | Lowercase "changelog" in output message | Aaron Griffin | 2007-01-22 |
| | |||
* | Rename Changelog -> ChangeLog (the standard way of casing a ChangeLog) | Aaron Griffin | 2007-01-22 |
| | |||
* | Changelog support for makepkg - this has been in pacman itself for some time, | Aaron Griffin | 2007-01-22 |
| | | | | | | | but I don't know why I never crammed the changes for makepkg in. * Adds a "Changelog" file next to a PKGBUILD as part of the package (viewed with pacman -Qc) | ||
* | makepkg file-type detection changes from James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 2007-01-22 |
| | | | | | | and Johannes Weiner <hannes@saeurebad.de> This should fix FS#6246 | ||
* | Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2007-01-17 |
| | | | | | | * 'unset' fixes * typo in "dependecy" * indent fixes | ||
* | Roman Kyrylych <Roman.Kyrylych@gmail.com> | Aaron Griffin | 2007-01-17 |
| | | | | * dependency removal fixes and refactoring | ||
* | * James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 2007-01-02 |
| | | | | Makepkg dep removal on failure FS#5923 | ||
* | Jürgen Hötzel <juergen@hoetzel.info> | Aaron Griffin | 2006-12-21 |
| | | | | | * fix in_array variables and usage * correct the final compression - 'filelist' was unused | ||
* | * Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2006-12-21 |
| | | | | | Formating / comment changes Fix dep check conditional | ||
* | Errors with last merge (manual patching) | Aaron Griffin | 2006-12-21 |
| | | | | Misc fixes from Dan McGee <dpmcgee@gmail.com> |