notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: misc/mc/Makefile

Number of commits found: 172 (showing only 100 on this page)

1 | 2  »  

Wednesday, 31 Jan 2024
09:36 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: update Midnight Commander to version 4.8.31

- 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)
commit hash: b729969ca735c302869d175990629bd21b860d27 commit hash: b729969ca735c302869d175990629bd21b860d27 commit hash: b729969ca735c302869d175990629bd21b860d27 commit hash: b729969ca735c302869d175990629bd21b860d27 b729969
Monday, 15 Jan 2024
10:38 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: drop needless run-time dependencies on Aspell and Xlib

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
commit hash: a5ade24bb0d77d5ca30a27dc33748ff644a09588 commit hash: a5ade24bb0d77d5ca30a27dc33748ff644a09588 commit hash: a5ade24bb0d77d5ca30a27dc33748ff644a09588 commit hash: a5ade24bb0d77d5ca30a27dc33748ff644a09588 a5ade24b
Thursday, 7 Sep 2023
08:16 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: update Midnight Commander to version 4.8.30

PR:		273235
Submitted by:	Phil Krylov
commit hash: 739ba086b074582a47002e1870c3f85027c674a4 commit hash: 739ba086b074582a47002e1870c3f85027c674a4 commit hash: 739ba086b074582a47002e1870c3f85027c674a4 commit hash: 739ba086b074582a47002e1870c3f85027c674a4 739ba08
Tuesday, 3 Jan 2023
08:26 Alexey Dokuchaev (danfe) search for other commits by this committer
Depend on `sysutils/e2fsprogs-core' in the remaining three ports

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 hash: 154daac90dcda8c7602b65d7edac6be3995ce934 commit hash: 154daac90dcda8c7602b65d7edac6be3995ce934 commit hash: 154daac90dcda8c7602b65d7edac6be3995ce934 commit hash: 154daac90dcda8c7602b65d7edac6be3995ce934 154daac9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 10 Aug 2022
11:19 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc{,-nox11}: slightly improve the ports' Makefiles (+)

- 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)
commit hash: 20c44243c483cda921aba0a776c90ab3f3a284b0 commit hash: 20c44243c483cda921aba0a776c90ab3f3a284b0 commit hash: 20c44243c483cda921aba0a776c90ab3f3a284b0 commit hash: 20c44243c483cda921aba0a776c90ab3f3a284b0 20c4424
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
misc: remove 'Created by' lines

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
commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 b832da1
Thursday, 31 Mar 2022
07:29 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: drop SMB option now that support had been removed upstream

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.
commit hash: d4bdaf8beffc6f522a122b29b0dc9f1ff3d2be1a commit hash: d4bdaf8beffc6f522a122b29b0dc9f1ff3d2be1a commit hash: d4bdaf8beffc6f522a122b29b0dc9f1ff3d2be1a commit hash: d4bdaf8beffc6f522a122b29b0dc9f1ff3d2be1a d4bdaf8
Wednesday, 30 Mar 2022
00:58 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: update Midnight Commander to version 4.8.28.
commit hash: cb08f87a82c5b015bdc73bf14c9ada8730b61585 commit hash: cb08f87a82c5b015bdc73bf14c9ada8730b61585 commit hash: cb08f87a82c5b015bdc73bf14c9ada8730b61585 commit hash: cb08f87a82c5b015bdc73bf14c9ada8730b61585 cb08f87
Tuesday, 23 Nov 2021
22:11 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

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)
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af 5933ac0
Sunday, 26 Sep 2021
15:44 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: improve the check whether installed diff(1) is GNU or BSD

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.
commit hash: bf294827efee6b6298dcd76a985b97d8638a4966 commit hash: bf294827efee6b6298dcd76a985b97d8638a4966 commit hash: bf294827efee6b6298dcd76a985b97d8638a4966 commit hash: bf294827efee6b6298dcd76a985b97d8638a4966 bf29482
Wednesday, 22 Sep 2021
06:29 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: handling of the port's options had been improved (+)

- 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
commit hash: d37893d25e54a580b0c7f9ceaef3f6a3814815da commit hash: d37893d25e54a580b0c7f9ceaef3f6a3814815da commit hash: d37893d25e54a580b0c7f9ceaef3f6a3814815da commit hash: d37893d25e54a580b0c7f9ceaef3f6a3814815da d37893d
Friday, 20 Aug 2021
09:01 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: update Midnight Commander to version 4.8.27, but not only

- 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
commit hash: 27d49c4c907fff7d64f82d400fd0897464f796dd commit hash: 27d49c4c907fff7d64f82d400fd0897464f796dd commit hash: 27d49c4c907fff7d64f82d400fd0897464f796dd commit hash: 27d49c4c907fff7d64f82d400fd0897464f796dd 27d49c4
Thursday, 24 Jun 2021
08:03 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: the port had been improved (+)

- 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]
commit hash: 4eb82883317e97c3851e041c415fca854bf062fc commit hash: 4eb82883317e97c3851e041c415fca854bf062fc commit hash: 4eb82883317e97c3851e041c415fca854bf062fc commit hash: 4eb82883317e97c3851e041c415fca854bf062fc 4eb8288
Thursday, 27 May 2021
08:42 Alexey Dokuchaev (danfe) search for other commits by this committer
misc/mc: the port had been improved (+)

- 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]
commit hash: b20b92686b504c322dd809c3107acb4edda0eb08 commit hash: b20b92686b504c322dd809c3107acb4edda0eb08 commit hash: b20b92686b504c322dd809c3107acb4edda0eb08 commit hash: b20b92686b504c322dd809c3107acb4edda0eb08 b20b926
Saturday, 22 May 2021
03:25 Alexey Dokuchaev (danfe) search for other commits by this committer
graphics/*gphoto2;misc/mc: take maintainership.
commit hash: 93f016f6e0ae778f02edda66442d48a11180e36e commit hash: 93f016f6e0ae778f02edda66442d48a11180e36e commit hash: 93f016f6e0ae778f02edda66442d48a11180e36e commit hash: 93f016f6e0ae778f02edda66442d48a11180e36e 93f016f
02:13 Ben Woods (woodsb02) search for other commits by this committer
*/*: Fix ENOTIME: return my ports to the pool

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.
commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 commit hash: 95d52e52fb64ed8c6ccb6906a38dbede128a64c3 95d52e5
Monday, 3 May 2021
13:00 Mathieu Arnold (mat) search for other commits by this committer
Ports should not change their names depending on options.

Reported by:	tech-lists zyxst net
commit hash: 614b5da0cb87aff908ea93228dffe59f4ef81caf commit hash: 614b5da0cb87aff908ea93228dffe59f4ef81caf commit hash: 614b5da0cb87aff908ea93228dffe59f4ef81caf commit hash: 614b5da0cb87aff908ea93228dffe59f4ef81caf 614b5da
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 26 Jan 2021
23:04 woodsb02 search for other commits by this committer
misc/mc: Fix build with ncurses option

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
Original commitRevision:563008 
Thursday, 21 Jan 2021
23:21 woodsb02 search for other commits by this committer
misc/mc: Update to 4.8.26

Changes this release:
  https://midnight-commander.org/wiki/NEWS-4.8.26
Original commitRevision:562259 
Monday, 20 Jan 2020
22:55 woodsb02 search for other commits by this committer
misc/mc: Update to 4.8.24

Upstream have also added python 3 support with this release.

Changes this release:
  https://midnight-commander.org/wiki/NEWS-4.8.24

PR:		242898
Original commitRevision:523694 
Saturday, 7 Dec 2019
00:33 woodsb02 search for other commits by this committer
misc/mc: Update to 4.8.23

Changes this release:
  https://midnight-commander.org/wiki/NEWS-4.8.23

PR:		242280
Submitted by:	Leonid Nevecherya <nevecherya@gmail.com>
Original commitRevision:519172 
Wednesday, 6 Nov 2019
18:09 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories l and m

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.
Original commitRevision:516917 
Monday, 28 Oct 2019
00:34 meta search for other commits by this committer
New port: misc/mc-nox11: misc/mc but without x11 dependencies

PR:		238425
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by:	portmgr (maintainer timeout: 2 months)
Original commitRevision:515841 
Thursday, 31 Jan 2019
11:15 tobik search for other commits by this committer
misc/mc: Do not override variables after bsd.port.pre.mk

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)
Original commitRevision:491705 
Saturday, 19 Jan 2019
08:13 woodsb02 search for other commits by this committer
misc/mc: Tidy up Makefile

This is a no-op
Original commitRevision:490713 
07:43 woodsb02 search for other commits by this committer
misc/mc: Update to 4.8.22

PR:		234598
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com>
Original commitRevision:490711 
Thursday, 23 Aug 2018
08:19 ehaupt search for other commits by this committer
- Update misc/mc to 4.8.21
- Update WWW (current URL returns: HTTP/1.1 301 Moved Permanently)
- Pacify portlint

PR:             229581
Approved by:    maintainer-timeout (woodsb02, 47 days)
Original commitRevision:477859 
Thursday, 15 Feb 2018
17:35 amdmi3 search for other commits by this committer
- Fix LICENSE
- 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
Original commitRevision:461937 
Sunday, 17 Dec 2017
06:58 woodsb02 search for other commits by this committer
misc/mc: Fix SUBSHELL blank terminal upon opening in xterm with Slang

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
Original commitRevision:456522 
Saturday, 16 Dec 2017
05:42 woodsb02 search for other commits by this committer
misc/mc: Update to 4.8.20

Changes this release:
  https://midnight-commander.org/wiki/NEWS-4.8.20
Original commitRevision:456456 
Sunday, 23 Jul 2017
15:26 woodsb02 search for other commits by this committer
misc/mc: Fix invalid tty baudrate detection disabling verbose mode

PR:		220944
Submitted by:	Michael Buker <m.bueker@berlin.de>
Obtained from:	https://midnight-commander.org/ticket/2452#comment:15
MFH:		2017Q3
Original commitRevision:446488 
Monday, 29 May 2017
13:50 woodsb02 search for other commits by this committer
misc/mc: Use textproc/diffutils on FreeBSD 12

- The new bsddiff in FreeBSD 12 does not yet support --old-group-format
- Fix python shebangfix to require python2

PR:		219277
Submitted by:	bsam
Original commitRevision:441985 
Monday, 6 Mar 2017
08:05 woodsb02 search for other commits by this committer
misc/mc: Only install desktop entry and icon if X11 option is enabled

PR:		214812
Submitted by:	Robert Schulze <rs@bytecamp.net>
Original commitRevision:435520 
07:31 woodsb02 search for other commits by this committer
misc/mc: Update to 4.8.19

Changes this release:
  http://midnight-commander.org/wiki/NEWS-4.8.19
Original commitRevision:435519 
Saturday, 15 Oct 2016
02:39 woodsb02 search for other commits by this committer
misc/mc: Update to 4.8.18

- 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)
Original commitRevision:423999 
Wednesday, 11 May 2016
11:44 woodsb02 search for other commits by this committer
misc/mc: Update to 4.8.17
- 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
Original commitRevision:414983 
Monday, 9 May 2016
20:46 woodsb02 search for other commits by this committer
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6278
Original commitRevision:414892 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 18 Mar 2016
12:04 feld search for other commits by this committer
misc/mc: Multiple fixes

- 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
Original commitRevision:411345 
Monday, 14 Mar 2016
22:47 feld search for other commits by this committer
misc/mc: Update to 4.8.16

Changelog:	https://www.midnight-commander.org/wiki/NEWS-4.8.16

PR:		207959
Original commitRevision:411128 
Wednesday, 25 Nov 2015
11:34 robak search for other commits by this committer
misc/mc: update 4.8.14 -> 4.8.15

- Rewrite port options code

PR:		204724
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
Original commitRevision:402392 
Monday, 27 Apr 2015
12:19 adamw search for other commits by this committer
Fix "Cannot create pipe streams" when running shell commands using the Filtered
View menu item on the File menu.

PR:		199366
Reported by:	Trond.Endrestol@ximalas.info
Patch by:	Ben Woods (maintainer)
Original commitRevision:384828 
Monday, 23 Mar 2015
20:46 pi search for other commits by this committer
misc/mc: 4.8.13 -> 4.8.14

- 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>
Original commitRevision:382039 
Tuesday, 9 Dec 2014
15:58 pi search for other commits by this committer
misc/mc: really re-add small patch that was deleted in r369133

Thanks to tijl: patch syntax was bogus and was ignored.

PR:		194627
Original commitRevision:374403 
12:03 pi search for other commits by this committer
misc/mc: re-add small patch that was deleted in r369133

Change:
save/restore the sub-shell's screen on Ctrl+O and/or command execution

PR:	194627
Submitted by:	andriys@gmail.com
Original commitRevision:374372 
Friday, 21 Nov 2014
19:48 nemysis search for other commits by this committer
- Reset maintainer to ports@
Original commitRevision:373010 
Wednesday, 24 Sep 2014
05:29 nemysis search for other commits by this committer
- Bump PORTREVISION for pkg-plist change, remove @dirm* [1]

Reported by:	jhale [1]
Original commitRevision:369159 
Tuesday, 23 Sep 2014
22:49 nemysis search for other commits by this committer
- Update to 4.8.13, announce message is here:

    http://www.midnight-commander.org/wiki/NEWS-4.8.13

- Use ZIP=${ZIP_CMD} instead of ZIP=${UNZIP_CMD} [1]
- Change patch files/patch-lib__tty__win, changed by upstream
- Remove obsolete patch files/patch-mc-wrapper

PR:		193766
Submitted by:	Dominik Kows <dkolowski@gmail.com> [1]
Original commitRevision:369133 
Sunday, 15 Jun 2014
23:44 amdmi3 search for other commits by this committer
- Switch to USES=libtool
- Fix python shebangs

Approved by:	portmgr blanket
Original commitRevision:357939 
Thursday, 3 Apr 2014
11:26 nemysis search for other commits by this committer
- Bump PORTREVISION for dependencies changes
- Remove USE_PYTHON=yes and USE_RUBY=yes

Reported by:	timur@, Sergey V. Dyatko <sergey.dyatko@gmail.com>
Original commitRevision:349999 
Wednesday, 2 Apr 2014
22:30 nemysis search for other commits by this committer
- Update to 4.8.12, announce message is here:

http://www.midnight-commander.org/wiki/NEWS-4.8.12

- Change master sites, add icon
- Use tar:xz instead of USE_XZ=yes
- Add USES shebangfix and SHEBANG_FILES
- Add USE_PYTHON=yes and USE_RUBY=yes
- Add pkg-message, information to reinstall if problems and for Screen
  Option
- Remove TODO from DOCS
- Add REINPLACE, fix deprecated messages
- Add Desktop entry file
- Remove obsolete patches, changed by upstream
Original commitRevision:349958 
Friday, 6 Dec 2013
23:49 nemysis search for other commits by this committer
- Update to 4.8.11
- Remove obsolete patches

Approved by:	pawel / wg (mentors, implicit)
Original commitRevision:335794 
Saturday, 2 Nov 2013
22:13 nemysis search for other commits by this committer
- Pass maintainership to submitter

Approved by:	pawel / wg (mentors, implicit), fjoe (maintainer)
Original commitRevision:332544 
22:08 nemysis search for other commits by this committer
- Change SMB and NCURSES
- Change pkg-plist, fix MAN

PR:		ports/183170 ports/183284 ports/183402
Submitted by:	various
Approved by:	pawel / wg (mentors, implicit)
Original commitRevision:332543 
Monday, 21 Oct 2013
21:07 nemysis search for other commits by this committer
- Update to 4.8.10
- Use the new format for LIB_DEPENDS
- Remove PORTDATA use full pkg-plist
- Add DOCS and NCURSES Options
- Add EDITOR to default Options
- Remove NLS and EDIT from default Options
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS
- Remove obsolete REINPLACE_CMD
- Add patch, resolve Syntax error

PR:		ports/181364
Submitted by:	nemysis (self)
Approved by:	pawel / wg (mentors, implicit), maintainer timeout
Original commitRevision:331192 
Friday, 20 Sep 2013
20:50 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
Original commitRevision:327745 
Saturday, 14 Sep 2013
12:04 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327278 
Sunday, 28 Jul 2013
07:56 fjoe search for other commits by this committer
Add missing dependency on libssh2.

PR:		180737
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
Original commitRevision:323813 
Monday, 3 Jun 2013
07:40 jgh search for other commits by this committer
- adoption of optionsNG
- trim historical headers

Approved by:	portmgr (bapt)
Original commitRevision:319758 
Saturday, 18 May 2013
11:57 fjoe search for other commits by this committer
- Update to last released 4.8.8.
- Switch to the official master site now that http://midnight-commander.org/ is
back.
Original commitRevision:318426 
Thursday, 9 May 2013
08:58 fjoe search for other commits by this committer
Upstream site is down for about two weeks:
https://mail.gnome.org/archives/mc-devel/2013-April/msg00013.html

Switch to local distfiles for a while.
Original commitRevision:317726 
Monday, 6 May 2013
09:06 jgh search for other commits by this committer
- convert to USES for gettext
- mark broken (doesn't fetch)

Approved by:	portmgr (bapt@)
Original commitRevision:317489 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Saturday, 26 Jan 2013
06:38 fjoe search for other commits by this committer
- Update to 4.8.1.7
- Fix from upstream for https://www.midnight-commander.org/ticket/2754
(can't run mceedit without file name as parameter)

Submitted by:	Herbert J. Skuhra
Original commitRevision:310999 
Monday, 5 Nov 2012
12:50 fjoe search for other commits by this committer
Specify LICENSE.

Feature safe:	yes
Original commitRevision:307006 
Saturday, 3 Nov 2012
11:02 fjoe search for other commits by this committer
Update to 4.8.1.6.

Feature safe: 	yes
Original commitRevision:306904 
Tuesday, 2 Oct 2012
10:58 fjoe search for other commits by this committer
Fix clang build.

PR:		171772
Submitted by:	Andrey Simonenko
Original commitRevision:305155 
Wednesday, 29 Aug 2012
13:46 fjoe search for other commits by this committer
Fix bug: alt+h command input line not updated

The fix is obtained from the upstream:
https://www.midnight-commander.org/ticket/2810

PR:		171157
Original commit
08:01 fjoe search for other commits by this committer
Update to 4.8.1.4.
Original commit
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 9 Apr 2012
12:37 fjoe search for other commits by this committer
Update to 4.8.1.1

PR:             166650
Submitted by:   Svyatoslav Lempert
Feature safe:   yes
Original commit
Sunday, 19 Feb 2012
01:24 fjoe search for other commits by this committer
Update to 4.7.5.6

PR:             165257
Original commit
Friday, 2 Dec 2011
12:16 fjoe search for other commits by this committer
Fix Ctrl-O in xterm: FreeBSD xterm does not define "ti" and "te" but mc
tries to check their existence since 4.7.5.4.

PR:             161828
Feature safe:   yes
Original commit
Thursday, 3 Nov 2011
00:38 eadler search for other commits by this committer
- fix explicit use of unzip in ports

PR:             ports/153429
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:    maintainers (hq, gabor, amdmi3)
Approved by:    maintainer timeout
Approved by:    bapt,sahil (mentors, implicit)
Original commit
Thursday, 6 Oct 2011
13:43 fjoe search for other commits by this committer
Update to 4.7.5.5

PR:             161083 (partially)
Submitted by:   Maxim Samsonov
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Monday, 21 Mar 2011
18:25 fjoe search for other commits by this committer
- Fix build with iconv support turned off [1]
- Fix pkg-plist when built without NLS support

Submitted by:   Dimitry Andric [1]
Original commit
Thursday, 20 Jan 2011
08:55 fjoe search for other commits by this committer
- Update to 4.7.5
- Obey WITHOUT_X11

PR:             154154
Submitted by:   Dima Panov
Feature safe:   yes
Original commit
Wednesday, 29 Dec 2010
20:04 pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Original commit
Wednesday, 20 Oct 2010
13:46 fjoe search for other commits by this committer
Fix hangs when exiting with "F10, Enter" if shell is tcsh:
http://www.midnight-commander.org/changeset/cde7a850d5d0027956f3c7005e81cfa8cc7a56a1

Submitted by:   Ilya A. Arhipov
Original commit
Monday, 4 Oct 2010
16:08 fjoe search for other commits by this committer
Fix SAMBA support.

PR:             151160
Submitted by:   Ivan Klymenko
Original commit
Thursday, 9 Sep 2010
12:10 fjoe search for other commits by this committer
Fix build with up-to-date libslang2.
Original commit
Wednesday, 8 Sep 2010
15:59 fjoe search for other commits by this committer
Update to 4.7.4
Original commit
Sunday, 8 Aug 2010
07:16 fjoe search for other commits by this committer
Fix zip/unzip location.

PR:             148025
Original commit
Friday, 4 Jun 2010
08:09 pav search for other commits by this committer
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:             ports/146329
Submitted by:   mm
With hat:       portmgr
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Thursday, 6 May 2010
12:27 fjoe search for other commits by this committer
Update to 4.7.2.

PR:             146352
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Wednesday, 10 Feb 2010
19:33 fjoe search for other commits by this committer
Fix build with disabled iconv.
Original commit
Saturday, 6 Feb 2010
21:29 fjoe search for other commits by this committer
- Update to 4.7.0.2
- Fix crash on exit

PR:             143203
Original commit
Sunday, 24 Jan 2010
08:55 fjoe search for other commits by this committer
- Update to 4.7.0.1 [1]
- Fix libiconv detection during configure step

PR:             143135 [1]
Submitted by:   Martin Wilke
Original commit
Monday, 28 Dec 2009
22:03 fjoe search for other commits by this committer
Update to 4.7.0 release.

PR:             142105
Original commit
Tuesday, 15 Dec 2009
12:06 fjoe search for other commits by this committer
Finish WITH_UTF8 removal.

PR:             141634
Original commit
Monday, 14 Dec 2009
18:54 fjoe search for other commits by this committer
Update to 4.7.0-pre4.
Original commit
Monday, 14 Sep 2009
12:58 fjoe search for other commits by this committer
Add missing on autoconf.

PR:             138377
Original commit
Wednesday, 22 Jul 2009
16:27 pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
Original commit

Number of commits found: 172 (showing only 100 on this page)

1 | 2  »