Browse Source

updated mc (as advised by the author ;-)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1110 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
00f0ea3c0b
4 changed files with 6 additions and 95 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      package/rene/mc/mc.desc
  3. +0
    -34
      package/rene/mc/net-ftplink-key.patch
  4. +0
    -59
      package/rene/mc/roff-no-sgr.patch

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -2,6 +2,10 @@
This is not only the CHANGELOG of the desktop target, but also of the
whole rxr-tree.
*) 2003-08-18 (2.0.0-camp - 2.0.0-rc1)
- updated mc (as advised by the author ;-)
*) 2003-08-17 (2.0.0-camp - 2.0.0-rc1)
- Stefan Paletta: fixed 4 build problems

+ 2
- 2
package/rene/mc/mc.desc

@ -39,8 +39,8 @@
[L] GPL
[S] Beta
[V] 4.1.40-pre6
[V] 4.1.40-pre7
[P] X -----5---9 536.000
[D] 2871797356 mc-4.1.40-pre6.tar.bz2 http://mc.linuxinside.com/Releases/
[D] 0 mc-4.1.40-pre7.tar.bz2 http://mc.linuxinside.com/Releases/

+ 0
- 34
package/rene/mc/net-ftplink-key.patch

@ -1,34 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/mc/net-ftplink-key.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./src/main.c.orig 2003-04-30 23:03:39.000000000 +0300
+++ ./src/main.c 2003-06-21 14:15:58.000000000 +0300
@@ -1801,7 +1801,9 @@
{ 'q', quick_cmd_no_menu },
{ 'h', add2hotlist_cmd },
{ '!', external_panelize },
+#ifdef USE_NETCODE
{ 'f', ftplink_cmd },
+#endif
#ifdef WITH_BACKGROUND
{ 'j', jobs_cmd },
#endif

+ 0
- 59
package/rene/mc/roff-no-sgr.patch

@ -1,59 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/mc/roff-no-sgr.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./lib/mc.ext.in.orig 2000-07-19 09:25:48.000000000 +0300
+++ ./lib/mc.ext.in 2003-06-24 19:20:50.000000000 +0300
@@ -348,26 +348,26 @@
# Manual page
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
- Open=nroff @TROFFASCII@ @MANDOC@ %f | %var{PAGER:more}
- View=%view{ascii,nroff} nroff @TROFFASCII@ @MANDOC@ %f
+ Open=GROFF_NO_SGR= nroff @TROFFASCII@ @MANDOC@ %f | %var{PAGER:more}
+ View=%view{ascii,nroff} GROFF_NO_SGR= nroff @TROFFASCII@ @MANDOC@ %f
Icon=man.xpm
# Troff with me macros.
shell/.me
- Open=nroff @TROFFASCII@ -me %f | %var{PAGER:more}
- View=%view{ascii,nroff} nroff @TROFFASCII@ -me %f
+ Open=GROFF_NO_SGR= nroff @TROFFASCII@ -me %f | %var{PAGER:more}
+ View=%view{ascii,nroff} GROFF_NO_SGR= nroff @TROFFASCII@ -me %f
Icon=man.xpm
# Troff with ms macros.
shell/.ms
- Open=nroff @TROFFASCII@ -ms %f | %var{PAGER:more}
- View=%view{ascii,nroff} nroff @TROFFASCII@ -ms %f
+ Open=GROFF_NO_SGR= nroff @TROFFASCII@ -ms %f | %var{PAGER:more}
+ View=%view{ascii,nroff} GROFF_NO_SGR= nroff @TROFFASCII@ -ms %f
Icon=man.xpm
# Manual page - compressed
regex/([^0-9]|^[^\.]*)\.([1-9][a-z]?|n)\.g?[Zz]$
- Open=gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@ | %var{PAGER:more}
- View=%view{ascii,nroff} gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@
+ Open=gunzip -dc %f | GROFF_NO_SGR= nroff @TROFFASCII@ @MANDOC@ | %var{PAGER:more}
+ View=%view{ascii,nroff} gunzip -dc %f | GROFF_NO_SGR= nroff @TROFFASCII@ @MANDOC@
Icon=man.xpm
regex/(read\.?me$)|(README)

Loading…
Cancel
Save