Opened 16 years ago

Closed 14 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)

Portfile (1015 bytes) - added by dshaposhnik@… 16 years ago.
Here is my Portfile for stable build.
patch-mc.diff (1.1 KB) - added by raimue (Rainer Müller) 15 years ago.

Download all attachments as: .zip

Change History (11)

Changed 16 years ago by dshaposhnik@…

Attachment: Portfile added

Here is my Portfile for stable build.

comment:1 Changed 16 years ago by blb@…

Owner: changed from macports-tickets@… to waqar@…

Assigning to maintainer.

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Port: mc added

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:4 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

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:7 Changed 14 years ago by sierkb@…

Cc: sierkb@… added

Cc Me!

comment:9 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

The update to 4.7.0 was handled in #21218.

Note: See TracTickets for help on using tickets.