[Mageia-dev] Removing obsolete packages

Michel Catudal michelcatudal at gmail.com
Fri Dec 2 22:11:10 CET 2011


Le 02/12/2011 05:19, Colin Guthrie a écrit :
> 'Twas brillig, and Michel Catudal at 02/12/11 02:32 did gyre and gimble:
>> Le 30/11/2011 02:21, andre999 a écrit :
>>> Michel Catudal a écrit :
>>>> How about putting back previously unsupported packages? The only text
>>>> editor that I use is joe and someone has decided to remove it from
>>>> Mageia.
>>>> I took the Redhat Enterprise version and ported it to mageia. For a
>>>> while the maintainers of joe has incorporated a bug that would make
>>>> it such that it would core dump if you tried to open more than one
>>>> file at a time.
>>>> I am willing to maintain this package.
>>>>
>>>> Michel
>>>>
>>> No problem, since you are willing to maintain it, as long as it makes
>>> it past QA.
>>> (Which means the core dump problem would have to be solved, if not
>>> already.)
>>>
>> The fix was made by Redhat,
>>
>> It was a one char bug
> One char fix, with a six char polish? :p
>

I meant a one line bug.
>>                                  b->oldcur = pdup(b->bof, USTR "main");
>>                                  pline(b->oldcur, get_file_pos(b->name));
>> -                               p_goto_bol(bw->cursor);
>> +                               p_goto_bol(b->oldcur);
>>                                  line = b->oldcur->line - (maint->h - 1)
>> / 2;
>>
>>
>>
>>> It would be  an update to cauldron, and a backport for Mageia 1
>>> (unless it was in Mandriva 2010.1/2, in which case it would be an
>>> update).
>>>
>>
>


-- 
For OS/2 and Linux Software visit
http://home.comcast.net/~mcatudal



More information about the Mageia-dev mailing list
Thierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-21 23:04:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-21 23:04:52 +0000
commitb99d9f882ae0be783ab990a304dcb3f50cbf9685 (patch)
treeda926de23d916f4fb950da5594b9e2c04e352be6 /perl-install/install2.pm
parentbb14a5d13f88ced2f926f764f62c603bf22e547c (diff)
downloaddrakx-b99d9f882ae0be783ab990a304dcb3f50cbf9685.tar
drakx-b99d9f882ae0be783ab990a304dcb3f50cbf9685.tar.gz
drakx-b99d9f882ae0be783ab990a304dcb3f50cbf9685.tar.bz2
drakx-b99d9f882ae0be783ab990a304dcb3f50cbf9685.tar.xz
drakx-b99d9f882ae0be783ab990a304dcb3f50cbf9685.zip
can't call any::config_libsafe so early during install, move it where msec is called
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions