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/mbuffer/Makefile

Number of commits found: 50

Wednesday, 7 Feb 2024
08:14 Fukang Chen (loader) search for other commits by this committer
misc/mbuffer: Update to 20240107

- Updated to 20240107
- Moved manpages to share/man

Changes according to the ChangeLog in the distribution tar ball:

    20240107:
    - corrections for documentation and help output
      (patch by Andreas Hartmann)
    - added environment variables for auto-loader command
commit hash: 9316960202a69be1a15cffede011384fc2d9ad1a commit hash: 9316960202a69be1a15cffede011384fc2d9ad1a commit hash: 9316960202a69be1a15cffede011384fc2d9ad1a commit hash: 9316960202a69be1a15cffede011384fc2d9ad1a 9316960
Thursday, 21 Sep 2023
07:38 Dimitry Andric (dim) search for other commits by this committer
devel/cmake-core devel/cmake-gui misc/mbuffer: cope with librhash.so bump

Because rhash 1.4.4 updated the librhash.so symlink from .0 to .1,
build-time dependents such as cmake-core and cmake-gui need their
PORTREVISION bumped.

The other case is misc/mbuffer, which uses librhash only at runtime, but
hardcodes dlopen("librhash.so.0", RTLD_NOW). I changed this to just
"librhash.so", and it seems to work fine with light testing.

PR:		273775
Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Fixes:		e0acbd158ec9 security/rhash: update to 1.4.4 and fix build with lld 17
MFH:		2023Q3
commit hash: 28149de0a616dd364bce3485aafb31dcfba27946 commit hash: 28149de0a616dd364bce3485aafb31dcfba27946 commit hash: 28149de0a616dd364bce3485aafb31dcfba27946 commit hash: 28149de0a616dd364bce3485aafb31dcfba27946 28149de
Sunday, 9 Jul 2023
16:25 Fukang Chen (loader) search for other commits by this committer
misc/mbuffer: Update to 20230301

Changes according to the ChangeLog in the distribution tar ball:

    20230301:
    - Fix breaking connections on WAN links: retry on EAGAIN
      (fix by Nico Schümann)

MFH:		2023Q3 (bugfix release)
commit hash: 82da58bcc3d40fac0bc18c819b6008105f568e5b commit hash: 82da58bcc3d40fac0bc18c819b6008105f568e5b commit hash: 82da58bcc3d40fac0bc18c819b6008105f568e5b commit hash: 82da58bcc3d40fac0bc18c819b6008105f568e5b 82da58b
Thursday, 30 Mar 2023
23:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.3-RELEASE from ports tree

- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported.
- Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE
- biology/wfa2-lib: remove obsolete patch
- databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3
- devel/concurrencpp: remove workaround for EOL FreeBSD 12.3
- devel/electron22: remove IGNORE for EOL FreeBSD 12.3
- devel/malloy: this should build fine on 12.4-RELEASE
- devel/qcoro: remove BROKEN for EOL FreeBSD 12.3
- devel/root: remove workaround for EOL FreeBSD 12.3
- editors/imhex: remove IGNORE for EOL FreeBSD 12.3
- emulators/ppsspp: remove workaround for EOL FreeBSD 12.3
- emulators/rpcs3: remove workaround for EOL FreeBSD 12.3
- emulators/yuzu: remove workaround for EOL 12.3-RELEASE
- games/aquaria: remove support for EOL FreeBSD 12.3
- games/punchy: remove workaround for EOL FreeBSD 12.3
- graphics/cxxplot: remove support for EOL FreeBSD 12.3
- lang/gcc11*: bump a __FreeBSD_version in libphobos to 1204000
- lang/rust: untangle OSVERSION logic a bit
- misc/mbuffer: remove workaround for EOL FreeBSD 12.3 for aarch64
- sysutils/libdisplay-info: remove workaround for EOL FreeBSD 12.3
- www/*chromium: remove IGNORE for EOL FreeBSD 12.3
- x11/hyprpaper: remove workaround for expired FreeBSD 12.3
- x11-wm/labwc: remove workaround for EOL FreeBSD 12.3
- x11-wm/kwinft: remove workaround for EOL FreeBSD 12.3
- www/iridium: remove IGNORE for EOL FreeBSD 12.3

Differential Revision: https://reviews.freebsd.org/D38664
commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 5693229
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, 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
Tuesday, 7 Jun 2022
14:26 Fukang Chen (loader) search for other commits by this committer
misc/mbuffer: Update to 20220418

Changes according to the ChangeLog in the distribution tar ball:

    20220418:
    - fix handling of filesystem full on stdout

MFH:		2022Q2 (bugfix release)
commit hash: 146d1d0d9e9c3985d8331730af5762935f400dc9 commit hash: 146d1d0d9e9c3985d8331730af5762935f400dc9 commit hash: 146d1d0d9e9c3985d8331730af5762935f400dc9 commit hash: 146d1d0d9e9c3985d8331730af5762935f400dc9 146d1d0
Sunday, 15 May 2022
04:44 Fukang Chen (loader) search for other commits by this committer
misc/mbuffer: Fix build on 12.3-RELEASE aarch64

https://lists.freebsd.org/archives/freebsd-pkg-fallout/2022-May/240425.html

MFH:		2022Q2 (build fix)
commit hash: 766053a588ce4c29fb8d59cddcede448e5e60812 commit hash: 766053a588ce4c29fb8d59cddcede448e5e60812 commit hash: 766053a588ce4c29fb8d59cddcede448e5e60812 commit hash: 766053a588ce4c29fb8d59cddcede448e5e60812 766053a
Monday, 29 Nov 2021
01:54 Fukang Chen (loader) search for other commits by this committer Author: Fabian Keil
misc/mbuffer: Update to 20211018

Changes according to the ChangeLog in the distribution tar ball:

     20211018:
     - fixes related to TCP timeout handling
     - enhancement: support setting config file via env var MBUFFERRC
     - documentation update

     20211004:
     - make TCPTimeout=0 disable the TCP timeout
     - changed default TCP timeout from 10s to 100s
     - TCP timeout now can be give with suffixes ms,s,min,h
     - documented option for TCP timeout

     20210829:
     - enhancement: accept IPv6 addresses in square bracket format
     - enhancement: more detailed warning message for connect failures
     - work around Solaris default old mercurial and incompatible sed

PR:		260091
Submitted by:	Fabian Keil <fk@fabiankeil.de>
MFH:		No (feature release)
commit hash: c01e48c284145a9b6545a74667f9502c469250d8 commit hash: c01e48c284145a9b6545a74667f9502c469250d8 commit hash: c01e48c284145a9b6545a74667f9502c469250d8 commit hash: c01e48c284145a9b6545a74667f9502c469250d8 c01e48c
Wednesday, 19 May 2021
10:03 Fukang Chen (loader) search for other commits by this committer
misc/mbuffer: Update to 20210328

- Update to 20210328
- Switch to USES=autoreconf gmake instead of patching configure and Makefile.in
- Take maintainership

Reviewed by:	koobs
Approved by:	koobs (ports, mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D30338
MFH:		No (feature release)
commit hash: 4e5069c63b555132431651bee233e971e289bf23 commit hash: 4e5069c63b555132431651bee233e971e289bf23 commit hash: 4e5069c63b555132431651bee233e971e289bf23 commit hash: 4e5069c63b555132431651bee233e971e289bf23 4e5069c
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
Saturday, 16 Jan 2021
16:56 jrm search for other commits by this committer
misc/mbuffer: Update to 20200929

Upstream changes according to the ChangeLog:
  - enhancement: added option --no-direct to disable use of O_DIRECT
  - defaults: raised default TCP timeout to 10ms for WAN connections
  - fix: leave TCP buffer size untouched if not set
  - enhancement: add option to set TCP timeout
  - performance optimization: use recv with MSG_WAITALL instead of read
  - configure fix: look for objdump also with target prefix
  - testing: make sure to use gtar for testing to avoid unexpected failures
  - portability: NetBSD compatibility fix
  - build enhancement: added dependency calculation for make
  - build enhancement: automatic version string generation

PR:		252737
Submitted by:	Fabian Keil <fk@fabiankeil.de>
Original commitRevision:561737 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Saturday, 9 May 2020
04:14 tobik search for other commits by this committer
misc/mbuffer: Update to 20200505
Original commitRevision:534706 
Friday, 18 Oct 2019
11:55 tobik search for other commits by this committer
misc/mbuffer: Update to 20191016
Original commitRevision:514716 
Friday, 26 Jul 2019
12:38 tobik search for other commits by this committer
misc/mbuffer: Update to 20190725
Original commitRevision:507354 
Tuesday, 29 Jan 2019
13:05 tobik search for other commits by this committer
misc/mbuffer: Update to 20190127
Original commitRevision:491559 
Monday, 21 Jan 2019
12:55 tobik search for other commits by this committer
misc/mbuffer: Update to 20190119
Original commitRevision:490855 
Monday, 14 Jan 2019
18:36 tobik search for other commits by this committer
misc/mbuffer: Update to 20190113

- mbuffer now tries to dlopen some libraries when looking for valid
  hash functions.  This happens at runtime only.  Drop related
  build dependencies, CONFIGURE_ARGS, and other workarounds.

- Add options for all supported hashing libraries
Original commitRevision:490310 
Monday, 14 May 2018
08:16 tobik search for other commits by this committer
misc/mbuffer: Update to 20180505

- Unify versioning scheme with how it's done upstream and on other systems
- Add missing gtar to TEST_DEPENDS
- Clean up some unnecessary {CONFIGURE,MAKE}_ARGS
Original commitRevision:469858 
Monday, 19 Mar 2018
07:10 tobik search for other commits by this committer
misc/mbuffer: Don't accidentally pick up libgcrypt from the build environment

- Fix LICENSE
Original commitRevision:464990 
06:11 tobik search for other commits by this committer
misc/mbuffer: Update to 20180318

- Fixes a bug where mbuffer would immediatly fail with no explicit
  counts set
- Add TEST_TARGET
- Take maintainership after the last 6 months maintainer timeout from
  r464491

PR:		226637
Submitted by:	eborisch+FreeBSD@gmail.com
Original commitRevision:464984 
Wednesday, 14 Mar 2018
13:42 tobik search for other commits by this committer
misc/mbuffer: Update to 2017.10.11

- While here switch to options helpers

PR:		222329
Submitted by:	asomers
Approved by:	mm (maintainer timeout, 6 months)
Original commitRevision:464491 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Monday, 11 Jul 2016
18:50 asomers search for other commits by this committer
Update misc/mbuffer to 20160613

PR:		210504
Reviewed by:	brd
Approved by:	maintainer-timeout
Approved by:	brd (ports)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D6949
Original commitRevision:418392 
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 
Wednesday, 18 Nov 2015
14:06 bapt search for other commits by this committer
Update mbuffer to 2015-10-02

Approved by:	mm (maintainer)
Sponsored by:	Gandi.net
Original commitRevision:401869 
Tuesday, 24 Mar 2015
17:09 marino search for other commits by this committer
5 ports categories: Remove $PTHREAD_LIBS

Categories: irc, x11-clocks, benchmarks, misc, textproc

approved by:	PTHREAD blanket
Original commitRevision:382126 
Tuesday, 20 Jan 2015
10:06 mm search for other commits by this committer
Update mbuffer to 2014-12-27
Original commitRevision:377501 
Tuesday, 7 Oct 2014
17:57 mva search for other commits by this committer
- Update to version 2014.03.10
- Fix version display
- Minor updates to pkg-descr, incoluding a WWW: whitespace fix

Notable changes:

0140310:
- added memory advise for buffer memory
- compatibility fix for Solars st driver
- prevent buffer overflow attack via defaults file
- ignore defaults file from other users
- updated documentation for use with cron
- minor bugfixes

20140126:
- new feature: set option defaults in ~/.mbuffer.rc
- enhancement: write status to the log file
- enhancement: added option to suppress status logging
- fix: formatting fix for summary message

PR:		193480
Submitted by:	fk@fabiankeil.de
Approved by:	maintainer timeout (mm@)
Original commitRevision:370384 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Monday, 26 May 2014
12:16 miwi search for other commits by this committer
- Convert gmake, bzip2 to USES

Approved by:	portmgr
Original commitRevision:355313 
Sunday, 19 Jan 2014
12:57 mm search for other commits by this committer
Fix pkg-plist for mbuffer
Original commitRevision:340277 
11:40 mm search for other commits by this committer
Add STAGE support to misc/mbuffer
Original commitRevision:340267 
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, 22 Jun 2013
07:40 mm search for other commits by this committer
Update to 2013.02.20
Take maintainership

PR:		ports/179804
Approved by:	rafan
Original commitRevision:321549 
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 
Sunday, 27 May 2012
06:18 rafan search for other commits by this committer
- mbuffer prefers mash, so let it be (also fixed hidden dependency to mhash
  if it was installed at the time this port is built)

PR:             ports/168252
Submitted by:   mm@
Original commit
Saturday, 14 Jan 2012
16:48 rafan search for other commits by this committer
- Update to 2011.07.24
- Drop sigaction patch as it was merged into upstream
Original commit
Saturday, 26 Mar 2011
07:52 rafan search for other commits by this committer
- Update to 2011.03.17

PR:             ports/155899
Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Original commit
Monday, 24 Jan 2011
15:27 rafan search for other commits by this committer
- Update to 2011.01.19

PR:             ports/154260
Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Feature safe:   yes
Original commit
Monday, 3 Jan 2011
13:32 rafan search for other commits by this committer
- Update to 2010.12.30
- Added LICENSE declaration (GPLv3)
- Remove MD5 checksum

PR:             ports/153586
Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Original commit
Friday, 24 Sep 2010
09:27 rafan search for other commits by this committer
- Update to 2010.05.26

PR:             ports/150885
Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Original commit
Wednesday, 7 Jan 2009
13:46 rafan search for other commits by this committer
- Update to 2009.01.06
Original commit
Friday, 26 Dec 2008
02:03 rafan search for other commits by this committer
- Update to 20081207 which fixes many bugs from previous version in ports
Original commit
Thursday, 4 Oct 2007
01:53 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Thursday, 11 Jan 2007
08:06 rafan search for other commits by this committer
- Respect PTHREAD_LIBS
- mbuffer needs C99 function, atoll(3), which is not available on 4.x
Original commit
Wednesday, 10 Jan 2007
17:27 rafan search for other commits by this committer
- mbuffer needs pthread which is not available on 4.x

Submitted by:   pointyhat via kris
Original commit
Wednesday, 20 Dec 2006
07:24 rafan search for other commits by this committer
Add mbuffer-20060728, a tool for buffering data streams.
Original commit

Number of commits found: 50