| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-ports/pull/315
|
|
|
|
|
| |
PR: 281057
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 273235
Submitted by: Phil Krylov
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: tech-lists zyxst net
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Changes this release:
https://midnight-commander.org/wiki/NEWS-4.8.26
Notes:
svn path=/head/; revision=562259
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
| |
PR: 238425
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by: portmgr (maintainer timeout: 2 months)
Notes:
svn path=/head/; revision=515841
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This is a no-op
Notes:
svn path=/head/; revision=490713
|
|
|
|
|
|
|
|
| |
PR: 234598
Submitted by: Oleg Sidorkin <osidorkin@gmail.com>
Notes:
svn path=/head/; revision=490711
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Changes this release:
https://midnight-commander.org/wiki/NEWS-4.8.20
Notes:
svn path=/head/; revision=456456
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 214812
Submitted by: Robert Schulze <rs@bytecamp.net>
Notes:
svn path=/head/; revision=435520
|
|
|
|
|
|
|
|
| |
Changes this release:
http://midnight-commander.org/wiki/NEWS-4.8.19
Notes:
svn path=/head/; revision=435519
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278
Notes:
svn path=/head/; revision=414892
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.16
PR: 207959
Notes:
svn path=/head/; revision=411128
|
|
|
|
|
|
|
|
|
| |
PR: 204724
Submitted by: Boris Korzun <drtr0jan@yandex.ru>
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=402393
|
|
|
|
|
|
|
|
|
|
| |
- Rewrite port options code
PR: 204724
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=402392
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|