summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg
AgeCommit message (Collapse)AuthorFilesLines
2007-04-01Move makepkg -> makepkg.in in anticaption of gettextized versionDan McGee1-1081/+0
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-30From: Andrew Fyfe <andrew@neptune-one.net>Aaron Griffin1-0/+2
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>
2007-03-25* Fix bug where 'makepkg -L' doesn't stop on build failure.v3.0.0Dan McGee1-13/+8
Andrew Fyfe <andrew@neptune-one.net> * Add testing to etc/pacman.d/.cvsignore * Fix scriptlet001.py test to work during 'make check'.
2007-03-24Andrew Fyfe <andrew@neptune-one.net>Dan McGee1-2/+2
* Fix FS #6688- builddeps not working in makepkg.
2007-03-20* makepkg: a few more changes to get dependencies working correctly. If aDan McGee1-10/+18
user does not install all required dependencies, makepkg will now bail.
2007-03-20* makepkg: Fix behavior of -Ssr: deps were not being correctly removed before.Dan McGee1-12/+26
2007-03-19* makepkg: fix installation of dependencies with version comparitors.Dan McGee1-3/+8
2007-03-19* Added quoting on several makepkg paths that were lacking it.Dan McGee1-18/+18
2007-03-15* Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks!Dan McGee1-1/+1
2007-03-09* Another slight update, getting rid of -rf flags and clarifying a message.Dan McGee1-2/+3
2007-03-09* Added confirmation step to makepkg -C operation to ensure user is deletingDan McGee1-6/+18
exactly what they think they are.
2007-03-03* file utility was updated to version 4.20, removing code that was there toDan McGee1-12/+6
catch a bug in 4.19.
2007-02-28* Implemented Douglas' suggestion from the ML- print all integrity checksDan McGee1-3/+7
together while using makepkg -g.
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin1-5/+5
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
2007-02-24else if --> elif (thanks to yankees26 for finding this)Aaron Griffin1-1/+1
2007-02-24Syntax errorAaron Griffin1-1/+1
2007-02-23Implementing feature request: <http://bugs.archlinux.org/task/4706>Dan McGee1-15/+19
* 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.
2007-02-14While trying to change the number of missing deps output by makepkg, I noticedAaron Griffin1-37/+44
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
2007-02-13* unset LC_ALL, LANG after sourcing /etc/profile.d/*Jürgen Hötzel1-4/+4
2007-02-11* Implemented FS #5641 as suggested in Aaron's comment- '-S' option now meansDan McGee1-40/+43
'--usesudo', and all install/dep/remove operations now honor it. * Fixed my stupid typo. depricated -> deprecated :)
2007-02-09* Fix #2982 - use -Rs to remove depsAaron Griffin1-2/+2
* "pacman3" seems to have snuck in there somehow, fixed that
2007-02-08* Nice overhaul of manpages. It is at least a start.Dan McGee1-1/+1
* Alphabetized options in pacman usage.
2007-02-06* Makepkg updates, and small bugfix on man page compression.Dan McGee1-1/+9
* Change libtool default to makepkg2 behavior. * Other small changes.
2007-02-06I should test code before I check it in. Also a fix for the annoying wget ↵Dan McGee1-3/+3
output in PKGBUILD bug.
2007-02-06* Added some backwards compatability stuff to makepkg, along with helpfulDan McGee1-6/+21
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".
2007-02-04* Updated makepkg to use a new form of options. These two arrays now replaceDan McGee1-21/+61
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-03Fix problem with PKGDEST variable not being used correctly.Dan McGee1-2/+3
2007-02-01It appears I misunderstood what this bash-ism didAaron Griffin1-1/+1
2007-02-01This removes the warning about skipping dependency checking when the user isDan McGee1-1/+4
either generating the md5sums, repackaging, or just downloading and extracting. The patch is below. ~ Jamie / yankees26 Signed-off-by: James Rosten <seinfeld90@gmail.com>
2007-02-01install scriptlet is _always_ .INSTALLAaron Griffin1-1/+1
2007-02-01Move filelist creation ABOVE the other metafiles to keep them out of the listAaron Griffin1-5/+5
2007-02-01removal of unnecessary '\' in integrity check generationDan McGee1-3/+1
2007-01-26James Rosten <seinfeld90 at gmail.com>Aaron Griffin1-1/+9
* Use PKGDEST and SRCDEST from the environment (if defined) when calling makepkg
2007-01-23James Rosten <seinfeld90@gmail.com>Aaron Griffin1-1/+6
* noextract PKGBUILD option to NOT extract source files - implemented with existing in_array function
2007-01-22Lowercase "changelog" in output messageAaron Griffin1-1/+1
2007-01-22Rename Changelog -> ChangeLog (the standard way of casing a ChangeLog)Aaron Griffin1-3/+3
2007-01-22Changelog support for makepkg - this has been in pacman itself for some time,Aaron Griffin1-4/+13
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)
2007-01-22makepkg file-type detection changes from James Rosten <seinfeld90@gmail.com>Aaron Griffin1-12/+8
and Johannes Weiner <hannes@saeurebad.de> This should fix FS#6246
2007-01-17Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-8/+8
* 'unset' fixes * typo in "dependecy" * indent fixes
2007-01-17Roman Kyrylych <Roman.Kyrylych@gmail.com>Aaron Griffin1-47/+24
* dependency removal fixes and refactoring
2007-01-02* James Rosten <seinfeld90@gmail.com>Aaron Griffin1-0/+32
Makepkg dep removal on failure FS#5923
2006-12-21Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin1-12/+9
* fix in_array variables and usage * correct the final compression - 'filelist' was unused
2006-12-21* Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-3/+3
Formating / comment changes Fix dep check conditional
2006-12-21Errors with last merge (manual patching)Aaron Griffin1-58/+47
Misc fixes from Dan McGee <dpmcgee@gmail.com>
2006-12-21* Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-126/+120
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-21* modeline fixes / reformattingAaron Griffin1-308/+310
* 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
2006-12-19Makefile adjustments for installation rules:Aaron Griffin1-4/+4
added all the newer scripts/ added pacman.d and abs sysconf subdirs Minor makepkg revert for previous change to 'errexit' shell option
2006-12-18FS #3289 fix from Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-3/+7
2006-12-14* Dan McGee's makepkg updates ↵Aaron Griffin1-44/+68
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-12-05Check status of final tar/compress package creation for final status (FS#3382)Aaron Griffin1-0/+5