Age | Commit message (Collapse) | Author |
|
output in PKGBUILD bug.
|
|
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".
|
|
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.
|
|
|
|
|
|
either generating the md5sums, repackaging, or just downloading and extracting.
The patch is below.
~ Jamie / yankees26
Signed-off-by: James Rosten <seinfeld90@gmail.com>
|
|
|
|
|
|
|
|
adding a package to a database. Also added commenting. :)
|
|
surprisingly enough, heh)
|
|
* Fix up add.c a bit better than it was in regards to FS #3492.
* Optimized the sqrt call in dependency cycle checking to a single call.
* Removal of an outdated comment.
|
|
* Lots of code cleanup, and type fixes
* Make 'makeworld' a bit more in-line with the other stuff
* Make -Si and -Qi operations appear the same
|
|
* Use PKGDEST and SRCDEST from the environment (if defined) when calling makepkg
|
|
* noextract PKGBUILD option to NOT extract source files
- implemented with existing in_array function
|
|
|
|
|
|
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)
|
|
and Johannes Weiner <hannes@saeurebad.de>
This should fix FS#6246
|
|
* 'unset' fixes
* typo in "dependecy"
* indent fixes
|
|
* dependency removal fixes and refactoring
|
|
* rankmirrors addition of single url testing
|
|
Cleanup and fixes from last patch
Fix some tar error conditions
* Dan McGee <dpmcgee@gmail.com>
USECOLOR from rc.conf
|
|
FS#5009 fixes - use tar on the pacman DB so as to handle cases where the
base directory cannot be 'mv'ed and other such edge cases.
|
|
Makepkg dep removal on failure FS#5923
|
|
* Dan McGee <dpmcgee@gmail.com>
pacman-optimize checking fixes
|
|
* quoting and $() changes
* remove a boatload of duplications (previous patching)
* added user-based config file ~/.abs.conf (for fun)
* fixed CONNMODE usage
|
|
* fix in_array variables and usage
* correct the final compression - 'filelist' was unused
|
|
Formating / comment changes
Fix dep check conditional
|
|
Misc fixes from Dan McGee <dpmcgee@gmail.com>
|
|
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)
|
|
* 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
|
|
added all the newer scripts/
added pacman.d and abs sysconf subdirs
Minor makepkg revert for previous change to 'errexit' shell option
|
|
|
|
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
|
|
|
|
Original Idea copyright (c) 2006 R.G. <chesercat>
Modified 2006 by Dan McGee <dpmcgee@gmail.com>
|
|
|
|
* Added testing-usability to abs
|
|
|
|
(no PKGBUILD)
* libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a
typesafe _get_what_we_want(p) scheme [not 100% complete yet]
* some const correctness changes
* removal of PM_* types in alpm.h in favor of the pm*_t types used throughout
libalpm
|
|
|
|
|
|
machine - still pending
* Addition of _alpm_pkg_makefilename to simplify the with/without -ARCH prefix
scheme we're going with for the interim
|
|
* 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)
|
|
|
|
|
|
|
|
|
|
|