Opened 16 years ago
Closed 15 years ago
#16408 closed update (fixed)
Update mc to 4.6.2_pre (2007-06-23-14)
Reported by: | dshaposhnik@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), sierkb@… | |
Port: | mc |
Description
mc v.4.6.1 has bug with entering directories with '_' symbol. This is very annoying bug, so in many linux distribs it was updated to 4.6.2_pre1.
I tried various configuration options and get stable build with --with-screen=mcslang on OS X 10.5.4.
Attachments (2)
Change History (11)
Changed 16 years ago by dshaposhnik@…
comment:1 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to waqar@… |
---|
Assigning to maintainer.
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Port: | mc added |
---|
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
4.6.2 final has been released so the port should be updated. Note that the homepage has also changed to http://www.midnight-commander.org/ .
Changed 15 years ago by raimue (Rainer Müller)
Attachment: | patch-mc.diff added |
---|
comment:6 Changed 15 years ago by raimue (Rainer Müller)
Here is a try on updating this one, but the build fails:
Making all in po /usr/bin/make mc.pot-update sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed mv t-remove-potcdate.sed remove-potcdate.sed if test -n 'mc-devel@gnome.org' || test '' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='mc-devel@gnome.org'; \ else \ msgid_bugs_address=''; \ fi; \ /opt/local/bin/xgettext --default-domain=mc --directory=.. \ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --keyword=Q_ \ --files-from=./POTFILES.in \ --copyright-holder='Free Software Foundation, Inc.' \ --msgid-bugs-address="$msgid_bugs_address" test ! -f mc.po || { \ if test -f ./mc.pot; then \ sed -f remove-potcdate.sed < ./mc.pot > mc.1po && \ sed -f remove-potcdate.sed < mc.po > mc.2po && \ if cmp mc.1po mc.2po >/dev/null 2>&1; then \ rm -f mc.1po mc.2po mc.po; \ else \ rm -f mc.1po mc.2po ./mc.pot && \ mv mc.po ./mc.pot; \ fi; \ else \ mv mc.po ./mc.pot; \ fi; \ } test ! -f ./mc.pot || \ test -z "az.gmo be.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo es.gmo eu.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mn.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo ta.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo" || /usr/bin/make az.gmo be.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo es.gmo eu.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mn.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo ta.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo msgmerge --update --no-location az.po mc.pot ................................................................................................... done. msgmerge: `az.po': No such file or directory make[3]: *** [az.po] Error 1 make[2]: *** [stamp-po] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
comment:8 Changed 15 years ago by sierkb@…
Latest released version (as told by http://www.midnight-commander.org/): 4.7.0-pre4.
See http://www.midnight-commander.org/wiki/NEWS-4.7.0-pre4 for details
and http://www.midnight-commander.org/downloads for source tarballs.
Open Tickets for 4.7.0:
http://www.midnight-commander.org/query?status=testing&status=reopened&status=assigned&status=new&status=accepted&group=status&milestone=4.7.0
Translations (for 4.7.0 and in general) and their status, see:
http://www.midnight-commander.org/ticket/1370
http://www.midnight-commander.org/translations/
http://www.transifex.net/projects/p/mc/c/master/
comment:9 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
The update to 4.7.0 was handled in #21218.
Here is my Portfile for stable build.