aboutsummaryrefslogtreecommitdiffstats
path: root/tools/quilt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tools/quilt: update to 0.66Hannu Nyman2019-11-241-2/+2
| | | | | | | | | Update quilt to version 0.66 Release notes at: http://git.savannah.nongnu.org/cgit/quilt.git/tree/NEWS?id=294006e12 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools/quilt: update to 0.65Hannu Nyman2016-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User-visible changes since 0.64 are as follows: - Translation fixes - Project settings have priority - Reject binary files in patches - Fix a race condition in diff_file - Performance: Optimizations to the setup command - Performance: Optimizations to the bash completion script - Test suite: Improve the edit test case - Test suite: Make the symlink test more robust - Test suite: Test backup failure - Test suite: Test the header command with hard links - diff: Report diff failures - edit: Fix a corner case bug - mail: Fix the help text - push: Fix the synopsis - refresh: Do not remove symlinks - refresh: Break links to read-only patch files - refresh: Always preserve modification time - setup: Report failed look-ups in inspect-wrapper - quilt.el: Fix quilt-editable when patches are stored in subdirs - bash_completion: Handle spaces in file names - bash_completion: Update the list of commands - bash_completion: Add new command options - bash_completion: Fix handling of mail, new, push options - guards: Simplify the help text - guards: Include the file name also in the "Not found" case - guards: Add support for an external filelist in --check mode - guards: Report which config file has problem in --check mode - guards: Documentation update - guards: Clarify a user message Note to packagers: the Makefile was modified to take configure's --sysconfdir into account as other projects do. As a result, setting --prefix=/usr will no longer put the configuration files under /etc. You now need to explicitly pass --sysconfdir=/etc. If you don't, configuration files will go under /usr/etc, which is not what you want. This is somewhat less intuitive, but also more consistent with what other projects are doing. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/quilt: update to 0.64Felix Fietkau2015-10-301-3/+3
| | | | | | | | | | | Update quilt to version 0.64. Changelog: http://git.savannah.gnu.org/cgit/quilt.git/tree/NEWS?id=v0.64 Refresh patches. (scripts/inspect.in has been removed upstream) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47299
* quilt: add further relocatability fixesJo-Philipp Wich2015-09-291-3/+0
| | | | | | | | | Prevent quilt's build system from generating useless compat wrappers and hardcoded absolute utility paths to binaries in staging_dir/host/. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47070
* include/download.mk: Add download mirrors for tools from GNU Savannah (bug ↵John Crispin2014-10-081-1/+1
| | | | | | | | | | | #15184) I defined a new download method @SAVANNAH in include/download.mk and scripts/download.pl, and converted quilt and qemu to use that method. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 42840
* quilt: update to 0.63Luka Perkov2014-05-091-2/+2
| | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 40744
* quilt: update to 0.61Luka Perkov2014-02-021-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39452
* quilt: update to 0.60Luka Perkov2013-09-241-4/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38170
* build: BSD compile fixesFelix Fietkau2013-03-071-5/+1
| | | | | | | | | | | | | | | | following patch allows to build images for Qemu ARM on OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64. Mostly small pieces of code changes to get things right on the specific platform. Updated the README to describe better, which tools on the host are required. Added some kind of prepare scripts to install needed tools on BSD via packages. Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de> SVN-Revision: 35900
* quilt: make it possible to override the path to getopt (based on patch from ↵Felix Fietkau2011-07-311-1/+4
| | | | | | #9842) SVN-Revision: 27852
* quilt: pass PATH and FIND to configure (FreeBSD compatibility)Jo-Philipp Wich2010-10-071-0/+4
| | | | SVN-Revision: 23288
* tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)Alexandros C. Couloumbis2010-07-271-0/+1
| | | | SVN-Revision: 22397
* tools: update quilt to 0.48Alexandros C. Couloumbis2010-04-241-3/+3
| | | | SVN-Revision: 21146
* fix quilt installation on all platformsFlorian Fainelli2009-08-261-2/+2
| | | | SVN-Revision: 17405
* make quilt installation work on cygwinFlorian Fainelli2009-08-251-1/+1
| | | | SVN-Revision: 17398
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-8/+8
| | | | | | host-build steps SVN-Revision: 14610
* detect quilt configure errors properly (their broken configure script does ↵Felix Fietkau2009-01-251-0/+5
| | | | | | not return proper error codes) SVN-Revision: 14181
* build and install a current quilt version in tools/Felix Fietkau2008-08-271-0/+30
SVN-Revision: 12398