Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * 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> | ||
* | * Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2006-12-21 |
| | | | | | | | | | | | 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) | ||
* | * modeline fixes / reformatting | Aaron Griffin | 2006-12-21 |
| | | | | | | | * formatting / indentation fixes * makepkg: Dan McGee <dpmcgee@gmail.com> - integrity check fix Jürgen Hötzel <juergen@hoetzel.info> - EUID usage and "x$foo" check revamp | ||
* | Makefile adjustments for installation rules: | Aaron Griffin | 2006-12-19 |
| | | | | | | added all the newer scripts/ added pacman.d and abs sysconf subdirs Minor makepkg revert for previous change to 'errexit' shell option | ||
* | FS #3289 fix from Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2006-12-18 |
| | |||
* | * Dan McGee's makepkg updates ↵ | Aaron Griffin | 2006-12-14 |
| | | | | | | | | 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 | ||
* | Check status of final tar/compress package creation for final status (FS#3382) | Aaron Griffin | 2006-12-05 |
| | |||
* | Minor makepkg changes - mainly from Daniel McGee | Aaron Griffin | 2006-11-16 |
| | |||
* | * integrity check looping - support multiple algorithms at once | Aaron Griffin | 2006-11-15 |
| | |||
* | * Numerous mini valgrind fixes. | Aaron Griffin | 2006-11-14 |
| | | | | | | | | | | * 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) | ||
* | Added copyright holder | Aaron Griffin | 2006-10-19 |
| | |||
* | partial support for version comparators (patch from VMiklos ↵ | Aurelien Foret | 2006-02-17 |
| | | | | <vmiklos@frugalware.org>) | ||
* | sync with pacman 2.9.8 | Aurelien Foret | 2006-02-16 |
| | |||
* | use sudo for -i if available (fw) | Judd Vinet | 2006-01-28 |
| | |||
* | little fix for erroneous output | Judd Vinet | 2006-01-26 |
| | |||
* | added new options field to PKGBUILDs for package-by-package overrides | Judd Vinet | 2006-01-22 |
| | |||
* | Added .tbz2 extension to makepkg | Judd Vinet | 2005-12-30 |
| | |||
* | added frugalware patch for DistCC support | Judd Vinet | 2005-12-14 |
| | |||
* | Applied unset_lcall_lang.diff -- unset LANG/LC_ALL before building packages | Judd Vinet | 2005-12-09 |
| | |||
* | added patch from VMiklos - fixes ownership problems when building in a ↵ | Judd Vinet | 2005-10-25 |
| | | | | chroot w/ fakeroot | ||
* | copied up-to-date scripts from pacman 2.9.7 | Judd Vinet | 2005-10-20 |
| | |||
* | changed license package field to a list | Aurelien Foret | 2005-08-20 |
| | |||
* | made makepkg echo the version-release number as well (#2375) | Judd Vinet | 2005-03-15 |
| | |||
* | Initial revision | Judd Vinet | 2005-03-15 |