summaryrefslogtreecommitdiff
path: root/misc/mc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-061-1/+1
| | | | | | | | | | | | | | | | | | The filesystems category houses file systems and file system utilities. It is added mainly to turn the sysutils/fusefs-* pseudo-category into a proper one, but is also useful for the sundry of other file systems related ports found in the tree. Ports that seem like they belong there are moved to the new category. Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are not moved as they currently don't fetch and don't have TIMESTAMP set in their distinfo, but that is required to be able to push a rename of the port by the pre-receive hook. Approved by: portmgr (rene) Reviewed by: mat Pull Request: https://github.com/freebsd/freebsd-ports/pull/302 PR: 281988
* misc/mc: fix packaging with EDITOR option disabledPiotr Smyrak2024-11-041-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-ports/pull/315
* misc/mc: update Midnight Commander to version 4.8.32Alexey Dokuchaev2024-09-184-15/+21
| | | | | PR: 281057 Reported by: portscout
* misc/mc: update Midnight Commander to version 4.8.31Alexey Dokuchaev2024-01-313-34/+33
| | | | | | | | | | | | | | | | | - Added support for LZO(P) compressed files (via external program) - Support for native FISH server and protocol had been dropped; VFS renamed to generic ``shell'' - Add missing run-time dependency on English dictionary, otherwise on every launch, the editor would greet the user with ``No word lists can be found for the language "en"'' error message - Disable Aspell support by default again as it turned out to be not just a build dependency - Do not pass $(E2P_CFLAGS) to ``src/vfs/local/Makefile.in'' now that the build issue had been fixed upstream - Install manpages under ${PREFIX}/share/man, per new world order PR: 276424 (editor nagging) Reported by: portscout (new version)
* misc/mc: drop needless run-time dependencies on Aspell and XlibAlexey Dokuchaev2024-01-151-6/+5
| | | | | | | | | | | | | | | | | | | | | Yury V. Zaytsev points out that for X11 and Aspell support, header files <X11/Xlib.h> and <aspell.h> are only needed during the build, while their corresponding libraries would be loaded dynamically if available; if not, mc(1) would still work fine, just without those features. The source code and ldd(1) output confirm his findings: % cd $WRKDIR/mc-4.8.30 && grep -R -A1 g_module_build_path * lib/tty/x11conn.c: x11_module_fname = g_module_build_path (NULL, "X11"); lib/tty/x11conn.c- x11_module = g_module_open (x11_module_fname, G_MODULE_BIND_LAZY); -- src/editor/spell.c: spell_module_fname = g_module_build_path (NULL, "libaspell"); src/editor/spell.c- spell_module = g_module_open (spell_module_fname, G_MODULE_BIND_LAZY); This allows to enable Aspell support by default and drop X11-less slave port now that both of these dependencies are build-time only yet still can be completely disabled via options. PR: 269120
* misc/mc: update Midnight Commander to version 4.8.30Alexey Dokuchaev2023-09-073-12/+17
| | | | | PR: 273235 Submitted by: Phil Krylov
* Depend on `sysutils/e2fsprogs-core' in the remaining three portsAlexey Dokuchaev2023-01-031-1/+1
| | | | | | | | | Chase commit 14e733a6bb4b and depend on the new port origin which most utilities and libraries now belong to. This would often go unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless, but might cause package build tools to always rebuild consumers. PR: 268551
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* misc/mc{,-nox11}: slightly improve the ports' Makefiles (+)Alexey Dokuchaev2022-08-101-6/+5
| | | | | | | | | | - Do not globally pollute -I/-L with ${LOCALBASE} when handling the NLS option and pass it as the --with-libintl-prefix instead - Drop no longer supported --with-slang-includes configure switch, correct paths are obtained via pkgconf(1) these days - Set PKGNAMESUFFIX together with CONFLICTS_INSTALL in the master so they are always coherent (previously, when the main port is built with X11 option unset it would conflict with itself)
* misc: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Adam Weinberger <adam@vectors.cx> * Adam Weinberger <adamw@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Alan E <alane@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alex Stangl <alex@stangl.us> * Alexander Logvinov <avl@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Nusov <alexander.nusov@nfvexpress.com> * Alexander Timoshenko <gonzo@univ.kiev.ua> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alexey Zelkin <phantom@FreeBSD.org> * Andreas Kohout <shanee@rabbit.augusta.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrew Stuart <elitetek@tekrealm.net> * Andrey Simonenko * Andrey Zakhvatov * Andy Kosela <akosela@andykosela.com> * Andy Pavlo <amp0928@rit.edu> * Anton Berezin <tobez@FreeBSD.org> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Attila Nagy <bra@fsn.hu> * Bjorn Lindstrom <bkhl@elektrubadur.se> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Brent J. Nordquist <bjn@visi.com> * Cheng-Lung Sung <clsung@FreeBSD.org> * Chris Costello <chris@FreeBSD.org> * Chris D. Faulhaber <jedgar@fxp.org> * Chris Piazza <cpiazza@FreeBSD.org> * Chris Stuart <firewolf@lightningfire.net> * Conrad Sabatier <conrads@home.com> * Dan Moschuk <dan@FreeBSD.org> * Daniel B. Hemmerich <dan@spot.org> * David Johnson <david@usermode.org> * David O'Brien (obrien@cs.ucdavis.edu) * Dean Hollister <dean@odyssey.apana.org.au> * Denis Shaposhnikov <dsh@vlink.ru> * Dereckson <dereckson@gmail.com> * Dima Dorfman <dima@unixfreak.org> * Dima Sivachenko * Dima Sivachenko <dima@chg.ru> * Dmitry Morozovsky <marck@FreeBSD.org> * Dmitry Sivachenko <dima@Chg.RU> * Edwin Groothuis <edwin@mavetju.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eric Turgeon <ericbsd@FreeBSD.org> * Evaldas Auryla <ea@zaib.as> * Filippo Natali <filippo@widestore.net> * Frank Steinborn <steinex@nognu.de> * Frederic Culot <culot@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Garrett Wollman <wollman@FreeBSD.org> * Gea-Suan Lin <gslin@gslin.org> * Greg Lehey <grog@FreeBSD.org> * Guangyuan Yang <ygy@FreeBSD.org> * Gustau Perez i Querol <gustau.perez@gmail.com> * Harald Schmalzbauer <freebsd@omnilan.de> * Harald Wille <harald.wille@students.jku.at> * Hye-Shik Chang <perky@python.or.kr> * Igor Pokrovsky <ip@unixway.org> * J Han <hjh@best.com> * James Earl <jdearl@telus.net> * James FitzGibbon <jfitz@FreeBSD.org> * James Howard <howardj@wam.umd.edu> * Jeremy Shaffner <jeremy@external.org> * Jim Mock <jim@FreeBSD.org> * Joao Carlos Mendes Luis <jonny@jonny.eng.br> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johann Visagie <wjv@FreeBSD.org> * John Marino <marino@FreeBSD.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Rodriguez <king@v2project.com> * Julian Stacey <jhs@FreeBSD.org> * KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> * Kelly Yancey <kbyanc@posi.net> * Kim Scarborough <user@unknown.nu> * Kimura Fuyuki <fuyuki@nigredo.org> * Kirill Ponomarew <ponomarew@oberon.net> * Koop Mast <kwm@FreeBSD.org> * Kubilay Kocak <koobs@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Leland Wang <llwang@infor.org> * Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> * Maksym Sobolyev <sobomax@pbxpress.it> * Marc Fonvieille <blackend@FreeBSD.org> * Marcus Alves Grando <mnag@FreeBSD.org> * Marie Loise Nolden <loise@kde.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Blapp <mb@imp.ch> * Martin Neubauer <m.ne@gmx.net> * Martin Wilke <miwi@FreeBSD.org> * Mathieu Arnold <m@absolight.net> * Matt Emmerton <matt@gsicomp.on.ca> * Matt Mills <matt_mills@btopenworld.com> * Matthew Seaman * Matthias Andree <matthias.andree@gmx.de> * Max Khon <fjoe@FreeBSD.org> * Maxim Khon <fjoe@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael A. Kohn <mike@mikekohn.net> * Michael Elbel (me) * Michael Haro <mharo@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikael Urankar <mikael.urankar@gmail.com> * Mike Smith <msmith@FreeBSD.org> * Miklos Niedermayer <mico@bsd.hu> * NECDET COKYAZICI <cokyazici@yahoo.co.uk> * Naito Yuichiro <naito.yuichiro@gmail.com> * Neil Blakey-Milner <nbm@rucus.ru.ac.za> * Niek Bergboer <niek@bergboer.net> * Oleh Hushchenkov <gor@clogic.com.ua> * Oliver Lehmann <oliver@FreeBSD.org> * Patrick Li <pat@databits.net> * Patrick Seal <patseal@hyperhost.net> * Pav Lucistnik <pav@oook.cz> * Pete Fritchman <petef@databits.net> * Peter Pentchev <roam@FreeBSD.org> * Philip Paeps <philip@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rainer Hurling <rhurlin@gwdg.de> * Ralf S. Engelschall <rse@engelschall.com> * Robert Withrow <witr@rwwa.com> * Roman Bogorodskiy <novel@FreeBSD.org> * Rong-En Fan <rafan@FreeBSD.org> * Ryan Steinmetz <zi@FreeBSD.org> * Sander Vesik <sander@haldjas.folklore.ee> * Scot W. Hetzel * Seamus Venasse <svenasse@polaris.ca> * Sebastien gioria <gioria@FreeBSD.org> * Serge Gagnon <gagnon__s@videotron.ca> * Sergei Kolobov <sergei@kolobov.com> * Sergey Skvortsov <skv@protey.ru> * SimaMoto,RyoTa <liangtai.s4@gmail.com> * Simon 'corecode' Schubert <corecode@corecode.ath.cx> * Slaven Rezic <slaven@rezic.de> * Stefan Walter <swalter@lettermax.de> * Stephen Farrell <steve@farrell.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Wills <swills@FreeBSD.org> * Steven Enderle <enderle@mdn.de> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas (<thierry@FreeBSD.org>) * Thomas Gellekum <tg@FreeBSD.org> * Timothy Bourke <timbob@bigpond.com> * Ting-Wei Lan <lantw44@gmail.com> * Tobias Roth <ports@fsck.ch> * Tom Rhodes <trhodes@FreeBSD.org> * Tomoyuki Sakurai <cherry@trombik.org> * Torsten Blum <torstenb@FreeBSD.org> * Vladimir Kondratyev <wulf@FreeBSD.org> * Wei-chun Chao * Wen Heping <wen@FreeBSD.org> * Willem van Engen <wvengen@stack.nl> * Wojciech A. Koszek <wkoszek@FreeBSD.org> * Xavier Beaudouin <kiwi@oav.net> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yoichi NAKAYAMA <yoichi@FreeBSD.org> * Yonatan@Xpert.com * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * Zeus Panchenko <zeus@gnu.org.ua> * alfred@FreeBSD.org * bmc@WillsCreek.COM * chinsan * cracauer@cons.org "Martin Cracauer" * dbaker * dd * dikshie <dikshie@lapi.itb.ac.id> * djp * globalpanic@gmx.net * gmarco@giovannelli.it * gpalmer * hrs, lesi * igor@zynaps.ru * ijliao * itojun@itojun.org * jmacd * joerg * jsellens * kaz * king@v2project.com * marcus * marcus@FreeBSD.org * markm * milki <milki@rescomp.berkeley.edu> * mnag * moeding * mp39590@gmail.com * mstowe@chicago.us.mensa.org * olgeni@FreeBSD.org * osa * pfg * ports@c0decafe.net <ports@c0decafe.net> * roam@FreeBSD.org * roam@orbitel.bg * sahne * sanpei@FreeBSD.org * sec@42.org * sf * shanee@augusta.de * shipley@dis.org * stolz@i2.informatik.rwth-aachen.de * sumikawa@FreeBSD.org * vanilla * wosch With hat: portmgr
* misc/mc: drop SMB option now that support had been removed upstreamAlexey Dokuchaev2022-03-311-7/+3
| | | | | SMB support has already been disabled in Debian; only Fedora and us had been keeping it on despite it's been half-broken for 13 years.
* misc/mc: update Midnight Commander to version 4.8.28.Alexey Dokuchaev2022-03-303-6/+16
|
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-2/+2
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* misc/mc: improve the check whether installed diff(1) is GNU or BSDAlexey Dokuchaev2021-09-261-9/+7
| | | | | | | | | | | | | | | | In 2017, GNU diff had been replaced by BSD licensed diff in our base, but some features of GNU diff had not been implemented, particularly, the ``group format'' family of options. Instead of checking for the ${OSVERSION} value, check if installed diff(1) implementation is GNU or BSD one based on the --version output. Because conditions are subject to immediate expansion, we cannot use ${DIFF} and ${GREP} variables; however, literal ``diff'' is actually correct in this particular case as user's preferred diff(1) does not necessarily point to ``/usr/bin/diff'' which ${DIFF} expands to. While here, amend the EDITOR option description so it clearly refers to the internal *text* editor.
* misc/mc: handling of the port's options had been improved (+)Alexey Dokuchaev2021-09-221-4/+9
| | | | | | | | | - Use correct helper for X11 option, which is --with-x, not --enable-x - Do not pass bogus --without-smb-foobar=... options when SMB support is disabled - Allow to build with Aspell support in the internal editor while here PR: 258632
* misc/mc: update Midnight Commander to version 4.8.27, but not onlyAlexey Dokuchaev2021-08-203-10/+8
| | | | | | | | | | | | | | - Don't try to patch up unsupported compiler warning options and fix the configure script detection logic instead (it correctly passes -Werror in Clang's case, but assumes that $CC is literally called `clang' which is, of course, wrong on both FreeBSD and in general) - Keep the UNRAR_VERSION adjustment for now: even though it had been fixed upstream, with version 7 it would brake again - Expand the creator line in the Makefile to include Torsten's full name, with his permission. We have other people named Torsten in the project these days, and this change makes it less confusing PR: 253796, 257888
* misc/mc: the port had been improved (+)Alexey Dokuchaev2021-06-241-4/+6
| | | | | | | | | | | | | | | | | | | - By popular demand, disable EXTATTR option by default: the benefits it provides are outweighed by having to pull `sysutils/e2fsprogs' port as dependency and various troubles people are having with it. While here, adjust the description as it was is a bit misleading: it is not limited exclusively to ext2fs, but can also manage UFS- specific flags like append-only, etc. [1] - Fix ZIP/UNZIP program detection and add missing dependency on the `archivers/zip' as FreeBSD does not provide native zip(1) program. This bug had been present since late 2014: when fixing PR 193766, an incomplete patch had been committed; it went unnoticed because apparently users rarely create ZIP archives, and extraction worked because `archivers/unzip' is very commonly installed package [2] PR: 249284, 256766 [1] 256546, 193766 [2]
* misc/mc: the port had been improved (+)Alexey Dokuchaev2021-05-272-17/+36
| | | | | | | | | | | | | | | - GC outdated CONFLICTS (misc/mc-light had been removed on 2019-10-16) - Add missing SCREEN_DESC (screen library) option description - Offer new option, EXTATTR (ext2fs extended attributes support) and ensure, in somewhat ugly way, that dependency on `sysutils/e2fsprogs' won't be silently picked up if this option is disabled - Tell users that /bin/sh, our base system sh(1), is not supported as concurrent subshell because it does not allow "precmd" hooks [1] - Fix entering RAR archives after `archivers/unrar` had been updated to version 6.x [2] - Use helper target and simplify installation of documentation files PR: 208391 [1], 251404 [2]
* graphics/*gphoto2;misc/mc: take maintainership.Alexey Dokuchaev2021-05-221-1/+1
|
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* Ports should not change their names depending on options.Mathieu Arnold2021-05-031-1/+1
| | | | Reported by: tech-lists zyxst net
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* misc/mc: Fix build with ncurses optionBen Woods2021-01-261-0/+1
| | | | | | | | | | | | PR: 252903 Submitted by: Rozhuk Ivan <rozhuk.im@gmail.com> Reported by: jakub_lach@mailplus.pl Reported by: mbeis@xs4all.nl Reported by: m.bueker@berlin.de Reported by: michael.osipov@siemens.com Notes: svn path=/head/; revision=563008
* misc/mc: Update to 4.8.26Ben Woods2021-01-214-28/+13
| | | | | | | | Changes this release: https://midnight-commander.org/wiki/NEWS-4.8.26 Notes: svn path=/head/; revision=562259
* misc/mc: Update to 4.8.24Ben Woods2020-01-203-7/+16
| | | | | | | | | | | | Upstream have also added python 3 support with this release. Changes this release: https://midnight-commander.org/wiki/NEWS-4.8.24 PR: 242898 Notes: svn path=/head/; revision=523694
* misc/mc: Update to 4.8.23Ben Woods2019-12-073-5/+5
| | | | | | | | | | | Changes this release: https://midnight-commander.org/wiki/NEWS-4.8.23 PR: 242280 Submitted by: Leonid Nevecherya <nevecherya@gmail.com> Notes: svn path=/head/; revision=519172
* Add USES=xorg USES=gl, ports categories l and mNiclas Zeising2019-11-061-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516917
* New port: misc/mc-nox11: misc/mc but without x11 dependenciesKoichiro Iwao2019-10-281-1/+3
| | | | | | | | | PR: 238425 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Approved by: portmgr (maintainer timeout: 2 months) Notes: svn path=/head/; revision=515841
* misc/mc: Do not override variables after bsd.port.pre.mkTobias Kortkamp2019-01-311-2/+3
| | | | | | | | | | | At least the Python run dependency is not added on FreeBSD >= 12.0 because of it. PR: 234587 Approved by: woodsb02 (maintainer timeout, 4 weeks) Notes: svn path=/head/; revision=491705
* misc/mc: Tidy up MakefileBen Woods2019-01-192-8/+5
| | | | | | | This is a no-op Notes: svn path=/head/; revision=490713
* misc/mc: Update to 4.8.22Ben Woods2019-01-193-4/+5
| | | | | | | | PR: 234598 Submitted by: Oleg Sidorkin <osidorkin@gmail.com> Notes: svn path=/head/; revision=490711
* - Update misc/mc to 4.8.21Emanuel Haupt2018-08-234-7/+10
| | | | | | | | | | | - Update WWW (current URL returns: HTTP/1.1 301 Moved Permanently) - Pacify portlint PR: 229581 Approved by: maintainer-timeout (woodsb02, 47 days) Notes: svn path=/head/; revision=477859
* - Fix LICENSEDmitry Marakasov2018-02-151-7/+6
| | | | | | | | | | | - Add LICENSE_FILE - Add missing run-dependency on python - Fix shebangs properly, do not fix shebangs on files which do not have them Approved by: portmgr blanket Notes: svn path=/head/; revision=461937
* misc/mc: Fix SUBSHELL blank terminal upon opening in xterm with SlangBen Woods2017-12-172-0/+29
| | | | | | | | | | | | | Note: Unfortunately this does not fix this issue on the FreeBSD console. PR: 217758 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> Reported by: Dron <dron_2@ua.fm> Reported by: danfe MFH: 2017Q4 Notes: svn path=/head/; revision=456522
* misc/mc: Update to 4.8.20Ben Woods2017-12-163-5/+8
| | | | | | | | Changes this release: https://midnight-commander.org/wiki/NEWS-4.8.20 Notes: svn path=/head/; revision=456456
* misc/mc: Fix invalid tty baudrate detection disabling verbose modeBen Woods2017-07-232-1/+12
| | | | | | | | | | PR: 220944 Submitted by: Michael Büker <m.bueker@berlin.de> Obtained from: https://midnight-commander.org/ticket/2452#comment:15 MFH: 2017Q3 Notes: svn path=/head/; revision=446488
* misc/mc: Use textproc/diffutils on FreeBSD 12Ben Woods2017-05-292-2/+21
| | | | | | | | | | | - The new bsddiff in FreeBSD 12 does not yet support --old-group-format - Fix python shebangfix to require python2 PR: 219277 Submitted by: bsam Notes: svn path=/head/; revision=441985
* misc/mc: Only install desktop entry and icon if X11 option is enabledBen Woods2017-03-064-14/+9
| | | | | | | | PR: 214812 Submitted by: Robert Schulze <rs@bytecamp.net> Notes: svn path=/head/; revision=435520
* misc/mc: Update to 4.8.19Ben Woods2017-03-064-7/+17
| | | | | | | | Changes this release: http://midnight-commander.org/wiki/NEWS-4.8.19 Notes: svn path=/head/; revision=435519
* misc/mc: Update to 4.8.18Ben Woods2016-10-154-18/+9
| | | | | | | | | | | | | - Silence post-patch sed commands - Remove patch-src_cons.handler.c; changes upstreamed Changes this release: http://www.midnight-commander.org/wiki/NEWS-4.8.18 Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=423999
* misc/mc: Update to 4.8.17Ben Woods2016-05-117-933/+23
| | | | | | | | | | | | | | | | | - Remove patches for upstream tickets 2742, 3611, 3617 (resolved) - Move patch of lib/tty/win.c to lib/tty/tty-ncurses.c (upstream change) - Add patch of src/cons.handler.c to fix build, reported upstream [1] Changes this release: https://www.midnight-commander.org/wiki/NEWS-4.8.17 [1] https://www.midnight-commander.org/ticket/3643 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D6321 Notes: svn path=/head/; revision=414983
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* misc/mc: Multiple fixesMark Felder2016-03-184-4/+930
| | | | | | | | | | | | - Fix subshell functionality for csh users - Make SFTP an option, enabled by default - Fix SIGILL on FreeBSD 9.x - Fix perl ls helper with fish shell PR: 207487, 208027, 208102, 208104 Notes: svn path=/head/; revision=411345
* misc/mc: Update to 4.8.16Mark Felder2016-03-144-24/+4
| | | | | | | | | Changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.16 PR: 207959 Notes: svn path=/head/; revision=411128
* misc/mc: fix - delete patch obsolete after 4.8.15 updateBartek Rutkowski2015-11-251-11/+0
| | | | | | | | | PR: 204724 Submitted by: Boris Korzun <drtr0jan@yandex.ru> Approved by: portmgr (blanket) Notes: svn path=/head/; revision=402393
* misc/mc: update 4.8.14 -> 4.8.15Bartek Rutkowski2015-11-253-28/+15
| | | | | | | | | | - Rewrite port options code PR: 204724 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=402392
* Fix "Cannot create pipe streams" when running shell commands using the FilteredAdam Weinberger2015-04-272-0/+12
| | | | | | | | | | | View menu item on the File menu. PR: 199366 Reported by: Trond.Endrestol@ximalas.info Patch by: Ben Woods (maintainer) Notes: svn path=/head/; revision=384828
* misc/mc: 4.8.13 -> 4.8.14Kurt Jaeger2015-03-235-21/+25
| | | | | | | | | | | | - With patch from Ranjan1018 <214748mv@gmail.com> to fix man page display error from PR 195309 - submitter becomes maintainer PR: 198829 Submitted by: Ben Woods <woodsb02@gmail.com> Notes: svn path=/head/; revision=382039