| Commit message (Collapse) | Author | Age |
|
|
|
| |
catch a bug in 4.19.
|
|
|
|
| |
together while using makepkg -g.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
'--usesudo', and all install/dep/remove operations now honor it.
* Fixed my stupid typo. depricated -> deprecated :)
|
|
|
|
| |
* "pacman3" seems to have snuck in there somehow, fixed that
|
|
|
|
| |
* Alphabetized options in pacman usage.
|
|
|
|
|
| |
* Change libtool default to makepkg2 behavior.
* Other small changes.
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
|
|
|
| |
* 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
|
|
|
|
| |
Makepkg dep removal on failure FS#5923
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
| |
<vmiklos@frugalware.org>)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|