Log of /trunk
Directory Listing
Revision
41 -
Directory Listing
Modified
Sun Jan 7 20:24:50 2007 UTC
(6 years, 5 months ago)
by
flameeyes
Add a patchset that simply covers for gnuconfig updating, that can replace both gnuconfig.eclass and econf's calls.
Revision
40 -
Directory Listing
Modified
Sun Jan 7 20:20:55 2007 UTC
(6 years, 5 months ago)
by
flameeyes
Replace 'Testing' with 'Applying', use ebegin/eend to give the status of patching, and make sure that if the trigger action works the patch is considered applied.
Revision
39 -
Directory Listing
Modified
Fri Jan 5 07:38:43 2007 UTC
(6 years, 5 months ago)
by
nightmorph
minor english cleanups
Revision
38 -
Directory Listing
Modified
Tue Jan 2 19:37:20 2007 UTC
(6 years, 5 months ago)
by
nightmorph
fixed up the introduction
Revision
37 -
Directory Listing
Modified
Mon Jan 1 23:51:29 2007 UTC
(6 years, 5 months ago)
by
flameeyes
Document patch_trigger_action function.
Revision
36 -
Directory Listing
Modified
Sun Dec 31 20:43:56 2006 UTC
(6 years, 5 months ago)
by
nightmorph
fixed DTD location
Revision
35 -
Directory Listing
Modified
Sun Dec 31 11:00:10 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Fix xref.
Revision
34 -
Directory Listing
Modified
Sun Dec 31 09:32:10 2006 UTC
(6 years, 5 months ago)
by
nightmorph
grammar, spelling, general english and document flow cleanup, per flameeyes' request
Revision
33 -
Directory Listing
Modified
Sun Dec 31 01:47:20 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Spelling corrections, thanks to lu_zero.
Revision
32 -
Directory Listing
Modified
Sun Dec 31 01:13:10 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Start documenting the functions in the patchset's script.
Revision
31 -
Directory Listing
Modified
Sat Dec 30 09:05:22 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Start writing documentation on writing patchsets.
Revision
30 -
Directory Listing
Modified
Sat Dec 30 08:40:17 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Remove IFS reset, as the set was removed already.
Revision
29 -
Directory Listing
Modified
Sat Dec 30 08:39:25 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Add some documentation about whitespaces in autoepatch.
Revision
28 -
Directory Listing
Modified
Sat Dec 30 08:16:11 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Make standalone just a subsection of Introduction.
Revision
27 -
Directory Listing
Modified
Sat Dec 30 08:10:44 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Add a paragaph about Gentoo specific software.
Revision
26 -
Directory Listing
Modified
Sat Dec 30 08:03:09 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Add a section about requirements
Revision
25 -
Directory Listing
Modified
Sat Dec 30 07:21:56 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Add chapter about alternate prefix.
Revision
24 -
Directory Listing
Modified
Sat Dec 30 07:12:12 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Add a chapter on the reasons why a standalone package was chosen instead of other solutions, and start one about the way autoepatch works.
Revision
23 -
Directory Listing
Modified
Sat Dec 30 06:37:04 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Add id value.
Revision
22 -
Directory Listing
Modified
Sat Dec 30 02:36:37 2006 UTC
(6 years, 5 months ago)
by
flameeyes
Commit the first draft for the documentation, only introduction for now.
Revision
21 -
Directory Listing
Modified
Mon Dec 18 23:13:16 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add a find() commodity function so that a particular find command can be used instead of the default one, this is needed for OpenBSD compatibility as their 'secure' version does not support the -exec {} + option.
Revision
20 -
Directory Listing
Modified
Mon Dec 18 21:45:46 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Remove temporary files if the patch gets applied fine.
Revision
19 -
Directory Listing
Modified
Mon Dec 18 21:45:32 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Fix typo: autepatch -> autoepatch.
Revision
18 -
Directory Listing
Modified
Mon Dec 18 21:45:07 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Don't use xargs to start the grep command, the portable subset of find options allows -exec +, that does what we need. Also use egrep instead of fgrep.
Revision
17 -
Directory Listing
Modified
Mon Dec 18 21:42:53 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Skip a find(1) execution, use fgrep to match a complete string, and make sure no false targets are outputted on empty commandline (can't use xargs's -r option as it's non-STANDARD).
Revision
16 -
Directory Listing
Modified
Mon Dec 18 21:32:50 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add patch for configure LANG settings.
Revision
15 -
Directory Listing
Modified
Mon Dec 18 11:05:25 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Allow a patchset to specify a function to execute on the target instead of an actual patch, this way it can be used also to fix behaviours that would require a lot of patching (used already in KDE).
Revision
14 -
Directory Listing
Modified
Mon Dec 18 11:03:51 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Use --null parameter instead of -Z as -Z is overloaded in FBSD's own grep command.
Revision
13 -
Directory Listing
Modified
Mon Dec 18 10:28:14 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Output a warning if the patch failed to apply but it's not required.
Revision
12 -
Directory Listing
Modified
Mon Dec 18 10:23:16 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Make the fbsd-conf patch apply everywhere, but make it required only on FreeBSD, so that it can be tested on every package beforehand, this is the same spirit that other patches should follow; to check if the patch is already applied or not, that's a task for patch_targets.
Revision
11 -
Directory Listing
Modified
Mon Dec 18 10:17:46 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Filter the list of targets for the kde-autoconf patch: if autoconf 2.6 is already handled just skip them.
Revision
10 -
Directory Listing
Modified
Mon Dec 18 10:12:11 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Announce the patchset first and the targets one by one later.
Revision
9 -
Directory Listing
Modified
Mon Dec 18 10:04:51 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Handle errors from the patching subshell in different ways depending on the code.
Revision
8 -
Directory Listing
Modified
Mon Dec 18 10:02:53 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Announce which patchset and on which target we're handling every time.
Revision
7 -
Directory Listing
Modified
Mon Dec 18 09:57:14 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add ability for a patchset to tell if the patch is required, and to give a specific error message in case it failed to apply.
Revision
6 -
Directory Listing
Modified
Mon Dec 18 09:46:15 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add COPYING with GPL-2 license.
Revision
5 -
Directory Listing
Modified
Mon Dec 18 09:45:47 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add first implementation of autoepatch; patches define a function to find which targets are to be patched, and autoepatch tries all the patches on them. There's a long list of TODOs to handle though.
Revision
4 -
Directory Listing
Modified
Mon Dec 18 09:44:52 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add a patch for KDE's admindir to show that autoepatch can be used for more than just ELT patches.
Revision
3 -
Directory Listing
Modified
Mon Dec 18 09:44:23 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add fbsd-conf patch from ELT-patches as a sample of elibtoolize patches.
Revision
2 -
Directory Listing
Modified
Mon Dec 18 09:44:19 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add patches directory
Revision
1 -
Directory Listing
Added
Sun Dec 17 23:00:39 2006 UTC
(6 years, 6 months ago)
by
flameeyes
Add trunk/ directory.
| Sticky Revision: |
|